Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

Changelog

paulredmond edited this page Jan 24, 2013 · 7 revisions

2.1.1 (January 23, 2013)

  • 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

2.1.0 (January 12, 2013)

  • 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(/*...*/));
  • 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.
  • Tests now 100% passing again
Clone this wiki locally