From ae07930d6d5231eb3985288e79deee18a739dda1 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Tue, 28 Jul 2026 16:36:48 +0000 Subject: [PATCH] Bump version to 1.2.3 and open changelog section --- CHANGELOG.md | 2 ++ unsupervised-schedular.php | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c73a36..960b654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ When a `v*` tag is pushed, `.gitea/workflows/release.yml` publishes the matching the plugin to the next patch version and adds a fresh section here for it. Record each change under the current top section as you work. +## [1.2.3] + ## [1.2.2] ### Added diff --git a/unsupervised-schedular.php b/unsupervised-schedular.php index 1bca5ab..481bbe5 100644 --- a/unsupervised-schedular.php +++ b/unsupervised-schedular.php @@ -3,7 +3,7 @@ * Plugin Name: Unsupervised Scheduler * Plugin URI: https://git.unsupervised.ca/Unsupervised/unsupervised-scheduler * Description: Instructor/student lesson scheduling for WordPress. - * Version: 1.2.2 + * Version: 1.2.3 * Requires at least: 6.2 * Requires PHP: 8.1 * Author: Unsupervised @@ -21,7 +21,7 @@ if (! defined('ABSPATH')) { exit; } -define('USC_VERSION', '1.2.2'); +define('USC_VERSION', '1.2.3'); define('USC_PLUGIN_FILE', __FILE__); define('USC_PLUGIN_DIR', plugin_dir_path(__FILE__)); define('USC_PLUGIN_URL', plugin_dir_url(__FILE__)); -- 2.54.0