Skip to content

Commit

Permalink
1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nigel-bmlt committed Jul 28, 2024
1 parent 7e708e7 commit 4723349
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 !)
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.1.11
* Version: 1.1.12
* Requires at least: 5.2
* Tested up to: 6.6.1
* Author: @nigel-bmlt
* Author URI: https://github.com/nigel-bmlt
**/


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

Expand Down
2 changes: 1 addition & 1 deletion config_phpunit.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define('BMLTWF_DEBUG', true);
define('BMLTWF_DEBUG', false);
// required for secrets test cases
define('BMLTWF_PHPUNIT_NONCE_SALT', '4hJ:ZRFUAdfFEBq=z$9+]Bk|!1y8V,h#w4aNGy~o7u|BBR;u(ASi],u[Cp46qRQa');
// get us through the header
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd" bootstrap="tests/phpunit/bootstrap.php" executionOrder="depends,defects" beStrictAboutOutputDuringTests="true" failOnRisky="true" failOnWarning="true" cacheDirectory=".phpunit.cache" requireCoverageMetadata="true" beStrictAboutCoverageMetadata="true">
<phpunit>
<php>
<ini name="display_errors" value="true"/>
</php>
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.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.
Expand Down

0 comments on commit 4723349

Please sign in to comment.