Skip to content

Commit 09cb421

Browse files
committed
Version 3.11.0
1 parent f7a1c57 commit 09cb421

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

77
# UNRELEASED
88

9-
## 4.0.0 - 2024-04-24
109
- Require PHP >= 8.1
1110

11+
## 3.11.0 - 2024-04-24
12+
- Update admin CSS with a slight design change.
13+
- Allow int values in Script/Style models version property.
14+
- Prepare tests for PHP 8.3, and ready code for PHP 8.0 deprecation.
15+
- Update wp-color-picker-alpha to v3.0.3.
16+
1217
## 3.10.0 - 2023-11-10
1318
- Add new Text Array field type.
1419

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.10.0';
33+
public const VERSION = '3.11.0';
3434

3535
/**
3636
* The current plugin instance.

0 commit comments

Comments
 (0)