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,9 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77# UNRELEASED
88
9- ## 4.0.0 - 2024-04-24
109- Require PHP >= 8.1
1110
11+ ## 3.11.0 - 2024-04-24
12+ - Update admin CSS with a slight design change.
13+ - Allow int values in Script/Style models version property.
14+ - Prepare tests for PHP 8.3, and ready code for PHP 8.0 deprecation.
15+ - Update wp-color-picker-alpha to v3.0.3.
16+
1217## 3.10.0 - 2023-11-10
1318- Add new Text Array field type.
1419
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class WpSettingsApi extends AbstractHookProvider
3030 public const HOOK_INIT = self ::ACTION_PREFIX . 'init ' ;
3131 public const HOOK_INIT_SLUG__S = self ::HOOK_INIT . '-%s ' ;
3232 public const HOOK_PRIORITY = 999 ;
33- public const VERSION = '3.10 .0 ' ;
33+ public const VERSION = '3.11 .0 ' ;
3434
3535 /**
3636 * The current plugin instance.
You can’t perform that action at this time.
0 commit comments