File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments