updated plugin Menu Icons version 0.13.23

This commit is contained in:
2026-06-03 21:29:09 +00:00
committed by Gitium
parent af21e84842
commit 44cba94bcb
38 changed files with 1556 additions and 546 deletions

View File

@ -14,14 +14,14 @@ class ComposerStaticInite0e064cdd82a4be104872380c8a68791
);
public static $prefixLengthsPsr4 = array (
'e' =>
'e' =>
array (
'enshrined\\svgSanitize\\' => 22,
),
);
public static $prefixDirsPsr4 = array (
'enshrined\\svgSanitize\\' =>
'enshrined\\svgSanitize\\' =>
array (
0 => __DIR__ . '/..' . '/enshrined/svg-sanitize/src',
),

View File

@ -133,24 +133,24 @@
},
{
"name": "codeinwp/themeisle-sdk",
"version": "3.3.44",
"version_normalized": "3.3.44.0",
"version": "3.3.51",
"version_normalized": "3.3.51.0",
"source": {
"type": "git",
"url": "https://github.com/Codeinwp/themeisle-sdk.git",
"reference": "fed444b52ebf1f689ec2434df177926bf8f238c4"
"reference": "bb2a8414b0418b18c68c9ff1df3d7fb10467928d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/fed444b52ebf1f689ec2434df177926bf8f238c4",
"reference": "fed444b52ebf1f689ec2434df177926bf8f238c4",
"url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/bb2a8414b0418b18c68c9ff1df3d7fb10467928d",
"reference": "bb2a8414b0418b18c68c9ff1df3d7fb10467928d",
"shasum": ""
},
"require-dev": {
"codeinwp/phpcs-ruleset": "dev-main",
"yoast/phpunit-polyfills": "^2.0"
"yoast/phpunit-polyfills": "^4.0"
},
"time": "2025-02-18T21:31:30+00:00",
"time": "2026-03-30T07:58:49+00:00",
"type": "library",
"installation-source": "dist",
"notification-url": "https://packagist.org/downloads/",
@ -164,14 +164,14 @@
"homepage": "https://themeisle.com"
}
],
"description": "ThemeIsle SDK",
"description": "Themeisle SDK.",
"homepage": "https://github.com/Codeinwp/themeisle-sdk",
"keywords": [
"wordpress"
],
"support": {
"issues": "https://github.com/Codeinwp/themeisle-sdk/issues",
"source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.44"
"source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.51"
},
"install-path": "../codeinwp/themeisle-sdk"
},

View File

@ -1,9 +1,9 @@
<?php return array(
'root' => array(
'name' => 'codeinwp/wp-menu-icons',
'pretty_version' => 'v0.13.17',
'version' => '0.13.17.0',
'reference' => '7e30cf90509868e023d4c910c1f75be9b01b91a2',
'pretty_version' => 'v0.13.23',
'version' => '0.13.23.0',
'reference' => '4380560c531b8c09f7d2ba6e71622a2f55162ced',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -40,18 +40,18 @@
'dev_requirement' => false,
),
'codeinwp/themeisle-sdk' => array(
'pretty_version' => '3.3.44',
'version' => '3.3.44.0',
'reference' => 'fed444b52ebf1f689ec2434df177926bf8f238c4',
'pretty_version' => '3.3.51',
'version' => '3.3.51.0',
'reference' => 'bb2a8414b0418b18c68c9ff1df3d7fb10467928d',
'type' => 'library',
'install_path' => __DIR__ . '/../codeinwp/themeisle-sdk',
'aliases' => array(),
'dev_requirement' => false,
),
'codeinwp/wp-menu-icons' => array(
'pretty_version' => 'v0.13.17',
'version' => '0.13.17.0',
'reference' => '7e30cf90509868e023d4c910c1f75be9b01b91a2',
'pretty_version' => 'v0.13.23',
'version' => '0.13.23.0',
'reference' => '4380560c531b8c09f7d2ba6e71622a2f55162ced',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),

View File

@ -19,8 +19,7 @@ if ($issues) {
echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
}
}
trigger_error(
'Composer detected issues in your platform: ' . implode(' ', $issues),
E_USER_ERROR
throw new \RuntimeException(
'Composer detected issues in your platform: ' . implode(' ', $issues)
);
}