File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,21 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.2.0 ] - 2022-03-11
88
99### Changed
1010* Bump required PHP version to 7.4.
1111* Allow the ` show_in_rest ` argument in ` TermMeta ` and ` PostMeta ` to return an array for complex meta values.
1212
13- ## 0.1.0 - 2021-05-20
13+ ### Fixed
14+ * Add missing types for class constants.
15+ * Fix incorrect namespace for interfaces.
16+
17+ ## [ 0.1.0] - 2021-05-20
1418
1519### Added
1620* Initial version.
1721
18- [ Unreleased ] : https://github.com/wearerequired/common-php/compare/0.1.0...HEAD
22+ [ Unreleased ] : https://github.com/wearerequired/common-php/compare/0.2.0...HEAD
23+ [ 0.2.0 ] : https://github.com/wearerequired/common-php/compare/0.1.0...0.2.0
1924[ 0.1.0 ] : https://github.com/wearerequired/common-php/compare/e3f7c76dd7579fec490b4fd0553629fc2159e4f2...0.1.0
You can’t perform that action at this time.
0 commit comments