Skip to content

Commit

Permalink
Fixed file name case for valid work of class loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Klimchuk committed Sep 28, 2015
1 parent 8b8157d commit 20df1da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _build/build.transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

define('PKG_NAME', 'Slackify');
define('PKG_NAME_LOWER', strtolower(PKG_NAME));
define('PKG_VERSION', '0.8.0');
define('PKG_VERSION', '0.8.1');
define('PKG_RELEASE', 'pl');

require_once 'xpdo/xpdo/xpdo.class.php';
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This file shows the changes in recent releases of Slackify.

Slackify 0.8.1-pl (September 28, 2015)
========================================
- Fixed error when modx could not load Slackify class as service

Slackify 0.8.0-pl (September 24, 2015)
========================================
- Added plugin ms2OrderStatusSlackify for send notifies when order status changed
Expand Down

0 comments on commit 20df1da

Please sign in to comment.