From 035a34c530300d87a43bab789bbaf1c8e62f3e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 18:03:20 +0000 Subject: [PATCH 1/2] build(deps): bump codeinwp/themeisle-sdk from 3.2.35 to 3.2.37 Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.2.35 to 3.2.37. - [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases) - [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.35...v3.2.37) --- updated-dependencies: - dependency-name: codeinwp/themeisle-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 480736f..82ac939 100644 --- a/composer.lock +++ b/composer.lock @@ -136,16 +136,16 @@ }, { "name": "codeinwp/themeisle-sdk", - "version": "3.2.35", + "version": "3.2.37", "source": { "type": "git", "url": "https://github.com/Codeinwp/themeisle-sdk.git", - "reference": "e9e15f96cfbb9b2bbcad465599f0b766b5899023" + "reference": "a2079ee8cea68b5dbaabec1e06f15048ae9c9de7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/e9e15f96cfbb9b2bbcad465599f0b766b5899023", - "reference": "e9e15f96cfbb9b2bbcad465599f0b766b5899023", + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/a2079ee8cea68b5dbaabec1e06f15048ae9c9de7", + "reference": "a2079ee8cea68b5dbaabec1e06f15048ae9c9de7", "shasum": "" }, "require-dev": { @@ -170,9 +170,9 @@ ], "support": { "issues": "https://github.com/Codeinwp/themeisle-sdk/issues", - "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.2.35" + "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.2.37" }, - "time": "2023-02-22T12:12:05+00:00" + "time": "2023-03-01T18:02:16+00:00" } ], "packages-dev": [ From 8ea03e3323f7f4c4a6d07bd33f3a305b46cc1fbe Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Wed, 1 Mar 2023 18:09:53 +0000 Subject: [PATCH 2/2] chore(release): 0.13.4 ##### [Version 0.13.4](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.3...v0.13.4) (2023-03-01) 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 9177940..15590ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 0.13.4](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.3...v0.13.4) (2023-03-01) + +Update dependencies + ##### [Version 0.13.3](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.2...v0.13.3) (2023-02-25) - Fix img width/height value, props @Htbaa diff --git a/menu-icons.php b/menu-icons.php index b45bad2..fa0405b 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.3 + * Version: 0.13.4 * 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.3'; + const VERSION = '0.13.4'; /** * Holds plugin data diff --git a/package.json b/package.json index 2f9b23c..eda9c94 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.3", + "version": "0.13.4", "homepage": "http://wordpress.org/plugins/menu-icons/", "license": "GPL-2.0", "author": { diff --git a/readme.txt b/readme.txt index c610d18..8092aa6 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.4](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.3...v0.13.4) (2023-03-01) + +Update dependencies + + + + ##### [Version 0.13.3](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.2...v0.13.3) (2023-02-25) - Fix img width/height value, props @Htbaa