Skip to content

Commit 26ebd62

Browse files
committed
Version 3.12.1
1 parent b116093 commit 26ebd62

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

77
# UNRELEASED
88

9+
## 3.12.1 - 2025-06-11
10+
11+
- Replace Hash class protected method call with PHP hash function.
12+
913
## 3.12.0 - 2025-05-21
1014

1115
- Require PHP >= 8.3

src/WpSettingsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.12.0';
50+
public const string VERSION = '3.12.1';
5151

5252
/**
5353
* WpSettingsApi constructor.

0 commit comments

Comments
 (0)