From f421f61831406c371bab7cfb9a38884cc4055483 Mon Sep 17 00:00:00 2001 From: Romain Date: Fri, 12 Apr 2013 11:07:06 +0200 Subject: [PATCH] v0.3.0-beta3 --- _build/build.transport.php | 2 +- core/components/checkboxsortable/docs/changelog.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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