From ce629c2f5aeabaa6e1e880ddb30d9651c64dfd7f Mon Sep 17 00:00:00 2001 From: selul Date: Mon, 10 Dec 2018 16:22:47 +0000 Subject: [PATCH] ci: Updating changelog for v0.11.4 [skip ci] --- CHANGELOG.md | 4 ++++ readme.md | 5 +++++ readme.txt | 5 +++++ 3 files changed, 14 insertions(+) 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