Releases: Underpin-WP/underpin
1.1.0 - December 31, 2020
This update introduces a new loader, extensions
. This makes it possible to create middleware for Underpin. In future updates, it will also make it possible to break the ever-growing monolithic Underpin library into smaller packages.
Release 1.3.1 - August 5, 2021
This update introduces some improvements to middleware, and bumps to use the new version of the logger loader
Release 1.3.0 - June 21st 2021
Release 1.2.0 - May 5th 2021
1.1.2 - April 13, 2021
This update improves composer support, making it possible to install this as a mu-plugin in WordPress with Composer.
1.1.1 - March 9, 2021
This update introduces three new loaders, post_meta
, user_meta
, and roles
. This provides a clear place to register metadata, roles, and any additional logic that would be embedded alongside these items.
This also introduces a new abstract class Meta_Record_Type
, which makes it possible to register custom metadata types.
1.0.1 - December 4, 2020
- Updates a few doc block issues (Credit: @szepeviktor, Thank you!)
- Updates a few type hinting issues. (Credit: @szepeviktor, Thank you!)
- Fixes a bug where registering a taxonomy caused a fatal error.
Initial Release
1.0.0 Update README.md