From 3ae23bd2ac2be1c15ad14590da290cdd3ef0f587 Mon Sep 17 00:00:00 2001 From: thingsym Date: Tue, 13 Dec 2022 19:45:52 +0900 Subject: [PATCH] Version 1.8.5 --- README.md | 11 +++++++++++ composer.json | 2 +- languages/multi-device-switcher-ja.po | 2 +- languages/multi-device-switcher.pot | 2 +- multi-device-switcher.php | 2 +- pc-switcher-widget.php | 2 +- readme.txt | 14 +++++++++++++- 7 files changed, 29 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bb4376d..8eb01b6 100644 --- a/README.md +++ b/README.md @@ -437,6 +437,17 @@ For operation compatibility between PHP version and WordPress version, see below ## Changelog +* Version 1.8.5 + * add phpcs job to ci + * add healthcheck to database container + * add bats test to ci + * fix bats test case + * add test case + * fix phpcs.ruleset.xml + * add enqueue_styles method + * imporve code with phpcs + * fix composer scripts + * update github actions * Version 1.8.4 * tested up to 6.1.0 * update japanese translation diff --git a/composer.json b/composer.json index b402380..6f3c44c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "thingsym/multi-device-switcher", - "version": "1.8.4", + "version": "1.8.5", "description": "This WordPress plugin allows you to set a separate theme for device (Smart Phone, Tablet PC, Mobile Phone, Game and custom).", "author": [ { diff --git a/languages/multi-device-switcher-ja.po b/languages/multi-device-switcher-ja.po index 4c8582d..402937a 100644 --- a/languages/multi-device-switcher-ja.po +++ b/languages/multi-device-switcher-ja.po @@ -2,7 +2,7 @@ # This file is distributed under the GPLv2 or later. msgid "" msgstr "" -"Project-Id-Version: Multi Device Switcher 1.8.4\n" +"Project-Id-Version: Multi Device Switcher 1.8.5\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/multi-device-" "switcher\n" "POT-Creation-Date: 2022-11-25T10:39:41+00:00\n" diff --git a/languages/multi-device-switcher.pot b/languages/multi-device-switcher.pot index ffc4a6b..3f9e0fb 100644 --- a/languages/multi-device-switcher.pot +++ b/languages/multi-device-switcher.pot @@ -2,7 +2,7 @@ # This file is distributed under the GPLv2 or later. msgid "" msgstr "" -"Project-Id-Version: Multi Device Switcher 1.8.4\n" +"Project-Id-Version: Multi Device Switcher 1.8.5\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/multi-device-switcher\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/multi-device-switcher.php b/multi-device-switcher.php index 91a17aa..53146b2 100644 --- a/multi-device-switcher.php +++ b/multi-device-switcher.php @@ -3,7 +3,7 @@ * Plugin Name: Multi Device Switcher * Plugin URI: https://github.com/thingsym/multi-device-switcher * Description: This WordPress plugin allows you to set a separate theme for device (Smart Phone, Tablet PC, Mobile Phone, Game and custom). - * Version: 1.8.4 + * Version: 1.8.5 * Author: thingsym * Author URI: https://www.thingslabo.com/ * License: GPLv2 or later diff --git a/pc-switcher-widget.php b/pc-switcher-widget.php index 1e154bf..e48c943 100644 --- a/pc-switcher-widget.php +++ b/pc-switcher-widget.php @@ -3,7 +3,7 @@ * Widget Name: PC Switcher Widget * Plugin URI: https://github.com/thingsym/multi-device-switcher * Description: PC Switcher Widget add-on for the Multi Device Switcher. Use this widget to add the PC Switcher to a widget. - * Version: 1.8.4 + * Version: 1.8.5 * Author: thingsym * Author URI: https://www.thingslabo.com/ * License: GPLv2 or later diff --git a/readme.txt b/readme.txt index 6b8e9a6..946d8c0 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: thingsym Link: https://github.com/thingsym/multi-device-switcher Donate link: https://github.com/sponsors/thingsym Tags: switcher, theme, ipad, iphone, android, tablet, mobile, game -Stable tag: 1.8.4 +Stable tag: 1.8.5 Tested up to: 6.1.0 Requires at least: 4.9 Requires PHP: 5.6 @@ -395,6 +395,18 @@ For more information about the Multi Device Switcher Command, see `wp help multi == Changelog == += 1.8.5 = +* add phpcs job to ci +* add healthcheck to database container +* add bats test to ci +* fix bats test case +* add test case +* fix phpcs.ruleset.xml +* add enqueue_styles method +* imporve code with phpcs +* fix composer scripts +* update github actions + = 1.8.4 = * tested up to 6.1.0 * update japanese translation