diff --git a/composer.json b/composer.json index 05b95e1..68bccbe 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require":{ "abuyoyo/screen-meta-links": "~0.11", - "abuyoyo/plugincore": "~0.22", + "abuyoyo/plugincore": "~0.23", "abuyoyo/adminmenupage": "~0.21" } } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 26bb185..1698ab5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5d77ff6e04d24911491a5e639a4d1dd1", + "content-hash": "c7eb351b97392f663e147702dbc845b9", "packages": [ { "name": "abuyoyo/adminmenupage", @@ -46,18 +46,22 @@ }, { "name": "abuyoyo/plugincore", - "version": "0.22", + "version": "0.23", "source": { "type": "git", "url": "https://github.com/abuyoyo/PluginCore.git", - "reference": "736b38d82fc41c7102ec28f386f4df807a10ab05" + "reference": "0a5809d6722a2abf0bdaf23f73bd3875b00fd2a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/abuyoyo/PluginCore/zipball/736b38d82fc41c7102ec28f386f4df807a10ab05", - "reference": "736b38d82fc41c7102ec28f386f4df807a10ab05", + "url": "https://api.github.com/repos/abuyoyo/PluginCore/zipball/0a5809d6722a2abf0bdaf23f73bd3875b00fd2a4", + "reference": "0a5809d6722a2abf0bdaf23f73bd3875b00fd2a4", "shasum": "" }, + "suggest": { + "abuyoyo/adminmenupage": "~0.20", + "yahnis-elsts/plugin-update-checker": "~4.12" + }, "type": "library", "autoload": { "psr-4": { @@ -71,9 +75,9 @@ "description": "WordPress plugin core helper class", "support": { "issues": "https://github.com/abuyoyo/PluginCore/issues", - "source": "https://github.com/abuyoyo/PluginCore/tree/0.22" + "source": "https://github.com/abuyoyo/PluginCore/tree/0.23" }, - "time": "2022-08-05T00:00:00+00:00" + "time": "2022-08-06T00:00:00+00:00" }, { "name": "abuyoyo/screen-meta-links", diff --git a/vendor/abuyoyo/plugincore/CHANGELOG.md b/vendor/abuyoyo/plugincore/CHANGELOG.md index f625bb8..5d0d976 100644 --- a/vendor/abuyoyo/plugincore/CHANGELOG.md +++ b/vendor/abuyoyo/plugincore/CHANGELOG.md @@ -1,5 +1,11 @@ # WPHelper\PluginCore Changelog +## 0.23 +Release Date: Aug 8, 2022 + +### Fixed +- Minor fixes. + ## 0.22 Release Date: Aug 8, 2022 diff --git a/vendor/abuyoyo/plugincore/PluginCore.php b/vendor/abuyoyo/plugincore/PluginCore.php index 59aa277..b60e654 100644 --- a/vendor/abuyoyo/plugincore/PluginCore.php +++ b/vendor/abuyoyo/plugincore/PluginCore.php @@ -18,7 +18,7 @@ if ( ! class_exists( 'WPHelper/PluginCore' ) ): * Defines PLUGIN_PATH, PLUGIN_URL (etc.) constants * (@see README.md) * - * @version 0.22 + * @version 0.23 */ class PluginCore { diff --git a/vendor/abuyoyo/plugincore/composer.json b/vendor/abuyoyo/plugincore/composer.json index 9b227c7..e8a6f6c 100644 --- a/vendor/abuyoyo/plugincore/composer.json +++ b/vendor/abuyoyo/plugincore/composer.json @@ -2,10 +2,10 @@ "name": "abuyoyo/plugincore", "description": "WordPress plugin core helper class", "type": "library", - "version": "0.22", - "time": "2022-08-05", + "version": "0.23", + "time": "2022-08-06", "license": "BSD-3-Clause", - "recommend": { + "suggest": { "yahnis-elsts/plugin-update-checker": "~4.12", "abuyoyo/adminmenupage": "~0.20" }, diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 6ac99d4..8ebd664 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -43,20 +43,24 @@ }, { "name": "abuyoyo/plugincore", - "version": "0.22", - "version_normalized": "0.22.0.0", + "version": "0.23", + "version_normalized": "0.23.0.0", "source": { "type": "git", "url": "https://github.com/abuyoyo/PluginCore.git", - "reference": "736b38d82fc41c7102ec28f386f4df807a10ab05" + "reference": "0a5809d6722a2abf0bdaf23f73bd3875b00fd2a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/abuyoyo/PluginCore/zipball/736b38d82fc41c7102ec28f386f4df807a10ab05", - "reference": "736b38d82fc41c7102ec28f386f4df807a10ab05", + "url": "https://api.github.com/repos/abuyoyo/PluginCore/zipball/0a5809d6722a2abf0bdaf23f73bd3875b00fd2a4", + "reference": "0a5809d6722a2abf0bdaf23f73bd3875b00fd2a4", "shasum": "" }, - "time": "2022-08-05T00:00:00+00:00", + "suggest": { + "abuyoyo/adminmenupage": "~0.20", + "yahnis-elsts/plugin-update-checker": "~4.12" + }, + "time": "2022-08-06T00:00:00+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -71,7 +75,7 @@ "description": "WordPress plugin core helper class", "support": { "issues": "https://github.com/abuyoyo/PluginCore/issues", - "source": "https://github.com/abuyoyo/PluginCore/tree/0.22" + "source": "https://github.com/abuyoyo/PluginCore/tree/0.23" }, "install-path": "../abuyoyo/plugincore" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 32c9267..b8e356d 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,7 +1,7 @@ array( - 'pretty_version' => '0.17', - 'version' => '0.17.0.0', + 'pretty_version' => '0.18', + 'version' => '0.18.0.0', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -20,8 +20,8 @@ 'dev_requirement' => false, ), 'abuyoyo/notice-manager' => array( - 'pretty_version' => '0.17', - 'version' => '0.17.0.0', + 'pretty_version' => '0.18', + 'version' => '0.18.0.0', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -29,12 +29,12 @@ 'dev_requirement' => false, ), 'abuyoyo/plugincore' => array( - 'pretty_version' => '0.22', - 'version' => '0.22.0.0', + 'pretty_version' => '0.23', + 'version' => '0.23.0.0', 'type' => 'library', 'install_path' => __DIR__ . '/../abuyoyo/plugincore', 'aliases' => array(), - 'reference' => '736b38d82fc41c7102ec28f386f4df807a10ab05', + 'reference' => '0a5809d6722a2abf0bdaf23f73bd3875b00fd2a4', 'dev_requirement' => false, ), 'abuyoyo/screen-meta-links' => array(