Skip to content

Releases: humanmade/wp-flags

v0.1.1

Choose a tag to compare

@svandragt svandragt released this 08 May 15:34
e719173

What's Changed

  • Fix PHP 8.2 named-parameter error in user metabox by @svandragt in #29

New Contributors

Full Changelog: 0.1...0.1.1

Known issue: Forgot to update the version number in the plugin.

v0.1

Choose a tag to compare

@tomjn tomjn released this 27 Aug 07:49
10a5bfb

What's Changed

New Contributors

  • @tomjn made their first contribution in #20

Full Changelog: 0.0.8...0.1

PHP 8 compatibility fix

Choose a tag to compare

@shadyvb shadyvb released this 11 Nov 14:31
b9137ed

What's Changed

New Contributors

Full Changelog: 0.0.7...0.0.8

0.0.7

Choose a tag to compare

@goldenapples goldenapples released this 18 May 12:19
23346b7
  • Bug: fix urlencoding of the Ajax endpoint return URI, to prevent an error when toggling a feature flag from a post edit screen

0.0.6

Choose a tag to compare

@goldenapples goldenapples released this 15 May 12:53
364cef3
  • Bugfix: fixes a bug on sanitizing the value of site-wide options that was treating "inactive" as "active", preventing flags from being deactivated through the admin bar.

0.0.5

Choose a tag to compare

@mikeselander mikeselander released this 12 May 16:38
ee1e64b
  • Added new site scope to allow flags to be controlled at the site level
  • Updated PHPCS and docblocks
  • Fixed typo, allowing admin notices to be dismissable