This repository has been archived by the owner on Dec 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Changelog
paulredmond edited this page Jan 24, 2013
·
7 revisions
- Installation now handled by the composer/installers package.
- Chosen vendor assets are now directly versioned in the Chosen plugin
- Including the Chosen vendor assets will make installation much simpler.
- Plugin assets now require no configuration or symlinking
-
Backwards-compatibility break with CakePHP 2.0.x (blocks are not available in 2.0x)
- CakePHP 2.0x users should not upgrade to this release until at least CakePHP >=2.1.x is used in your app.
- ChosenHelper::$settings
- The
asset_base
setting added (allows more flexible asset locations). -
ChosenHelper::$defaults
removed. -
ChosenHelper::$settings
prepped to use CakePHP 2.3x merging of defaults/instance settings. - Settings can be overridden with
Configure::write('Chosen', array(/*...*/));
- The
- View blocks - Blocks allow for script tags to be reintroduced in templates (win)
- Scripts now included in the layout with the
script
view block - CSS included with the
css
view block.
- Scripts now included in the layout with the
- Tests now 100% passing again