Skip to content

Releases: Underpin-WP/underpin

1.1.0 - December 31, 2020

31 Dec 21:58
Compare
Choose a tag to compare

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

05 Aug 13:09
926cb0a
Compare
Choose a tag to compare

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

22 Jun 02:24
6689264
Compare
Choose a tag to compare

Resolved

#1 Fix references to WP_error instead of WP_Error
#28 Introduce find method in loader registry
#33 Introduce Middleware API

Release 1.2.0 - May 5th 2021

05 May 20:35
Compare
Choose a tag to compare

1.1.2 - April 13, 2021

13 Apr 20:36
9d5ef2b
Compare
Choose a tag to compare

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

10 Mar 00:47
fb277b7
Compare
Choose a tag to compare

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

05 Dec 03:50
f4f3d0a
Compare
Choose a tag to compare
  1. Updates a few doc block issues (Credit: @szepeviktor, Thank you!)
  2. Updates a few type hinting issues. (Credit: @szepeviktor, Thank you!)
  3. Fixes a bug where registering a taxonomy caused a fatal error.

Initial Release

02 Oct 14:53
e5e9f3e
Compare
Choose a tag to compare
1.0.0

Update README.md