We are excited to announce the release of Phalcon 2.0.6!
This version contains mostly bug fixes as well as improvements to the 2.0.x series.
Changes
- Builds in TravisCI now uses Docker to perform faster builds
- Added
Http\Response::setCache()to easily set cache headers. - When a beanstalkd connection is closed, the adapter does not produce a notice anymore
- Default separator in
Text::incrementis now_(underscore) - Using
tel_fieldin Volt now generates correct PHP code - SQL generated by PostgreSQL dialect in
dropTableanddropViewis now correct - Errors generated in
Cache\Backend\Memcachednow shows the result code to easily debug problems - Fixed
LIMIT/OFFSETSQL generation inMvc\Model\Query\Builder - Fixed
Logger\Formatter\Lineto match 1.3.x behavior - Fixed warning when
castOnHydrateis true 10648 - Added name before
int/float/numeric/string/bool/null/other variables inDebug\Dump::output - Now
Validation\Validator\Identicalallows both ‘accepted’ and ‘value’ as value to keep backwards compatibility - Added
\Phalcon\Mvc\Model\MetaData\Redisadapter. - Added Redis Session adapter
- Fixed bug in
Mvc\Model\Criteria::fromInputpreventing it from using renamed columns - Fixed bug in
Http\RequestgetRawBody()/getPut()clears input buffer 10694
Update/Upgrade
This version can be installed from the master branch, if you don’t have Zephir installed follow these instructions:
git clone https://github.com/phalcon/cphalcon
cd cphalcon/build
sudo ./install
If you have Zephir installed:
git clone https://github.com/phalcon/cphalcon
cd cphalcon
zephir build
Note that running the installation script will replace any version of Phalcon installed before.
Windows DLLs are available in the download page.
See the upgrading guide for more information about upgrading to Phalcon 2.0.x from 1.3.x.
Chat - Q&A
Support
Social Media
Videos
<3 Phalcon Team