diff --git a/_build/build.transport.php b/_build/build.transport.php index 566962d..1ebfa39 100755 --- a/_build/build.transport.php +++ b/_build/build.transport.php @@ -15,7 +15,7 @@ define('PKG_NAME', 'CheckboxSortable'); define('PKG_NAME_LOWER', strtolower(PKG_NAME)); define('PKG_VERSION', '0.3.0'); -define('PKG_RELEASE', 'beta2'); +define('PKG_RELEASE', 'beta3'); // Define build paths $root = dirname(dirname(__FILE__)) . '/'; diff --git a/core/components/checkboxsortable/docs/changelog.txt b/core/components/checkboxsortable/docs/changelog.txt index 3c7825b..5cf457b 100755 --- a/core/components/checkboxsortable/docs/changelog.txt +++ b/core/components/checkboxsortable/docs/changelog.txt @@ -2,6 +2,10 @@ Changelog for CheckboxSortable TV Type -------------------------------------------------------------------------------- +2013/04/12: 0.3.0-beta3 +================================================================================ +- Fix issue where PHP array used 5.4 notation causing issues on PHP 5.3 + 2013/04/07: 0.3.0-beta2 ================================================================================ - Better grid resize