Skip to content

Releases: popphp/popphp-framework

5.4.0 Release

11 Sep 22:12
Compare
Choose a tag to compare

UPDATED

Updates & Improvements to the following packages:

  • popphp - bug fix
  • pop-dom - bug fix
  • pop-form - bug fix
  • pop-http - bug fix
  • pop-pdf - Added support for text extraction
  • pop-utils - Added DateTimeTrait
  • pop-validator - Added DateTime validators

5.3.1 Release

28 May 17:08
Compare
Choose a tag to compare

UPDATED

  • Small improvements to the following packages:
    • popphp
    • pop-db
    • pop-form
    • pop-http
    • pop-mail
    • pop-utils

5.3.0 Release

02 Apr 01:16
Compare
Choose a tag to compare

UPDATED

  • pop-utils
    • Added helper class and functions
    • Added autoloading of helper functions to main application object
    • Added array helper class
    • Refactored existing array classes for better interoperability

5.2.0 Release

05 Mar 00:22
Compare
Choose a tag to compare

UPDATED

  • Added bash completion to pop-kettle
  • Added style object and functionality to pop-pdf
  • popcorn
    • Added support for custom methods in the config
    • Improved route prefixes
  • pop-form
    • Improved error message grouping and display
    • Improved append/prepend functionality with form field elements
  • Improved ACL policy support in pop-nav
  • Upgraded the "options" parameter - renamed "omit" to "exclude" and added "include" in pop-csv
  • Added outputToRawString method in pop-image

5.1.0 Release

18 Dec 17:09
Compare
Choose a tag to compare

UPDATED

  • Improved transaction support in pop-db
  • Added individual query methods to the database adapters in pop-db
  • Added the Pop\App helper class in popphp
  • Added the Pop\Model\AbstractDataModel class in popphp
  • Incorporated vlucas/phpdotenv in popphp to track application-specific variables
  • Improved application handling and support with pop-kettle
  • Improved color and styling support in pop-console

5.0.0 Release

09 Nov 04:30
Compare
Choose a tag to compare

UPGRADED

  • A large number of improvements, upgrades and refactors across many components.
  • Support for PHP 8.1+.
  • Support for PHP <=7.4 has been deprecated.
  • PHPUnit tests refactored for PHPUnit 10.0+.
  • Reference the CHANGELOG.md for further details.

4.8.1 Release

05 Oct 04:01
Compare
Choose a tag to compare

UPDATED

  • Updated README with new Discord server info for community support.

4.8.0 Release

29 Sep 16:15
Compare
Choose a tag to compare

ADDED

  • Added API-based adapters for MailGun and SendGrid in the pop-mail component
  • Added new Auth header class to the pop-http component
    • Provides easier access to auth header information for outbound client requests and inbound server requests
  • Added ability to track full state in the pop-audit component

3.8.12 Release

28 Aug 17:21
Compare
Choose a tag to compare

PATCHED

  • Updated to pop-db 4.5.11

3.8.11 Release

07 Feb 21:23
Compare
Choose a tag to compare

UPDATED

  • Updated pop-mail