From e8b57fb0889bea0fc52479c037dc4b4c736e9c7c Mon Sep 17 00:00:00 2001 From: Danny Gershman Date: Mon, 21 Jan 2019 23:50:52 -0500 Subject: [PATCH] include autoloader --- .travis.yml | 2 +- bmlt-meeting-list.php | 2 +- readme.txt | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 586ce00..79d15d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ jobs: - PLUGIN="bread" - MAINFILE="bmlt-meeting-list.php" install: - - composer install --no-dev --no-autoloader + - composer install --no-dev script: - find ./ -type d | xargs chmod 755 - find ./ -name '*.php' | xargs chmod 644 diff --git a/bmlt-meeting-list.php b/bmlt-meeting-list.php index b7dde00..e94468f 100644 --- a/bmlt-meeting-list.php +++ b/bmlt-meeting-list.php @@ -4,7 +4,7 @@ Plugin URI: http://wordpress.org/extend/plugins/bread/ Description: Maintains and generates a PDF Meeting List from BMLT. Author: odathp, radius314, pjaudiomv, klgrimley, jbraswell -Version: 1.9.3 +Version: 1.9.4 */ /* Disallow direct access to the plugin file */ use Mpdf\Mpdf; diff --git a/readme.txt b/readme.txt index c58e1e3..65cbf76 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: 5.0.3 -Stable tag: 1.9.3 +Stable tag: 1.9.4 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.9.4 = +* Fixing botched 1.9.3 build missing autoloader + = 1.9.3 = * Added a check for checking if temp folder is writable. Using the Wordpress influenced temp folder. [#64] * Changed latest root server version source of truth. [#60]