From 185a9942069e2e25305060fd67ba75deeba3cd72 Mon Sep 17 00:00:00 2001 From: Danny Gershman Date: Fri, 3 Aug 2018 10:05:34 -0400 Subject: [PATCH] fixing faulty version number --- bmlt-meeting-list.php | 4 ++-- readme.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bmlt-meeting-list.php b/bmlt-meeting-list.php index 8c86549..263b4f7 100644 --- a/bmlt-meeting-list.php +++ b/bmlt-meeting-list.php @@ -3,7 +3,7 @@ Plugin Name: bread Plugin URI: http://wordpress.org/extend/plugins/bread/ Description: Maintains and generates a PDF Meeting List from BMLT. -Version: 1.5.0 +Version: 1.5.1 */ /* Disallow direct access to the plugin file */ use Mpdf\Mpdf; @@ -18,7 +18,7 @@ class Bread { var $lang = ''; - var $version = '1.5.0'; + var $version = '1.5.1'; var $mpdf = ''; var $meeting_count = 0; var $formats_used = ''; diff --git a/readme.txt b/readme.txt index f1ab3c4..5f7489f 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: meeting list, bmlt, narcotics anonymous, na Requires at least: 4.0 Requires PHP: 5.6 Tested up to: 4.9.7 -Stable tag: 1.5.0 +Stable tag: 1.5.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A web-based tool that creates, maintains and generates a PDF meeting list from BMLT. @@ -54,6 +54,9 @@ Follow all these steps, keep in mind that once you start using bread, it's not g == Changelog == += 1.5.1 = +* Fixing faulty version number + = 1.5.0 = * Upgraded to mPDF 7.1.1 * Added recurse service bodies option for zones and metros