From 5641de3f0a40349fbb263108f93e891034cb12a7 Mon Sep 17 00:00:00 2001 From: selul Date: Mon, 13 Jul 2020 12:27:49 +0000 Subject: [PATCH] ci: Updating changelog for v0.12.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 a50d45b..86d65e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ + ### v0.12.4 - 2020-07-13 + **Changes:** + * Fix Font Awesome not loading + ### v0.12.3 - 2020-07-13 **Changes:** * Fixed Menu Icons in Block Editor not working diff --git a/readme.md b/readme.md index a044754..5195398 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.12.4 - 2020-07-13 ### + +* Fix Font Awesome not loading + + ### 0.12.3 - 2020-07-13 ### * Fixed Menu Icons in Block Editor not working diff --git a/readme.txt b/readme.txt index 6006648..8dd0972 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.12.4 - 2020-07-13 = + +* Fix Font Awesome not loading + + = 0.12.3 - 2020-07-13 = * Fixed Menu Icons in Block Editor not working