Skip to content

Releases: popphp/popphp-framework

4.7.0 Release

18 Nov 03:10
Compare
Choose a tag to compare

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

13 Feb 00:04
Compare
Choose a tag to compare

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

08 Feb 21:33
Compare
Choose a tag to compare

UPDATE

  • Pop DB to 4.5.10

4.5.3 Release

14 Oct 22:26
Compare
Choose a tag to compare

UPDATED

  • Updated composer and CHANGELOG.

4.5.2 Release

21 Sep 18:35
Compare
Choose a tag to compare

UPDATED

  • Update composer file and changelog.

4.5.1 Release

15 Sep 19:41
Compare
Choose a tag to compare

ADDED

  • pop-kettle 1.5.0, which includes support for hooking into the Kettle helper application with an include file

3.8.9 Release

17 Jul 19:28
Compare
Choose a tag to compare

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

28 May 20:09
Compare
Choose a tag to compare

RELEASED

  • The official release of Pop PHP Framework 4.5.0. Please see the CHANGELOG for updates.

4.5.0 Beta 5 Release

27 May 15:47
Compare
Choose a tag to compare

UPDATED

  • Updated the framework and all corresponding components to utilize pop-http v4.0.0

4.5.0 Beta 4 Release

06 Feb 18:30
Compare
Choose a tag to compare

4.5.0 Beta 4 Release

Additions and updates to this beta release include:

  • Addition of the CallableObject class in pop-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 new CallableObject features in pop-utils
  • Refactored the abstract job class in pop-queue (1.1.0) to utiltize the new CallableObject features in pop-utils
  • Refactored the abstract adapter class in pop-db (5.0.4) to utiltize the new CallableObject features in pop-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)