Skip to content

Commit 014627c

Browse files
committed
Version 3.9.0
1 parent 49f4369 commit 014627c

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

77
# UNRELEASED
88

9+
## 3.9.0 - 2023-10-26
10+
- Update roots/wordpress requirement from ~6.1.1 to ~6.2.2.
11+
- Update wp-phpunit/wp-phpunit requirement from ~6.1.1 to ~6.2.0.
12+
- Update slevomat/coding-standard requirement from ~7.2 to ~8.12
13+
- A little code + dependencies + Action cleanup (#73).
14+
- PHP 8.0 enhancements (#74)
15+
- New Repeater Field Type (WIP) - Part I
16+
- PHP 8.1 compat: Don't pass null values to wp_editor or wp_kses_post (#77)
17+
- Bump word-wrap from 1.2.3 to 1.2.4 (#76)
18+
19+
## 3.8.2 - 2023-05-19
20+
- Resolve issue with new instance objects and defined type (edge case) in datetimelocal field.
21+
22+
## 3.8.1 - 2023-05-19
23+
- Allow dashed id's in field types, and sanitize the type on getter.
24+
25+
## 3.8.0 - 2023-05-19
26+
- Add new date fields.
27+
928
## 3.7.0 - 2023-02-16
1029
- Set minimum PHP version to 8.0.
1130

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To install this package, edit your `composer.json` file:
1616
```json
1717
{
1818
"require": {
19-
"dwnload/wp-settings-api": "^3.6"
19+
"dwnload/wp-settings-api": "^3.8"
2020
}
2121
}
2222
```

0 commit comments

Comments
 (0)