We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b116093 commit 26ebd62Copy full SHA for 26ebd62
2 files changed
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
# UNRELEASED
8
9
+## 3.12.1 - 2025-06-11
10
+
11
+- Replace Hash class protected method call with PHP hash function.
12
13
## 3.12.0 - 2025-05-21
14
15
- Require PHP >= 8.3
src/WpSettingsApi.php
@@ -47,7 +47,7 @@ class WpSettingsApi extends AbstractHookProvider
47
public const string HOOK_INIT = self::ACTION_PREFIX . 'init';
48
public const string HOOK_INIT_SLUG__S = self::HOOK_INIT . '-%s';
49
public const int HOOK_PRIORITY = 999;
50
- public const string VERSION = '3.12.0';
+ public const string VERSION = '3.12.1';
51
52
/**
53
* WpSettingsApi constructor.
0 commit comments