Skip to content

Commit

Permalink
include autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
dgershman committed Jan 22, 2019
1 parent 8434b2f commit e8b57fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bmlt-meeting-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit e8b57fb

Please sign in to comment.