diff --git a/CHANGELOG.md b/CHANGELOG.md index edb7aad..027a42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ + ### v0.11.4 - 2018-12-10 + **Changes:** + * fix issue with composer libraries. + ### v0.11.3 - 2018-12-10 **Changes:** * Tested with WP 5.0 diff --git a/readme.md b/readme.md index 0379cf7..b2843bf 100644 --- a/readme.md +++ b/readme.md @@ -224,6 +224,11 @@ Add this block of code to your [mu-plugin file](http://codex.wordpress.org/Must_ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). ## Changelog ## +### 0.11.4 - 2018-12-10 ### + +* fix issue with composer libraries. + + ### 0.11.3 - 2018-12-10 ### * Tested with WP 5.0 diff --git a/readme.txt b/readme.txt index 40d5512..69a8927 100644 --- a/readme.txt +++ b/readme.txt @@ -224,6 +224,11 @@ add_filter( 'menu_icons_menu_settings', 'my_menu_icons_menu_settings', 10, 2 ); Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == += 0.11.4 - 2018-12-10 = + +* fix issue with composer libraries. + + = 0.11.3 - 2018-12-10 = * Tested with WP 5.0