v1.0.290

Added test base class for developers who want to test their plugins with phpunit. See the readme file in the tests/ directory for more details.

Aug 15, 2015

v1.0.289

Added new makeFormWidget() method to WidgetMaker trait for rendering form widgets individually. This method is now available to backend controllers, controller behaviors and widgets themselves. Check to make sure your classes do not define a conflicting method of this name.

Aug 07, 2015

v1.0.287

Introduced new MarkdownEditor form widget (see Backend > Forms docs).

Aug 03, 2015

v1.0.284

Introduced new ImportExport controller behavior.

Jul 25, 2015

v1.0.283

The export action has been moved from ListController behavior to Import / Export behavior (see Backend > Importing & Exporting docs).

Jul 25, 2015

v1.0.280

Plugins can now be frozen to prevent them from receiving updates via the plugin management area.

Jul 14, 2015

v1.0.279

A plugin version can now be flagged as "Important" by prepending !!! to the version history comment.

Jul 14, 2015

v1.0.278

List columns now support specifying a default option used when the value would otherwise be null.

Jul 04, 2015

v1.0.277

Implement a custom autoloader for plugins that use composer. Now only one instance of composer is used, all packages are now added to a global pool to prevent double loading and the load order is respected.

Jul 04, 2015

v1.0.276

The method signature of Model::save() has been fixed to match Eloquent.

Jul 04, 2015

v1.0.275

Added new security config option cms.enableCsrfProtection.

Jul 04, 2015

v1.0.274

Protected images and their thumbnails are now supported in the back-end.

Jun 27, 2015


373-384 of 566