Package Release Info

php7-ice-1.3.0-bp151.2.14

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

php7-ice

Change Logs

Version: 1.3.0-bp150.2.3
* Wed Mar 28 2018 jengelh@inai.de
- Replace %__-type macro indirections.
- Ensure neutrality of descriptions.
* Sun Mar 25 2018 mruz@poczta.onet.pl
- Ice 1.3.0
  * Model, add db service name as a property
  * Db, add options, oracle fix #150
  * Dump, use the reflection class instead of each function
  * PHP 5.5, drop support
  * Travis, enable PHP 7.2, remove legacy mongo
  * Composer, use working zephir
  * Assets, memory observe fix phalcon/zephir#1538
* Sat May 20 2017 mruz@poczta.onet.pl
- Ice 1.2.11
  * Tag, make public input
  * Db, fix mongo driver
* Thu Mar 30 2017 mruz@poczta.onet.pl
- Ice 1.2.10
  * Auth, facebook fix
* Fri Feb 24 2017 mruz@poczta.onet.pl
- Ice 1.2.9
  * Unique validator, fix mongodb
* Sat Feb 18 2017 mruz@poczta.onet.pl
- Ice 1.2.8
  * Facebook, add fields to API call
* Sat Feb 18 2017 mruz@poczta.onet.pl
- Ice 1.2.7
  * Social auth, get scope from options, use static url
* Fri Feb 10 2017 mruz@poczta.onet.pl
- Ice 1.2.6
  * Unique, fix mongodb driver
  * Mongodb, fix timestamp if value is NULL on getDateTime
  * Tag, add end_form()
  * Validators, update doc
  * Validation, fix revalidate, add more tests
* Sun Jan 22 2017 mruz@poczta.onet.pl
- Ice 1.2.5
  * Model, set rules if there is no validation rules on create
  * Unique, fix case insensitive on mongodb
  * Url, fix uri starts with # or ?
  * Fix memory leak in preg_match
  * Auth, add force login
* Sun Jan 15 2017 mruz@poczta.onet.pl
- Ice 1.2.4
  * Model, add autoincrement property
* Sun Jan 08 2017 mruz@poczta.onet.pl
- Ice 1.2.3
  * Mongodb, timestamp fix
* Sat Nov 19 2016 mruz@poczta.onet.pl
- Ice 1.2.2
  * DB, detect timestamp on toDateTime
  * Exception, allow for Throwable in PHP7
* Sat Nov 12 2016 mruz@poczta.onet.pl
- Ice 1.2.1
  * Db, remove legacy mongo from php 7
  * Digit validator, allow for int
  * Dump, add plain text attribute
  * Model, get date time
  * Mongodb, result as associative array
* Mon Sep 05 2016 mruz@poczta.onet.pl
- Ice 1.2.0 build 2
* Mon Aug 29 2016 mruz@poczta.onet.pl
- Ice 1.2.0
  * Db, add mongodb driver
  * Validation, translate fields on With validator fix #123
  * Url, uri starts with // fix #121
* Wed Jun 15 2016 mruz@poczta.onet.pl
- Ice 1.1.5
  * Router, fastRoute code improvements
  * Di, fix url auto-resolving
  * Response, move messages to function, remove di property
  * Router, add default routes, remove di property
  * Dump, add skip di property
  * FastRoute, fix #120 and update to nikic/FastRoute@30470b6
  * Copyright, update year
  * Sleet, allow for multi-line tags, fix #118
* Fri Jun 03 2016 mruz@poczta.onet.pl
- Ice 1.1.4
  * Pdo, change where to protected, fix #116
  * View, add setLayout alias of setMainView
  * Response, detect redirect loop
  * Assets, add collections
  * Tag, allow to clear meta tags
  * Flash, allow to overwrite options later
  * Validation, merge revalidate into validate
  * Validation, add revalidate method
  * Tag, Pagination, services are predefined
  * Validation, use arr object to store data
  * Arr, add only() and getValue() methods
  * View, looking for a view in multiple dirs if viewsDir is an array
  * Build, change directories to lowercase
* Thu May 05 2016 mruz@poczta.onet.pl
- Remove building zephir-parser
* Thu May 05 2016 jengelh@inai.de
- Add ice-notime.diff: drop __DATE__/__TIME__ from build to
  please rpmlint.
- Avoid doing anything but %setup and %patch in %prep to not
  upset quilt when doing patch work.
- Fix SLE11 build by adding a BuildRoot: line.
* Wed May 04 2016 jengelh@inai.de
- Use Source URL; drop redundant %clean section