Skip to content

Commit 79e2ff7

Browse files
authored
Version 3.12.0 (#96)
2 parents f20c1e2 + c7ed11a commit 79e2ff7

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

77
# UNRELEASED
88

9-
- Require PHP >= 8.1
9+
## 3.12.0 - 2025-05-21
10+
11+
- Require PHP >= 8.3
12+
13+
## 3.11.1 - 2024-04-25
14+
15+
- Update admin styles to resolve some postbox style issues (#87)
1016

1117
## 3.11.0 - 2024-04-24
1218
- Update admin CSS with a slight design change.

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</php>
1313
<testsuites>
1414
<testsuite name="unit">
15-
<directory phpVersion="8.0" phpVersionOperator=">=" suffix="Test.php">./tests/unit</directory>
15+
<directory phpVersion="8.3" phpVersionOperator=">=" suffix="Test.php">./tests/unit</directory>
1616
</testsuite>
1717
</testsuites>
1818

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.11.1';
50+
public const string VERSION = '3.12.0';
5151

5252
/**
5353
* WpSettingsApi constructor.

0 commit comments

Comments
 (0)