Skip to content

Releases: 26B/wp-framework

1.7.0

Choose a tag to compare

@xipasduarte xipasduarte released this 16 Apr 11:30
ea0c3ab

What's Changed

New Contributors

Full Changelog: 1.6.0...1.7.0

1.6.0

Choose a tag to compare

@azathcat azathcat released this 12 Jan 18:56

Added

  • Callable condition to Filters\RunOnce methods to allow conditional execution of the once-only filters and actions.

Changed

  • Improve search filter handling for Filters\QueryFilters.

1.5.0

Choose a tag to compare

@xipasduarte xipasduarte released this 22 Sep 18:58
84a74c9

What's Changed

  • QueryFilters Base by @goncaloasimoes in #1

New Contributors

  • @goncaloasimoes made their first contribution in #1

Full Changelog: 1.4.0...1.5.0

1.4.0

Choose a tag to compare

@azathcat azathcat released this 01 Aug 12:56

Added

  • New Filters\RunOnce class to provide methods for creating actions and filters that only run once.

1.3.0

Choose a tag to compare

@azathcat azathcat released this 29 Jul 15:30

Added

  • New WordPress facade class to provide static methods for interacting with WordPress functions that may vary under certain plugins and conditions, like i18n plugins.