File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 1.0.2 - 2018-04-18
8+ ### Updated
9+ - Bumped [ thefrosty/wp-utilities] ( https://github.com/thefrosty/wp-utilities/ ) to version 1.1.2
10+ which fixes ` addOnHook ` not executing when omitting a priority parameter less than 10.
11+
712## 1.0.1 - 2018-04-18
813### Fixed
914- ` addOnHook ` expects a string value, not an object.
Original file line number Diff line number Diff line change 1414 ],
1515 "require" : {
1616 "composer/installers" : " ~1.0" ,
17- "thefrosty/wp-utilities" : " ^1.1.1 " ,
17+ "thefrosty/wp-utilities" : " ^1.1.2 " ,
1818 "php" : " >=7.0.4"
1919 },
2020 "require-dev" : {
You can’t perform that action at this time.
0 commit comments