We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fade392 commit a38cd49Copy full SHA for a38cd49
2 files changed
CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
# UNRELEASED
8
9
+## 3.10.0 - 2023-11-10
10
+- Add new Text Array field type.
11
+
12
## 3.9.0 - 2023-10-26
13
- Update roots/wordpress requirement from ~6.1.1 to ~6.2.2.
14
- Update wp-phpunit/wp-phpunit requirement from ~6.1.1 to ~6.2.0.
src/WpSettingsApi.php
@@ -30,7 +30,7 @@ class WpSettingsApi extends AbstractHookProvider
30
public const HOOK_INIT = self::ACTION_PREFIX . 'init';
31
public const HOOK_INIT_SLUG__S = self::HOOK_INIT . '-%s';
32
public const HOOK_PRIORITY = 999;
33
- public const VERSION = '3.9.0';
+ public const VERSION = '3.10.0';
34
35
/**
36
* The current plugin instance.
0 commit comments