Skip to content

Commit a38cd49

Browse files
committed
Version 3.10.0
1 parent fade392 commit a38cd49

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
# UNRELEASED
88

9+
## 3.10.0 - 2023-11-10
10+
- Add new Text Array field type.
11+
912
## 3.9.0 - 2023-10-26
1013
- Update roots/wordpress requirement from ~6.1.1 to ~6.2.2.
1114
- Update wp-phpunit/wp-phpunit requirement from ~6.1.1 to ~6.2.0.

src/WpSettingsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.9.0';
33+
public const VERSION = '3.10.0';
3434

3535
/**
3636
* The current plugin instance.

0 commit comments

Comments
 (0)