From 64e2d41a9d3822d7ef6143a965d6c5cc37d219fd Mon Sep 17 00:00:00 2001 From: abaicus Date: Wed, 23 Nov 2022 14:40:29 +0200 Subject: [PATCH 1/2] fix: update dependencies --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index bc26198..81c37aa 100644 --- a/composer.lock +++ b/composer.lock @@ -140,12 +140,12 @@ "source": { "type": "git", "url": "https://github.com/Codeinwp/themeisle-sdk.git", - "reference": "bab0314e1f6e2f811116a2da7736b94cbe6af90f" + "reference": "04ab7589bf32dbfddbf66bbb69bb0ab2eb8d7c27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/bab0314e1f6e2f811116a2da7736b94cbe6af90f", - "reference": "bab0314e1f6e2f811116a2da7736b94cbe6af90f", + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/04ab7589bf32dbfddbf66bbb69bb0ab2eb8d7c27", + "reference": "04ab7589bf32dbfddbf66bbb69bb0ab2eb8d7c27", "shasum": "" }, "require-dev": { @@ -171,9 +171,9 @@ ], "support": { "issues": "https://github.com/Codeinwp/themeisle-sdk/issues", - "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.2.27" + "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.2.31" }, - "time": "2022-08-23T13:09:40+00:00" + "time": "2022-11-23T11:35:13+00:00" } ], "packages-dev": [ @@ -753,5 +753,5 @@ "platform-overrides": { "php": "5.6" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.1.0" } From 3d2b34af71c45d63cea043054a93e7df346b4d1e Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Thu, 24 Nov 2022 07:45:15 +0000 Subject: [PATCH 2/2] chore(release): 0.13.2 ##### [Version 0.13.2](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.1...v0.13.2) (2022-11-24) * Fix - update 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 c391022..d1db689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 0.13.2](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.1...v0.13.2) (2022-11-24) + +* Fix - update dependencies + ##### [Version 0.13.1](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.0...v0.13.1) (2022-11-04) Tested with the WordPress 6.1 version diff --git a/menu-icons.php b/menu-icons.php index 71c3826..0e9c9d2 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.1 + * Version: 0.13.2 * 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.1'; + const VERSION = '0.13.2'; /** * Holds plugin data diff --git a/package.json b/package.json index 5063ff4..0661efa 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.1", + "version": "0.13.2", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index ad8a82d..5be8873 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.2](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.1...v0.13.2) (2022-11-24) + +* Fix - update dependencies + + + + ##### [Version 0.13.1](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.0...v0.13.1) (2022-11-04) Tested with the WordPress 6.1 version