Improved connect/disconnect functionality of adapter classes
Improved support for standard SQL functions
Remove references to ArrayObjects
Improved unit tests/code coverage
pop-pdf updated to v4.0.0
Fixed field issues
Improved text support
Improved HTML support
Code review/clean up
pop-acl updated to v3.3.0
Added policy functionality
pop-audit updated to v1.2.0
Refactored Http adapter to work with newly refactored pop-http component
Refactored Table adapter to include check and create table schema
General code review/clean up
pop-auth updated to v3.2.0
Refactored Http class to use the pop-http component
pop-cache updated to v3.3.0
Refactored the Sqlite adapter class into a full Db adapter
Deprecated and removed the Memcache adapter (in favor of the Memcached adapter)
Refactored the Apc adapter to only use the APCu extension
Refactored/improved unit tests
Code review/clean up
pop-code updated to v4.0.0
Support for traits
Support for constants
Better support for namespaces
Improved reflection/parsing support
Refactored/improved unit tests
Code review/clean up
pop-debug updated to v1.2.0
Refactored the Sqlite storage class into full Db storage class
Refactored the Request handler to use the newly refactored pop-http component
Code review/clean up
pop-mail updated to v3.5.0
Incorporated the new pop-mime component to be used within the pop-mail component for better and more consistent parsing of mail messages
Refactored the attachment class
pop-form updated to v3.5.0
Added AclForm class to enforce ACL-based roles and permissions for which form fields are accessible by certain users
Removed the native filter classes in favor of using the newly refactored pop-filter component
Added FormValidator class to simply perform field value validations without the weight of a full form object
Added FormConfig class for more robust support of form configuration
Better support for conditional validation
pop-http updated to v4.0.0
Refactored code-base, better class structure (abstract classes, interfaces, etc.)
Better support for the HTTP client classes, including better support for form data
Moved server request, response and upload classes under their own new namespace Pop\Http\Server\ to better organize the code and differentiate between the server and client classes.
Incorporated the new pop-mime component for better multipart form data generation
Incorporated the newly refactored pop-filter component for input data filtering
Better support of large raw data streams storing to file (instead of in memory)
pop-filter reinstated and re-purposed in v3.0.0
Refactored the previously deprecated pop-filter component to handle filtering of data and values for multiple components that need filtering functionality
pop-kettle updated to v1.5.0
Updated to work with newly refactored and updated components of Pop PHP v4.5
Addeddb:create-seed command
Added better support for Windows
Added support for MVC commands
Added support for include helper file to hook other apps into Kettle
pop-log updated to v3.2.0
Added log limits
pop-mime new release v1.0.0
New component to handle generating and parsing MIME content
pop-queue new release v1.0.0
New component to manage job queues
pop-utils new release v1.1.0
New component to provide simple common utilities, classes and interfaces
pop-view updated to v3.2.0
Added pop-filter component for the filtering functionality.
pop-session updated to v3.2.0
Refactored code-base, better class structure (abstract classes, interfaces, etc.)
Added unit tests
pop-cookie updated to v3.2.0
Added ArrayAccess, Countable and Iterator
Added unit tests
pop-dir updated to v3.1.0
Added support for unlinking/unsetting files from directory object (if writable/accessible)
pop-i18n updated to v3.1.0
Added support for output variations under one source.
pop-image updated to v3.4.0
Added support for animated GIFs under the Imagick adapter
Deprecated the Gmagick adapter
popphp updated to v3.6.0
Added better support for dynamic array params in the HTTP and CLI route objects
Refactored to use the new pop-utils component, including the array and callable features
Added support for multi-byte routes
Added support for named routes and URL generation
popcorn updated to v3.3.0
Added support for custom HTTP methods
Add any() method
Better exception error messaging
4.1.0
(10/17/2019)
Updated to pop-csv v3.1.4, better appending, newline, escape and limit support. Includes static helper methods.
Updated tp pop-db v4.5.5, with support for export and creating large SQL queries from data sets. Includes support for the encoded record class.
Updated to pop-form v3.4.0, which includes:
ACL Form objects
Simple, light-weight form validator class for easy validation of form values without the weight of a full HTML form object
Update to pop-mail v3.2.2, which includes:
Better support for file attachments, both under the IMAP client and the Mailer classes
Support for auto-detection of content-type for attachments, better handling of newlines in message parts
Update to popphp v3.3.1, adding a force route parameter to the run() method
Added pop-kettle component for CLI-based helper functionality
4.0.0
(2/5/2019)
Support for PHP 7.1
only
PHPUnit tests refactored for PHPUnit 7.0+
Refactored pop-auth
Refactored pop-console - added better support for help command display