diff --git a/CHANGELOG.md b/CHANGELOG.md index 027a42f..50ceb37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ + ### v0.11.5 - 2019-05-23 + **Changes:** + * Sync composer dependencies with the latest version + ### v0.11.4 - 2018-12-10 **Changes:** * fix issue with composer libraries. diff --git a/readme.md b/readme.md index b2843bf..8c8f6dd 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.5 - 2019-05-23 ### + +* Sync composer dependencies with the latest version + + ### 0.11.4 - 2018-12-10 ### * fix issue with composer libraries. diff --git a/readme.txt b/readme.txt index 69a8927..b48d251 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.5 - 2019-05-23 = + +* Sync composer dependencies with the latest version + + = 0.11.4 - 2018-12-10 = * fix issue with composer libraries.