From 33c8808e4809ef6a5f245e799041ddf242fe1c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A3=AE=E6=9C=AC=E9=9B=85=E4=B9=9F?= Date: Tue, 19 Nov 2024 16:33:48 +0900 Subject: [PATCH 1/3] =?UTF-8?q?UpdateChecker=20=E3=81=AE=E3=82=A8=E3=83=A9?= =?UTF-8?q?=E3=83=BC=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E5=9B=9E?= =?UTF-8?q?=E9=81=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- composer.lock | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 3a46a55..9156003 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } ], "require": { - "yahnis-elsts/plugin-update-checker": "^5.0", + "yahnis-elsts/plugin-update-checker": "^5.5", "tgmpa/tgm-plugin-activation": "dev-develop" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 85f816b..162264c 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": "e899795ffd6614b3a535e0dff97ad110", + "content-hash": "2021fba19b8307e2fba8fb2eb83fb387", "packages": [ { "name": "tgmpa/tgm-plugin-activation", @@ -273,16 +273,16 @@ }, { "name": "myclabs/deep-copy", - "version": "1.12.0", + "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c" + "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", - "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845", + "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845", "shasum": "" }, "require": { @@ -321,7 +321,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0" + "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1" }, "funding": [ { @@ -329,7 +329,7 @@ "type": "tidelift" } ], - "time": "2024-06-12T14:39:25+00:00" + "time": "2024-11-08T17:47:46+00:00" }, { "name": "nikic/php-parser", @@ -2322,16 +2322,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.10.3", + "version": "3.11.1", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "62d32998e820bddc40f99f8251958aed187a5c9c" + "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/62d32998e820bddc40f99f8251958aed187a5c9c", - "reference": "62d32998e820bddc40f99f8251958aed187a5c9c", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/19473c30efe4f7b3cd42522d0b2e6e7f243c6f87", + "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87", "shasum": "" }, "require": { @@ -2398,7 +2398,7 @@ "type": "open_collective" } ], - "time": "2024-09-18T10:38:58+00:00" + "time": "2024-11-16T12:02:36+00:00" }, { "name": "theseer/tokenizer", @@ -2555,16 +2555,16 @@ }, { "name": "wp-phpunit/wp-phpunit", - "version": "6.6.2", + "version": "6.7.0", "source": { "type": "git", "url": "https://github.com/wp-phpunit/wp-phpunit.git", - "reference": "7a1d3a2150033a3d3e19de40aa5b2ef2fee36bc3" + "reference": "2ed55b450c10f6850c44531bed7d86aceba2f842" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/7a1d3a2150033a3d3e19de40aa5b2ef2fee36bc3", - "reference": "7a1d3a2150033a3d3e19de40aa5b2ef2fee36bc3", + "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/2ed55b450c10f6850c44531bed7d86aceba2f842", + "reference": "2ed55b450c10f6850c44531bed7d86aceba2f842", "shasum": "" }, "type": "library", @@ -2599,7 +2599,7 @@ "issues": "https://github.com/wp-phpunit/issues", "source": "https://github.com/wp-phpunit/wp-phpunit" }, - "time": "2024-07-17T01:13:44+00:00" + "time": "2024-11-13T01:22:47+00:00" }, { "name": "yoast/phpunit-polyfills", From 6e34d3cef1619ae0c3f0f61cfa135bbe95ee7602 Mon Sep 17 00:00:00 2001 From: kurudrive Date: Fri, 22 Nov 2024 16:14:03 +0900 Subject: [PATCH 2/3] add readme --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index 51df90a..51a026f 100644 --- a/readme.txt +++ b/readme.txt @@ -18,6 +18,9 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html == Changelog == + +[ その他 ] プラグインアップデートチェッカー を 5.0 から 5.5 にバージョンアップ + 0.2.5 ( Lightning 15.19.0 ) [ 仕様変更 ] Contact Form 7 のお問い合わせボタンがホバー時に沈むように調整 From f265e379d6dd5ff393ae3a93685de6c5590c1c52 Mon Sep 17 00:00:00 2001 From: kurudrive Date: Fri, 22 Nov 2024 16:16:18 +0900 Subject: [PATCH 3/3] update readme --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 51a026f..6b39196 100644 --- a/readme.txt +++ b/readme.txt @@ -19,7 +19,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html == Changelog == -[ その他 ] プラグインアップデートチェッカー を 5.0 から 5.5 にバージョンアップ +[ 不具合修正 ] Deprecated 対応(プラグインアップデートチェッカー を 5.0 から 5.5 にバージョンアップ) 0.2.5 ( Lightning 15.19.0 ) [ 仕様変更 ] Contact Form 7 のお問い合わせボタンがホバー時に沈むように調整