Skip to content

Commit 7e3fbba

Browse files
committed
Bumping thefrosty/wp-utilties to fix addOnHook not executing the class object.
1 parent 7f5d4c6 commit 7e3fbba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELONG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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": {

0 commit comments

Comments
 (0)