From c952a9d2f3db0616568acf8ac3f6eba9a94024c0 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Tue, 26 Mar 2024 10:21:46 +0000 Subject: [PATCH 01/25] chore(release): 0.13.10 ##### [Version 0.13.10](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.9...v0.13.10) (2024-03-26) ### Improvements - Updated internal dependencies - Improved readme to link to the public source files - Filter promotions --- CHANGELOG.md | 7 +++++++ menu-icons.php | 4 ++-- package.json | 2 +- readme.txt | 10 ++++++++++ 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1afdfb..f3ff882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +##### [Version 0.13.10](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.9...v0.13.10) (2024-03-26) + +### Improvements +- Updated internal dependencies +- Improved readme to link to the public source files +- Filter promotions + ##### [Version 0.13.9](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.8...v0.13.9) (2024-02-23) ### Fixes diff --git a/menu-icons.php b/menu-icons.php index fddc831..09d5e38 100644 --- a/menu-icons.php +++ b/menu-icons.php @@ -11,7 +11,7 @@ * Plugin name: Menu Icons * Plugin URI: https://github.com/Codeinwp/wp-menu-icons * Description: Spice up your navigation menus with pretty icons, easily. - * Version: 0.13.9 + * Version: 0.13.10 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPLv2 @@ -29,7 +29,7 @@ final class Menu_Icons { const DISMISS_NOTICE = 'menu-icons-dismiss-notice'; - const VERSION = '0.13.9'; + const VERSION = '0.13.10'; /** * Holds plugin data diff --git a/package.json b/package.json index 8031c12..275ebe7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "menu-icons", "title": "Menu Icons", "description": "Spice up your navigation menus with pretty icons, easily.", - "version": "0.13.9", + "version": "0.13.10", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index a5a4573..654ae46 100644 --- a/readme.txt +++ b/readme.txt @@ -225,6 +225,16 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == +##### [Version 0.13.10](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.9...v0.13.10) (2024-03-26) + +### Improvements +- Updated internal dependencies +- Improved readme to link to the public source files +- Filter promotions + + + + ##### [Version 0.13.9](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.8...v0.13.9) (2024-02-23) ### Fixes From 17fb7b5788b920c3fc7690b5d51c42ca18b62de4 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Fri, 29 Mar 2024 17:08:12 +0000 Subject: [PATCH 02/25] chore(release): 0.13.11 ##### [Version 0.13.11](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.10...v0.13.11) (2024-03-29) ### Fixes - Updated internal dependencies - Enhanced security --- CHANGELOG.md | 6 ++++++ menu-icons.php | 4 ++-- package.json | 2 +- readme.txt | 9 +++++++++ 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3ff882..7014501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +##### [Version 0.13.11](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.10...v0.13.11) (2024-03-29) + +### Fixes +- Updated internal dependencies +- Enhanced security + ##### [Version 0.13.10](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.9...v0.13.10) (2024-03-26) ### Improvements diff --git a/menu-icons.php b/menu-icons.php index 09d5e38..b57d2f2 100644 --- a/menu-icons.php +++ b/menu-icons.php @@ -11,7 +11,7 @@ * Plugin name: Menu Icons * Plugin URI: https://github.com/Codeinwp/wp-menu-icons * Description: Spice up your navigation menus with pretty icons, easily. - * Version: 0.13.10 + * Version: 0.13.11 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPLv2 @@ -29,7 +29,7 @@ final class Menu_Icons { const DISMISS_NOTICE = 'menu-icons-dismiss-notice'; - const VERSION = '0.13.10'; + const VERSION = '0.13.11'; /** * Holds plugin data diff --git a/package.json b/package.json index 275ebe7..5cbdfef 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "menu-icons", "title": "Menu Icons", "description": "Spice up your navigation menus with pretty icons, easily.", - "version": "0.13.10", + "version": "0.13.11", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index 654ae46..c642a42 100644 --- a/readme.txt +++ b/readme.txt @@ -225,6 +225,15 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == +##### [Version 0.13.11](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.10...v0.13.11) (2024-03-29) + +### Fixes +- Updated internal dependencies +- Enhanced security + + + + ##### [Version 0.13.10](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.9...v0.13.10) (2024-03-26) ### Improvements From 7604f2f2553801833389ea7d80cb6d9d73d6a9c2 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Mon, 1 Apr 2024 10:04:26 +0000 Subject: [PATCH 03/25] chore(release): 0.13.12 ##### [Version 0.13.12](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.11...v0.13.12) (2024-04-01) ### Improvements - **Updated internal dependencies** --- CHANGELOG.md | 5 +++++ menu-icons.php | 4 ++-- package.json | 2 +- readme.txt | 8 ++++++++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7014501..7073dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### [Version 0.13.12](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.11...v0.13.12) (2024-04-01) + +### Improvements +- **Updated internal dependencies** + ##### [Version 0.13.11](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.10...v0.13.11) (2024-03-29) ### Fixes diff --git a/menu-icons.php b/menu-icons.php index b57d2f2..8ca18c5 100644 --- a/menu-icons.php +++ b/menu-icons.php @@ -11,7 +11,7 @@ * Plugin name: Menu Icons * Plugin URI: https://github.com/Codeinwp/wp-menu-icons * Description: Spice up your navigation menus with pretty icons, easily. - * Version: 0.13.11 + * Version: 0.13.12 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPLv2 @@ -29,7 +29,7 @@ final class Menu_Icons { const DISMISS_NOTICE = 'menu-icons-dismiss-notice'; - const VERSION = '0.13.11'; + const VERSION = '0.13.12'; /** * Holds plugin data diff --git a/package.json b/package.json index 5cbdfef..306521c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "menu-icons", "title": "Menu Icons", "description": "Spice up your navigation menus with pretty icons, easily.", - "version": "0.13.11", + "version": "0.13.12", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index c642a42..6ee9bfe 100644 --- a/readme.txt +++ b/readme.txt @@ -225,6 +225,14 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == +##### [Version 0.13.12](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.11...v0.13.12) (2024-04-01) + +### Improvements +- **Updated internal dependencies** + + + + ##### [Version 0.13.11](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.10...v0.13.11) (2024-03-29) ### Fixes From 6a3cd7945c612ef654aac96e078cc14dbe0686f2 Mon Sep 17 00:00:00 2001 From: vytisbulkevicius <36594177+vytisbulkevicius@users.noreply.github.com> Date: Tue, 2 Apr 2024 23:58:06 +0300 Subject: [PATCH 04/25] Update readme.txt Updated WP tested up to version --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 6ee9bfe..4bb611a 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: codeinwp, themeisle Tags: menu, nav-menu, icons, navigation Requires at least: 4.7 -Tested up to: 6.4 +Tested up to: 6.5 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html From 1d9b7a1bc87b0942bb633546596245b44c1dd15e Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Thu, 18 Apr 2024 08:19:09 +0000 Subject: [PATCH 05/25] chore(release): 0.13.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ##### [Version 0.13.13](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.12...v0.13.13) (2024-04-18) ### Improvements ​- **Updated internal dependencies:​​** Enhanced performance and security. --- CHANGELOG.md | 5 +++++ menu-icons.php | 4 ++-- package.json | 2 +- readme.txt | 8 ++++++++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7073dda..3dfe720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### [Version 0.13.13](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.12...v0.13.13) (2024-04-18) + +### Improvements +​- **Updated internal dependencies:​​** Enhanced performance and security. + ##### [Version 0.13.12](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.11...v0.13.12) (2024-04-01) ### Improvements diff --git a/menu-icons.php b/menu-icons.php index 8ca18c5..107bf2f 100644 --- a/menu-icons.php +++ b/menu-icons.php @@ -11,7 +11,7 @@ * Plugin name: Menu Icons * Plugin URI: https://github.com/Codeinwp/wp-menu-icons * Description: Spice up your navigation menus with pretty icons, easily. - * Version: 0.13.12 + * Version: 0.13.13 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPLv2 @@ -29,7 +29,7 @@ final class Menu_Icons { const DISMISS_NOTICE = 'menu-icons-dismiss-notice'; - const VERSION = '0.13.12'; + const VERSION = '0.13.13'; /** * Holds plugin data diff --git a/package.json b/package.json index 306521c..f29ed94 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "menu-icons", "title": "Menu Icons", "description": "Spice up your navigation menus with pretty icons, easily.", - "version": "0.13.12", + "version": "0.13.13", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index 4bb611a..dc58c8d 100644 --- a/readme.txt +++ b/readme.txt @@ -225,6 +225,14 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == +##### [Version 0.13.13](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.12...v0.13.13) (2024-04-18) + +### Improvements +​- **Updated internal dependencies:​​** Enhanced performance and security. + + + + ##### [Version 0.13.12](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.11...v0.13.12) (2024-04-01) ### Improvements From a7c071a7be5a809a8379624381d823e2d9b20e50 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Tue, 14 May 2024 22:41:43 +0000 Subject: [PATCH 06/25] chore(release): 0.13.14 ##### [Version 0.13.14](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.13...v0.13.14) (2024-05-14) - Enhanced security --- CHANGELOG.md | 4 ++++ menu-icons.php | 4 ++-- package.json | 2 +- readme.txt | 7 +++++++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dfe720..f814405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 0.13.14](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.13...v0.13.14) (2024-05-14) + +- Enhanced security + ##### [Version 0.13.13](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.12...v0.13.13) (2024-04-18) ### Improvements diff --git a/menu-icons.php b/menu-icons.php index 107bf2f..af9dd16 100644 --- a/menu-icons.php +++ b/menu-icons.php @@ -11,7 +11,7 @@ * Plugin name: Menu Icons * Plugin URI: https://github.com/Codeinwp/wp-menu-icons * Description: Spice up your navigation menus with pretty icons, easily. - * Version: 0.13.13 + * Version: 0.13.14 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPLv2 @@ -29,7 +29,7 @@ final class Menu_Icons { const DISMISS_NOTICE = 'menu-icons-dismiss-notice'; - const VERSION = '0.13.13'; + const VERSION = '0.13.14'; /** * Holds plugin data diff --git a/package.json b/package.json index f29ed94..18c657f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "menu-icons", "title": "Menu Icons", "description": "Spice up your navigation menus with pretty icons, easily.", - "version": "0.13.13", + "version": "0.13.14", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index dc58c8d..7a53e37 100644 --- a/readme.txt +++ b/readme.txt @@ -225,6 +225,13 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == +##### [Version 0.13.14](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.13...v0.13.14) (2024-05-14) + +- Enhanced security + + + + ##### [Version 0.13.13](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.12...v0.13.13) (2024-04-18) ### Improvements From 6f28bd69233def87a6289b95d36c9b9b5500cefb Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Wed, 10 Jul 2024 10:30:43 +0000 Subject: [PATCH 07/25] chore(release): 0.13.15 ##### [Version 0.13.15](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.14...v0.13.15) (2024-07-10) - Removed recommendations of unsupported plugins - Fixed conditions for theme recommendation --- CHANGELOG.md | 5 +++++ menu-icons.php | 4 ++-- package.json | 2 +- readme.txt | 8 ++++++++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f814405..7aee3e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### [Version 0.13.15](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.14...v0.13.15) (2024-07-10) + +- Removed recommendations of unsupported plugins +- Fixed conditions for theme recommendation + ##### [Version 0.13.14](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.13...v0.13.14) (2024-05-14) - Enhanced security diff --git a/menu-icons.php b/menu-icons.php index b6dc7d0..840fb7c 100644 --- a/menu-icons.php +++ b/menu-icons.php @@ -11,7 +11,7 @@ * Plugin name: Menu Icons * Plugin URI: https://github.com/Codeinwp/wp-menu-icons * Description: Spice up your navigation menus with pretty icons, easily. - * Version: 0.13.14 + * Version: 0.13.15 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPLv2 @@ -29,7 +29,7 @@ final class Menu_Icons { const DISMISS_NOTICE = 'menu-icons-dismiss-notice'; - const VERSION = '0.13.14'; + const VERSION = '0.13.15'; /** * Holds plugin data diff --git a/package.json b/package.json index 18c657f..ac1383c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "menu-icons", "title": "Menu Icons", "description": "Spice up your navigation menus with pretty icons, easily.", - "version": "0.13.14", + "version": "0.13.15", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index f2b4537..1820783 100644 --- a/readme.txt +++ b/readme.txt @@ -222,6 +222,14 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == +##### [Version 0.13.15](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.14...v0.13.15) (2024-07-10) + +- Removed recommendations of unsupported plugins +- Fixed conditions for theme recommendation + + + + ##### [Version 0.13.14](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.13...v0.13.14) (2024-05-14) - Enhanced security From bf0c89ec6f53d1a406f925da9a5ea4e620a9b8a3 Mon Sep 17 00:00:00 2001 From: vytisbulkevicius <36594177+vytisbulkevicius@users.noreply.github.com> Date: Wed, 17 Jul 2024 00:07:21 +0300 Subject: [PATCH 08/25] Update readme.txt --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 1820783..6876ee8 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: codeinwp, themeisle Tags: menu, nav-menu, icons, navigation Requires at least: 4.7 -Tested up to: 6.5 +Tested up to: 6.6 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html From befb902fbd1327ddbd2fbd358e1d8a4e1e6f1688 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Thu, 7 Nov 2024 23:47:28 +0000 Subject: [PATCH 09/25] chore(release): 0.13.16 ##### [Version 0.13.16](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.15...v0.13.16) (2024-11-07) - Updated dependencies --- CHANGELOG.md | 4 ++++ menu-icons.php | 4 ++-- package.json | 2 +- readme.txt | 7 +++++++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aee3e2..93106ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 0.13.16](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.15...v0.13.16) (2024-11-07) + +- Updated dependencies + ##### [Version 0.13.15](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.14...v0.13.15) (2024-07-10) - Removed recommendations of unsupported plugins diff --git a/menu-icons.php b/menu-icons.php index 840fb7c..b8a4629 100644 --- a/menu-icons.php +++ b/menu-icons.php @@ -11,7 +11,7 @@ * Plugin name: Menu Icons * Plugin URI: https://github.com/Codeinwp/wp-menu-icons * Description: Spice up your navigation menus with pretty icons, easily. - * Version: 0.13.15 + * Version: 0.13.16 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPLv2 @@ -29,7 +29,7 @@ final class Menu_Icons { const DISMISS_NOTICE = 'menu-icons-dismiss-notice'; - const VERSION = '0.13.15'; + const VERSION = '0.13.16'; /** * Holds plugin data diff --git a/package.json b/package.json index ac1383c..8a494cb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "menu-icons", "title": "Menu Icons", "description": "Spice up your navigation menus with pretty icons, easily.", - "version": "0.13.15", + "version": "0.13.16", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index 6876ee8..9004917 100644 --- a/readme.txt +++ b/readme.txt @@ -222,6 +222,13 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == +##### [Version 0.13.16](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.15...v0.13.16) (2024-11-07) + +- Updated dependencies + + + + ##### [Version 0.13.15](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.14...v0.13.15) (2024-07-10) - Removed recommendations of unsupported plugins From d0413d259001971dde8460c5d90f1bd1fdf31047 Mon Sep 17 00:00:00 2001 From: vytisbulkevicius <36594177+vytisbulkevicius@users.noreply.github.com> Date: Wed, 13 Nov 2024 00:24:10 +0200 Subject: [PATCH 10/25] Update readme.txt Updated WP tested up to version --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 9004917..bbc621f 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: codeinwp, themeisle Tags: menu, nav-menu, icons, navigation Requires at least: 4.7 -Tested up to: 6.6 +Tested up to: 6.7 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html From 445a5ffe3934bfc197a129345f1e38c0e8f39076 Mon Sep 17 00:00:00 2001 From: vytisbulkevicius <36594177+vytisbulkevicius@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:04:27 +0300 Subject: [PATCH 11/25] Update readme.txt --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index bbc621f..0720be7 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: codeinwp, themeisle Tags: menu, nav-menu, icons, navigation Requires at least: 4.7 -Tested up to: 6.7 +Tested up to: 6.8 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html From 7e30cf90509868e023d4c910c1f75be9b01b91a2 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Thu, 17 Apr 2025 16:39:49 +0000 Subject: [PATCH 12/25] chore(release): 0.13.17 ##### [Version 0.13.17](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.16...v0.13.17) (2025-04-17) - Updated dependencies --- CHANGELOG.md | 4 ++++ menu-icons.php | 4 ++-- package.json | 2 +- readme.txt | 7 +++++++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93106ce..20d17f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 0.13.17](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.16...v0.13.17) (2025-04-17) + +- Updated dependencies + ##### [Version 0.13.16](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.15...v0.13.16) (2024-11-07) - Updated dependencies diff --git a/menu-icons.php b/menu-icons.php index b8a4629..3023bd2 100644 --- a/menu-icons.php +++ b/menu-icons.php @@ -11,7 +11,7 @@ * Plugin name: Menu Icons * Plugin URI: https://github.com/Codeinwp/wp-menu-icons * Description: Spice up your navigation menus with pretty icons, easily. - * Version: 0.13.16 + * Version: 0.13.17 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPLv2 @@ -29,7 +29,7 @@ final class Menu_Icons { const DISMISS_NOTICE = 'menu-icons-dismiss-notice'; - const VERSION = '0.13.16'; + const VERSION = '0.13.17'; /** * Holds plugin data diff --git a/package.json b/package.json index 8a494cb..7ed0212 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "menu-icons", "title": "Menu Icons", "description": "Spice up your navigation menus with pretty icons, easily.", - "version": "0.13.16", + "version": "0.13.17", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index 0720be7..078c52c 100644 --- a/readme.txt +++ b/readme.txt @@ -222,6 +222,13 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == +##### [Version 0.13.17](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.16...v0.13.17) (2025-04-17) + +- Updated dependencies + + + + ##### [Version 0.13.16](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.15...v0.13.16) (2024-11-07) - Updated dependencies From a1e1916612c79ac096156f74a73b2c4c19f6930b Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Fri, 23 May 2025 13:50:07 +0000 Subject: [PATCH 13/25] chore(release): 0.13.18 ##### [Version 0.13.18](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.17...v0.13.18) (2025-05-23) - Updated dependencies --- CHANGELOG.md | 4 ++++ menu-icons.php | 4 ++-- package.json | 2 +- readme.txt | 7 +++++++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d17f0..811439b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 0.13.18](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.17...v0.13.18) (2025-05-23) + +- Updated dependencies + ##### [Version 0.13.17](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.16...v0.13.17) (2025-04-17) - Updated dependencies diff --git a/menu-icons.php b/menu-icons.php index 9556d65..8c70815 100644 --- a/menu-icons.php +++ b/menu-icons.php @@ -11,7 +11,7 @@ * Plugin name: Menu Icons * Plugin URI: https://github.com/Codeinwp/wp-menu-icons * Description: Spice up your navigation menus with pretty icons, easily. - * Version: 0.13.17 + * Version: 0.13.18 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPLv2 @@ -29,7 +29,7 @@ final class Menu_Icons { const DISMISS_NOTICE = 'menu-icons-dismiss-notice'; - const VERSION = '0.13.17'; + const VERSION = '0.13.18'; /** * Holds plugin data diff --git a/package.json b/package.json index 7ed0212..cd361c1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "menu-icons", "title": "Menu Icons", "description": "Spice up your navigation menus with pretty icons, easily.", - "version": "0.13.17", + "version": "0.13.18", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index 078c52c..f640410 100644 --- a/readme.txt +++ b/readme.txt @@ -222,6 +222,13 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == +##### [Version 0.13.18](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.17...v0.13.18) (2025-05-23) + +- Updated dependencies + + + + ##### [Version 0.13.17](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.16...v0.13.17) (2025-04-17) - Updated dependencies From 6724306611a3b330ce1b3846dd7394fe238e848a Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Fri, 5 Sep 2025 08:37:10 +0000 Subject: [PATCH 14/25] chore(release): 0.13.19 ##### [Version 0.13.19](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.18...v0.13.19) (2025-09-05) - Updated dependencies --- CHANGELOG.md | 4 ++++ menu-icons.php | 4 ++-- package.json | 2 +- readme.txt | 7 +++++++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 811439b..32fc6fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 0.13.19](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.18...v0.13.19) (2025-09-05) + +- Updated dependencies + ##### [Version 0.13.18](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.17...v0.13.18) (2025-05-23) - Updated dependencies diff --git a/menu-icons.php b/menu-icons.php index 8c70815..244ed87 100644 --- a/menu-icons.php +++ b/menu-icons.php @@ -11,7 +11,7 @@ * Plugin name: Menu Icons * Plugin URI: https://github.com/Codeinwp/wp-menu-icons * Description: Spice up your navigation menus with pretty icons, easily. - * Version: 0.13.18 + * Version: 0.13.19 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPLv2 @@ -29,7 +29,7 @@ final class Menu_Icons { const DISMISS_NOTICE = 'menu-icons-dismiss-notice'; - const VERSION = '0.13.18'; + const VERSION = '0.13.19'; /** * Holds plugin data diff --git a/package.json b/package.json index cd361c1..b659159 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "menu-icons", "title": "Menu Icons", "description": "Spice up your navigation menus with pretty icons, easily.", - "version": "0.13.18", + "version": "0.13.19", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index f640410..8f82b48 100644 --- a/readme.txt +++ b/readme.txt @@ -222,6 +222,13 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == +##### [Version 0.13.19](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.18...v0.13.19) (2025-09-05) + +- Updated dependencies + + + + ##### [Version 0.13.18](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.17...v0.13.18) (2025-05-23) - Updated dependencies From 59aef368ae513ec4bf64673058357df8e43eff99 Mon Sep 17 00:00:00 2001 From: vytisbulkevicius <36594177+vytisbulkevicius@users.noreply.github.com> Date: Wed, 10 Dec 2025 21:17:03 +0200 Subject: [PATCH 15/25] Update tested version to 6.9 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 8f82b48..9931885 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: codeinwp, themeisle Tags: menu, nav-menu, icons, navigation Requires at least: 4.7 -Tested up to: 6.8 +Tested up to: 6.9 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html From 0cbd7e1de60535afb7e876ad0f1c470fdea73af7 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Mon, 15 Dec 2025 08:42:00 +0000 Subject: [PATCH 16/25] chore(release): 0.13.20 ##### [Version 0.13.20](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.19...v0.13.20) (2025-12-15) - Fixed compatibility with PHP 8.1+ versions - Updated dependencies --- CHANGELOG.md | 5 +++++ menu-icons.php | 4 ++-- package.json | 2 +- readme.txt | 8 ++++++++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32fc6fe..36b47a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### [Version 0.13.20](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.19...v0.13.20) (2025-12-15) + +- Fixed compatibility with PHP 8.1+ versions +- Updated dependencies + ##### [Version 0.13.19](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.18...v0.13.19) (2025-09-05) - Updated dependencies diff --git a/menu-icons.php b/menu-icons.php index 244ed87..3dde672 100644 --- a/menu-icons.php +++ b/menu-icons.php @@ -11,7 +11,7 @@ * Plugin name: Menu Icons * Plugin URI: https://github.com/Codeinwp/wp-menu-icons * Description: Spice up your navigation menus with pretty icons, easily. - * Version: 0.13.19 + * Version: 0.13.20 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPLv2 @@ -29,7 +29,7 @@ final class Menu_Icons { const DISMISS_NOTICE = 'menu-icons-dismiss-notice'; - const VERSION = '0.13.19'; + const VERSION = '0.13.20'; /** * Holds plugin data diff --git a/package.json b/package.json index b659159..2cad55a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "menu-icons", "title": "Menu Icons", "description": "Spice up your navigation menus with pretty icons, easily.", - "version": "0.13.19", + "version": "0.13.20", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index 9931885..f36ac92 100644 --- a/readme.txt +++ b/readme.txt @@ -222,6 +222,14 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == +##### [Version 0.13.20](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.19...v0.13.20) (2025-12-15) + +- Fixed compatibility with PHP 8.1+ versions +- Updated dependencies + + + + ##### [Version 0.13.19](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.18...v0.13.19) (2025-09-05) - Updated dependencies From f9b473210afd7b11edf9106fa8665f910d30c98f Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Tue, 3 Feb 2026 08:49:47 +0000 Subject: [PATCH 17/25] chore(release): 0.13.21 ##### [Version 0.13.21](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.20...v0.13.21) (2026-02-03) - Enhanced security --- CHANGELOG.md | 4 ++++ menu-icons.php | 4 ++-- package.json | 2 +- readme.txt | 7 +++++++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b47a9..1890455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 0.13.21](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.20...v0.13.21) (2026-02-03) + +- Enhanced security + ##### [Version 0.13.20](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.19...v0.13.20) (2025-12-15) - Fixed compatibility with PHP 8.1+ versions diff --git a/menu-icons.php b/menu-icons.php index 3dde672..a0b02dd 100644 --- a/menu-icons.php +++ b/menu-icons.php @@ -11,7 +11,7 @@ * Plugin name: Menu Icons * Plugin URI: https://github.com/Codeinwp/wp-menu-icons * Description: Spice up your navigation menus with pretty icons, easily. - * Version: 0.13.20 + * Version: 0.13.21 * Author: ThemeIsle * Author URI: https://themeisle.com * License: GPLv2 @@ -29,7 +29,7 @@ final class Menu_Icons { const DISMISS_NOTICE = 'menu-icons-dismiss-notice'; - const VERSION = '0.13.20'; + const VERSION = '0.13.21'; /** * Holds plugin data diff --git a/package.json b/package.json index 2cad55a..c1b1286 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "menu-icons", "title": "Menu Icons", "description": "Spice up your navigation menus with pretty icons, easily.", - "version": "0.13.20", + "version": "0.13.21", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index f36ac92..ab90b9b 100644 --- a/readme.txt +++ b/readme.txt @@ -222,6 +222,13 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). == Changelog == +##### [Version 0.13.21](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.20...v0.13.21) (2026-02-03) + +- Enhanced security + + + + ##### [Version 0.13.20](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.19...v0.13.20) (2025-12-15) - Fixed compatibility with PHP 8.1+ versions From 0ffeffd5d5caa8f9a8b1160c39f98d52a4f776f9 Mon Sep 17 00:00:00 2001 From: vytisbulkevicius <36594177+vytisbulkevicius@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:44:07 +0200 Subject: [PATCH 18/25] Update readme with security issue reporting guidelines Added a section on how to report a security issue. --- readme.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.txt b/readme.txt index ab90b9b..dd7a5bb 100644 --- a/readme.txt +++ b/readme.txt @@ -220,6 +220,11 @@ add_filter( 'menu_icons_menu_settings', 'my_menu_icons_menu_settings', 10, 2 ); = I can't select a custom image size from the *Image Size* dropdown = Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/). += How to report a security issue? = + +Plugin security is a core priority for us. If you identify a potential vulnerability, we ask that you disclose it responsibly. +Please follow the reporting protocols outlined on our [Security Page](https://themeisle.com/security/). + == Changelog == ##### [Version 0.13.21](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.20...v0.13.21) (2026-02-03) From de703b41376575219e5251b1b5f4da92c59fc5a0 Mon Sep 17 00:00:00 2001 From: vytisbulkevicius Date: Tue, 7 Apr 2026 12:43:58 +0300 Subject: [PATCH 19/25] Add WordPress Plugin Check GitHub Action for PRs --- .github/workflows/plugin-check.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/plugin-check.yml diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml new file mode 100644 index 0000000..e9625c3 --- /dev/null +++ b/.github/workflows/plugin-check.yml @@ -0,0 +1,22 @@ +name: WordPress Plugin Check + +on: + pull_request: + types: [opened, synchronize, reopened] + +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} + cancel-in-progress: true + +jobs: + plugin-check: + name: WordPress.org Guidelines Check + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - uses: wordpress/plugin-check-action@v1 + with: + categories: plugin_repo,security,performance,general + ignore-warnings: false + ignore-errors: false From c06daead2fc546630423116802bdb46956472af5 Mon Sep 17 00:00:00 2001 From: vytisbulkevicius Date: Tue, 7 Apr 2026 13:06:41 +0300 Subject: [PATCH 20/25] Add composer install and results summary step --- .github/workflows/plugin-check.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index e9625c3..fa9b5d1 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -15,8 +15,26 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install Composer dependencies + run: composer install --no-dev --optimize-autoloader + - uses: wordpress/plugin-check-action@v1 + id: plugin-check with: categories: plugin_repo,security,performance,general ignore-warnings: false ignore-errors: false + + - name: Plugin Check Summary + if: always() + run: | + RESULTS_FILE="${RUNNER_TEMP}/plugin-check-results.txt" + echo "## WordPress Plugin Check Results" >> $GITHUB_STEP_SUMMARY + if [ -s "$RESULTS_FILE" ]; then + echo '```' >> $GITHUB_STEP_SUMMARY + cat "$RESULTS_FILE" >> $GITHUB_STEP_SUMMARY + echo '```' >> $GITHUB_STEP_SUMMARY + else + echo "No results file found or file is empty." >> $GITHUB_STEP_SUMMARY + echo "Check the annotations on the Files Changed tab for details." >> $GITHUB_STEP_SUMMARY + fi From 0546e197dd950d351436206522e7254812b87f53 Mon Sep 17 00:00:00 2001 From: vytisbulkevicius Date: Tue, 7 Apr 2026 13:18:33 +0300 Subject: [PATCH 21/25] Focus plugin check on critical wordpress.org issues, reduce noise --- .github/workflows/plugin-check.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index fa9b5d1..3c0ddce 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -21,9 +21,21 @@ jobs: - uses: wordpress/plugin-check-action@v1 id: plugin-check with: - categories: plugin_repo,security,performance,general - ignore-warnings: false - ignore-errors: false + categories: plugin_repo,security,performance + exclude-directories: | + tests + bin + .github + ignore-codes: | + WordPress.WP.I18n.TextDomainMismatch + textdomain_mismatch + hidden_files + WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound + WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound + WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound + WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound + WordPress.PHP.DevelopmentFunctions.error_log_trigger_error + include-experimental: false - name: Plugin Check Summary if: always() From a82e51c8e052ba94b598d41783f0b004a5c2e640 Mon Sep 17 00:00:00 2001 From: vytisbulkevicius Date: Tue, 7 Apr 2026 13:33:47 +0300 Subject: [PATCH 22/25] Maximize wordpress.org coverage while keeping noise filtered --- .github/workflows/plugin-check.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index 3c0ddce..2604cbb 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -21,7 +21,7 @@ jobs: - uses: wordpress/plugin-check-action@v1 id: plugin-check with: - categories: plugin_repo,security,performance + categories: plugin_repo,security,performance,general exclude-directories: | tests bin @@ -34,8 +34,10 @@ jobs: WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound + WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound WordPress.PHP.DevelopmentFunctions.error_log_trigger_error - include-experimental: false + WordPress.WP.EnqueuedResourceParameters.MissingVersion + include-experimental: true - name: Plugin Check Summary if: always() From 9028eb66a5bc8ecef9ef345bb39b21acd47c3562 Mon Sep 17 00:00:00 2001 From: vytisbulkevicius Date: Tue, 7 Apr 2026 14:00:11 +0300 Subject: [PATCH 23/25] Disable PR comment, keep results in action logs only --- .github/workflows/plugin-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index 2604cbb..0838978 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -38,6 +38,7 @@ jobs: WordPress.PHP.DevelopmentFunctions.error_log_trigger_error WordPress.WP.EnqueuedResourceParameters.MissingVersion include-experimental: true + repo-token: '' - name: Plugin Check Summary if: always() From 40397ca8e1838d74dec7633ac3a22078fe02115b Mon Sep 17 00:00:00 2001 From: vytisbulkevicius Date: Tue, 7 Apr 2026 14:16:19 +0300 Subject: [PATCH 24/25] Pin plugin-check-action to v1.1.5 to avoid broken upstream dependency --- .github/workflows/plugin-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index 0838978..15a8584 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -18,7 +18,7 @@ jobs: - name: Install Composer dependencies run: composer install --no-dev --optimize-autoloader - - uses: wordpress/plugin-check-action@v1 + - uses: wordpress/plugin-check-action@v1.1.5 id: plugin-check with: categories: plugin_repo,security,performance,general From 5ece5d20ff11badcd02e407df318ec9f5d18f328 Mon Sep 17 00:00:00 2001 From: vytisbulkevicius Date: Tue, 7 Apr 2026 14:27:16 +0300 Subject: [PATCH 25/25] Revert to plugin-check-action@v1, version pin not needed --- .github/workflows/plugin-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index 15a8584..0838978 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -18,7 +18,7 @@ jobs: - name: Install Composer dependencies run: composer install --no-dev --optimize-autoloader - - uses: wordpress/plugin-check-action@v1.1.5 + - uses: wordpress/plugin-check-action@v1 id: plugin-check with: categories: plugin_repo,security,performance,general