updated plugin Menu Icons
version 0.13.15
This commit is contained in:
@ -133,23 +133,23 @@
|
||||
},
|
||||
{
|
||||
"name": "codeinwp/themeisle-sdk",
|
||||
"version": "3.3.20",
|
||||
"version_normalized": "3.3.20.0",
|
||||
"version": "3.3.25",
|
||||
"version_normalized": "3.3.25.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Codeinwp/themeisle-sdk.git",
|
||||
"reference": "d1b92f3ab74f1b3f0afad7e23ddb1c058d66c03c"
|
||||
"reference": "29b7c81f8ccd039f49d62ef7427a4cc06369becc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/d1b92f3ab74f1b3f0afad7e23ddb1c058d66c03c",
|
||||
"reference": "d1b92f3ab74f1b3f0afad7e23ddb1c058d66c03c",
|
||||
"url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/29b7c81f8ccd039f49d62ef7427a4cc06369becc",
|
||||
"reference": "29b7c81f8ccd039f49d62ef7427a4cc06369becc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"codeinwp/phpcs-ruleset": "dev-main"
|
||||
},
|
||||
"time": "2024-04-16T12:27:32+00:00",
|
||||
"time": "2024-07-08T13:49:14+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@ -168,6 +168,10 @@
|
||||
"keywords": [
|
||||
"wordpress"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Codeinwp/themeisle-sdk/issues",
|
||||
"source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.25"
|
||||
},
|
||||
"install-path": "../codeinwp/themeisle-sdk"
|
||||
},
|
||||
{
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?php return array(
|
||||
'root' => array(
|
||||
'name' => 'codeinwp/wp-menu-icons',
|
||||
'pretty_version' => 'v0.13.14',
|
||||
'version' => '0.13.14.0',
|
||||
'reference' => 'a7c071a7be5a809a8379624381d823e2d9b20e50',
|
||||
'pretty_version' => 'v0.13.15',
|
||||
'version' => '0.13.15.0',
|
||||
'reference' => '6f28bd69233def87a6289b95d36c9b9b5500cefb',
|
||||
'type' => 'wordpress-plugin',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
@ -40,18 +40,18 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'codeinwp/themeisle-sdk' => array(
|
||||
'pretty_version' => '3.3.20',
|
||||
'version' => '3.3.20.0',
|
||||
'reference' => 'd1b92f3ab74f1b3f0afad7e23ddb1c058d66c03c',
|
||||
'pretty_version' => '3.3.25',
|
||||
'version' => '3.3.25.0',
|
||||
'reference' => '29b7c81f8ccd039f49d62ef7427a4cc06369becc',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../codeinwp/themeisle-sdk',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'codeinwp/wp-menu-icons' => array(
|
||||
'pretty_version' => 'v0.13.14',
|
||||
'version' => '0.13.14.0',
|
||||
'reference' => 'a7c071a7be5a809a8379624381d823e2d9b20e50',
|
||||
'pretty_version' => 'v0.13.15',
|
||||
'version' => '0.13.15.0',
|
||||
'reference' => '6f28bd69233def87a6289b95d36c9b9b5500cefb',
|
||||
'type' => 'wordpress-plugin',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
|
Reference in New Issue
Block a user