Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1012 Bytes

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 1012 Bytes

Changelog

This library adheres to Semantic Versioning and Keep a CHANGELOG.

Unreleased

Nothing yet.

3.0.0

Added

  • Features interface.
  • Effect feature.
  • Ordered feature.
  • Each_Replaced serialized blocks class.
  • Alley\WP\Features\Library namespace to hold a library of concrete feature implementations.
  • Allowed_Blocks library feature.
  • Block_Content_Filter library feature.
  • Plugin_Loader library feature.

Changed

  • The minimum PHP version is now 8.2.
  • Group class now implements Features.
  • GTM_Script class moved to feature library.
  • Each_Appended_Blocks class renamed Each_Appended.

Removed

  • Conditional_Feature class (use Effect instead).
  • Used_Post_IDs class.

2.2.0

Added

  • GTM_Script feature.

2.1.0

Changed

  • Support use of WP_CLI_Feature in WP-CLI packages.

2.0.0

Changed

  • Features class renamed Group.

1.0.0

Initial release.