Skip to content

Commit

Permalink
1.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
nigel-bmlt committed Feb 24, 2023
1 parent 52dab31 commit 6c4a182
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
## 1.0.27 (Feb 24, 2023)
- Bump version number for previous invalid release

## 1.0.26 (Feb 24, 2023)
## 1.0.28 (Feb 24, 2023)
- Feature: Support using our own dedicated google maps API key (thanks Colin P)
- Feature: Better google maps error responses
- Feature: Cache google maps key from BMLT
Expand Down
4 changes: 2 additions & 2 deletions bmlt-workflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
* Plugin Name: BMLT Workflow
* Plugin URI: https://github.com/bmlt-enabled/bmlt-workflow
* Description: Workflows for BMLT meeting management!
* Version: 1.0.27
* Version: 1.0.28
* Requires at least: 5.2
* Tested up to: 6.1.1
* Author: @nigel-bmlt
* Author URI: https://github.com/nigel-bmlt
**/


define('BMLTWF_PLUGIN_VERSION', '1.0.27');
define('BMLTWF_PLUGIN_VERSION', '1.0.28');

if ((!defined('ABSPATH') && (!defined('BMLTWF_RUNNING_UNDER_PHPUNIT')))) exit; // die if being called directly

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Requires at least: 5.2
Tested up to: 6.1.1
Requires PHP: 8.0
License: GPLv2
Stable tag: 1.0.27
Stable tag: 1.0.28
Contributors: nigelbmlt

This plugin was developed for NA Australian Region to support automation of meeting adds/changes/deletes.
Expand Down

0 comments on commit 6c4a182

Please sign in to comment.