Releases: humanmade/wp-flags
Releases · humanmade/wp-flags
Release list
v0.1.1
What's Changed
- Fix PHP 8.2 named-parameter error in user metabox by @svandragt in #29
New Contributors
- @svandragt made their first contribution in #29
Full Changelog: 0.1...0.1.1
Known issue: Forgot to update the version number in the plugin.
v0.1
PHP 8 compatibility fix
What's Changed
- Fix PHP8 error by @paulshryock in #16
New Contributors
- @paulshryock made their first contribution in #16
Full Changelog: 0.0.7...0.0.8
0.0.7
- 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
- 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
- Added new
sitescope to allow flags to be controlled at the site level - Updated PHPCS and docblocks
- Fixed typo, allowing admin notices to be dismissable