|
1 |
| -Version 1.2.2 - 01 Jan, 2019 |
| 1 | +Version 1.3.x - |
| 2 | +---------------------------- |
| 3 | +- New: added CRecordEntity to ORM model |
| 4 | +- New: added phpunit tests |
| 5 | +- Enh: added possibility to use create() and update() methods in CActiveRecord |
| 6 | +- Enh: changes in components CHttpRequest |
| 7 | +- Enh: minor changes in database migrations |
| 8 | +- Enh: added possibility to define order for CSS and JS registration files |
| 9 | +- Enh: changes in helpers CValidator, CRss, CDebug, CHash, CGeoLocation, CConfig, CHtml |
| 10 | +- Enh: in CDataForm and CFormView added new type of validation: "regex" |
| 11 | +- Enh: code syntax changed according to new code convention |
| 12 | +- Enh: added possibility to define lazy loading (by default) for components |
| 13 | +- Enh: added possibility for lazy loading of core components via config |
| 14 | +- Enh: fixed wrong path of log file in CLogger component |
| 15 | +- Bug: fixed PHP7 syntax requirements in TCPDF vendor, CValidator helper |
| 16 | +- Bug: fixed overwriting existing vars in View rendeting |
| 17 | + |
| 18 | +Version 1.2.2 - 01 Jan, 2019 |
2 | 19 | ----------------------------
|
3 | 20 | - New: added possibility to define Captcha fields in CDataForm widget
|
4 | 21 | - New: added possibility to define access permissions to controller actions via _accessRules() method
|
5 | 22 | - New: added possibility to minify CSS and JS files via config file
|
| 23 | +- New: added Arabic language to i18n |
| 24 | +- New: added possibility for new type of cache - data cache, changes in config file |
| 25 | +- New: added new helper CClass |
| 26 | +- Enh: minimum requirements for PHP is defined as 5.4.0 |
6 | 27 | - Enh: allowed creating and removing cache files by cache ID
|
7 |
| -- Enh: changes in helpers CFile, CDataForm, CHttpRequest, CValidator, CLocalTime |
| 28 | +- Enh: changes in components CHttpRequest |
| 29 | +- Enh: changes in helpers CFile, CDataForm, CValidator, CLocalTime |
8 | 30 | - Enh: added possibility to add watermark for uploaded images with CImage::addWatermark() in CDataForm
|
9 | 31 | - Enh: added possibility to remove whole section in FormView by using 'disabled'=>true
|
10 | 32 | - Enh: minimum requirements for PHP is defined as 5.4.0
|
11 |
| -- New: added Arabic language to i18n |
12 | 33 | - Bug: fixed error on witting to file in CFile helper
|
13 | 34 | - Bug: fixed warning on double call of CView::renderContent()
|
14 | 35 |
|
|
0 commit comments