We are happy to announce that we have released Phalcon 3.4.2.
This a minor release, focused on bugs mostly.
NOTE: This is the last release for the v3.x series. Our next version will only support PHP version 7.2 or later. If you are using PHP < 7.2 then you will need to use this version<
Changelog
- Added missing Volt tags to array helper in
Phalcon\Mvc\View\Engine\Volt\Compiler::functionCall
#13447 - Added the ability to explicitly define nullable columns (especially timestamp ones) #13099
- Refactored
Phalcon\Db\Adapter\Pdo::query
to use PDO’sprepare
andexecute
andPhalcon\Db\Adapter::fetchAll
to use PDO’sfetchAll
- Fixed
Phalcon\Validation\Validator\Numericality
to accept float numbers on locales with comma decimal point #13450 - Fixed
Phalcon\Tag
so it unsetsparameters
before passing options array toself::renderAttributes
- Fixed
Phalcon\Http\Response::setFileToSend
filename; when file downloaded it had an extra_
- Fixed
Phalcon\Mvc\Model\Query::execute
to properly bind parameters to sub queries #11605 - Fixed
Phalcon\Http\Request::getJsonRawBody
#13501. It will now return false when the body content is empty, as well as when it encounters an error whilst decoding the JSON content - Fixed
Phalcon\Validation::preChecking
to allow usePhalcon\Db\RawValue
as an empty container forisAllowEmpty
option #13549, #13573, #12519 - Fixed object binding and placeholder creation in
Phalcon\Db\Adapter::insert
andPhalcon\Db\Adapter::update
#13058 - Fixed
Phalcon\Config\Adapter\Ini
not building config objects properly for numerical keys #12725, #13604 - Fixed incorrect scope of view variables #12176, #12385, #12648, #12705, #13288
- Fixed
Phalcon\Config::_merge
not merging config with numeric properties properly #13351.
As always, a huge thank you to our community!! You guys rock!
Update/Upgrade
Phalcon 3.4.2 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
Note that running the installation script will replace any version of Phalcon installed before.
PackageCloud.io has been updated to allow your package manager (for Linux machines) to upgrade to the new version seamlessly.
**NOTE: Our packaging system not longer supports Ubuntu 15.10 due to difficulties installing dependencies, updates and major security patches. Ubuntu 15.10 reached its end of life in July 28, 2016. We strongly recommend you upgrade your installation. If you cannot, you can always build the latest stable version of Phalcon from the source code.
NOTE: The RPMs and DEBs will take a bit of time to be rebuilt, so they might not be immediately available.
NOTE: Windows DLLs are now available in our Github Release page.
We encourage existing Phalcon 3 users to update to this version and as always a big thank you to our contributors!
Chat - Q&A
Support
Social Media
Videos
<3 Phalcon Team