diff --git a/CHANGELOG.md b/CHANGELOG.md index b236d9ee..72d9b814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.12 (Jul 28, 2024) +- Haven't done this release thing in a while... + ## 1.1.11 (Jul 28, 2024) - Return error message when workflow account does not have access to any service bodies - Bugfix for location handling for LOCATION tagged formats (thanks @brustar64 !) diff --git a/bmlt-workflow.php b/bmlt-workflow.php index 2085de50..1a37acc3 100644 --- a/bmlt-workflow.php +++ b/bmlt-workflow.php @@ -20,7 +20,7 @@ * Plugin Name: BMLT Workflow * Plugin URI: https://github.com/bmlt-enabled/bmlt-workflow * Description: Workflows for BMLT meeting management! - * Version: 1.1.11 + * Version: 1.1.12 * Requires at least: 5.2 * Tested up to: 6.6.1 * Author: @nigel-bmlt @@ -28,7 +28,7 @@ **/ -define('BMLTWF_PLUGIN_VERSION', '1.1.11'); +define('BMLTWF_PLUGIN_VERSION', '1.1.12'); if ((!defined('ABSPATH') && (!defined('BMLTWF_RUNNING_UNDER_PHPUNIT')))) exit; // die if being called directly diff --git a/config_phpunit.php b/config_phpunit.php index a57e8ac6..6c7022e7 100644 --- a/config_phpunit.php +++ b/config_phpunit.php @@ -1,5 +1,5 @@ - + diff --git a/readme.txt b/readme.txt index ae16c778..d36b0971 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Requires at least: 5.2 Tested up to: 6.6.1 Requires PHP: 8.0 License: GPLv2 -Stable tag: 1.1.11 +Stable tag: 1.1.12 Contributors: nigelbmlt This plugin was developed for NA Australian Region to support automation of meeting adds/changes/deletes.