Simple and fast PHP framework
Ice is a PHP framework frozen in C extension.
License: BSD-3-Clause
Version | Release | Download |
1.7.0 | 2020-09-26 | ice-1.7.0.tgz |
1.6.2 | 2020-09-12 | ice-1.6.2.tgz |
1.6.1 | 2020-05-10 | ice-1.6.1.tgz |
1.6.0 | 2020-04-26 | ice-1.6.0.tgz |
Version | Message |
1.7.0 |
- Url, add href and rel, deprecate getStatic, fix #231 - Arr, add merge, deprecate replace, fix #228 - View, set engine options, sleet compile fix #288 - Validation, add exists validator #274 - Db, count elements #277 - Router, set routes must be explicitly called #282 - Db, skip settings if not provided, fix #286 - Auth file, fetch users from the options, fix #285 - Sqlite, row count returns zero all the time, fix #283 |
1.6.2 |
- Model, get related record if field is null fix #275 - Pagination, calculate if data is array or total is specified #273 - Url, fixed getStatic() #193 |
1.6.1 |
- Update zephir, Model dafault rules fix #270 - Build with recent GCC fix #266 - Image, gd watermark fix #268 |
1.6.0 |
- Composer, update zephir to 0.12.18 - Add the image component - Dump, recursion fix #265 - PHP 7.0, drop support - Code cleanup - Update prototypes - Flash, add dismissible class - Dispatcher, continue if before returns a value - Update zephir parser to 1.3.4 - Websocket, long message fix #262 |