File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77# UNRELEASED
88
9- - Require PHP >= 8.1
9+ ## 3.12.0 - 2025-05-21
10+
11+ - Require PHP >= 8.3
12+
13+ ## 3.11.1 - 2024-04-25
14+
15+ - Update admin styles to resolve some postbox style issues (#87 )
1016
1117## 3.11.0 - 2024-04-24
1218- Update admin CSS with a slight design change.
Original file line number Diff line number Diff line change 1212 </php >
1313 <testsuites >
1414 <testsuite name =" unit" >
15- <directory phpVersion =" 8.0 " phpVersionOperator =" >=" suffix =" Test.php" >./tests/unit</directory >
15+ <directory phpVersion =" 8.3 " phpVersionOperator =" >=" suffix =" Test.php" >./tests/unit</directory >
1616 </testsuite >
1717 </testsuites >
1818
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class WpSettingsApi extends AbstractHookProvider
4747 public const string HOOK_INIT = self ::ACTION_PREFIX . 'init ' ;
4848 public const string HOOK_INIT_SLUG__S = self ::HOOK_INIT . '-%s ' ;
4949 public const int HOOK_PRIORITY = 999 ;
50- public const string VERSION = '3.11.1 ' ;
50+ public const string VERSION = '3.12.0 ' ;
5151
5252 /**
5353 * WpSettingsApi constructor.
You can’t perform that action at this time.
0 commit comments