Releases: popphp/popphp-framework
Releases · popphp/popphp-framework
4.7.0 Release
UPDATED
- Added support for PHP 8.0+. Backwards compatible to PHP 7.4.
- Added new
pop-storage
component- Provides interchangeable adapters to easily switch between storage resources, e.g., local disk, AWS S3, etc.
4.6.0 Release
UPDATED
- Migrated unit tests from Travis CI to GitHub Actions
- Changed the minimum version support for PHP to 7.3
- Changed the minimum version support for PHPUnit to 9.0
pop-image
updated to v3.6.0- Full removal of the Gmagick adapter
pop-queue
updated to v1.2.0- Migrated from the SuperClosure library to the OPI Closure library
3.8.10 Release
UPDATE
- Pop DB to 4.5.10
4.5.3 Release
UPDATED
- Updated composer and CHANGELOG.
4.5.2 Release
UPDATED
- Update composer file and changelog.
4.5.1 Release
ADDED
pop-kettle
1.5.0, which includes support for hooking into the Kettle helper application with an include file
3.8.9 Release
UPDATED
- Updated
pop-mail
to 3.2.4 - Updated
pop-csv
to 3.1.4 - Updated
pop-pdf
to 3.2.2 - Updated
pop-db
to 4.5.9
4.5.0 Release
RELEASED
- The official release of Pop PHP Framework 4.5.0. Please see the CHANGELOG for updates.
4.5.0 Beta 5 Release
UPDATED
- Updated the framework and all corresponding components to utilize
pop-http
v4.0.0
4.5.0 Beta 4 Release
4.5.0 Beta 4 Release
Additions and updates to this beta release include:
- Addition of the
CallableObject
class inpop-utils
(v1.1.0) to help manage various callable entities and their parameters - Refactored the event manager and service locator in
popphp
(3.4.0) to utiltize the newCallableObject
features inpop-utils
- Refactored the abstract job class in
pop-queue
(1.1.0) to utiltize the newCallableObject
features inpop-utils
- Refactored the abstract adapter class in
pop-db
(5.0.4) to utiltize the newCallableObject
features inpop-utils
when calling the listener - Added support for animated GIFs under the Imagick adapter and deprecated the Gmagick adapter in the
pop-image
component (3.4.0)