Skip to content

Commit

Permalink
v0.3.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
rtripault committed Apr 7, 2013
1 parent 141839e commit dd97cf5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _build/build.transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// Define package
define('PKG_NAME', 'CheckboxSortable');
define('PKG_NAME_LOWER', strtolower(PKG_NAME));
define('PKG_VERSION', '0.2.0');
define('PKG_RELEASE', 'dev');
define('PKG_VERSION', '0.3.0');
define('PKG_RELEASE', 'beta2');

// Define build paths
$root = dirname(dirname(__FILE__)) . '/';
Expand Down
5 changes: 5 additions & 0 deletions core/components/checkboxsortable/docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for CheckboxSortable TV Type
--------------------------------------------------------------------------------

2013/04/07: 0.3.0-beta2
================================================================================
- Better grid resize
- Removed Smarty layer

2013/02/17: 0.2.0-dev
================================================================================
- Experimental feature to automatically move checked record at the bottom of
Expand Down

0 comments on commit dd97cf5

Please sign in to comment.