Skip to content

Commit

Permalink
Version 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thingsym committed Dec 13, 2022
1 parent f3b7a64 commit 3ae23bd
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 6 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion languages/multi-device-switcher-ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion languages/multi-device-switcher.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion multi-device-switcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pc-switcher-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 13 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3ae23bd

Please sign in to comment.