* Build 290

This commit is contained in:
Samuel Georges 2015-08-15 14:16:24 +10:00
parent 1bfcaaf026
commit 89e3a34a2b
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
* **Build 290** (2015-08-15)
- 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.
* **Build 289** (2015-08-07)
- 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.