Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit cc616fa

Browse files
Merge pull request #256 from technote-space/release/v2.2.4
Release/v2.2.4
2 parents 883383b + a11caee commit cc616fa

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

assets/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marker-animation",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "marker animation for wordpress",
55
"main": "marker-animation.min.js",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"author": "Technote <technote.space@gmail.com> (https://technote.space)",
2121
"license": "GPL-3.0",
2222
"dependencies": {
23-
"@technote-space/register-grouped-format-type": "^1.1.7",
23+
"@technote-space/register-grouped-format-type": "^1.1.8",
2424
"jquery.marker-animation": "^1.4.7"
2525
},
2626
"devDependencies": {

assets/js/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -904,10 +904,10 @@
904904
webpack "^4.41.2"
905905
webpack-cli "~3.3.9"
906906

907-
"@technote-space/register-grouped-format-type@^1.1.7":
908-
version "1.1.7"
909-
resolved "https://registry.yarnpkg.com/@technote-space/register-grouped-format-type/-/register-grouped-format-type-1.1.7.tgz#98bf7cf7c8af3d1400766b7858d99a884520698b"
910-
integrity sha512-wkpbcjojxygOYtQBwM+1QoKJWD1IRlmLYzpyMrjOOM93YV7dYvtZHe/4U/YBtdH0T3mGdWosgLwHrNrHErPiZw==
907+
"@technote-space/register-grouped-format-type@^1.1.8":
908+
version "1.1.8"
909+
resolved "https://registry.yarnpkg.com/@technote-space/register-grouped-format-type/-/register-grouped-format-type-1.1.8.tgz#9b815c3605c2d41c945048a8892250985470e422"
910+
integrity sha512-yEyVBqHaoqmMVxxpnXYRcrQLdxHdCcnbXy9ol8lNAQ9IpO2q2QNW50zgV60OXO1j8XVH1KdpdKLdTP7kh78sAQ==
911911
dependencies:
912912
"@babel/core" "^7.6.4"
913913
"@babel/plugin-proposal-object-rest-spread" "^7.6.2"

marker-animation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://github.com/technote-space/marker-animation
55
* Description: This plugin will add "Marker animation" function
66
* Author: Technote
7-
* Version: 2.2.3
7+
* Version: 2.2.4
88
* Author URI: https://technote.space
99
* Text Domain: marker-animation
1010
* Domain Path: /languages/

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: technote0space
33
Tags: marker, marker animation, highlighter, 蛍光ペン, マーカー, アンダーライン
44
Requires at least: 4.6
55
Requires PHP: 5.6
6-
Tested up to: 5.2.3
7-
Stable tag: 2.2.3
6+
Tested up to: 5.3
7+
Stable tag: 2.2.4
88
Donate link: https://paypal.me/technote0space
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -32,6 +32,10 @@ This plugin needs PHP5.6 or higher.
3232

3333
== Upgrade Notice ==
3434

35+
= 2.2.3 =
36+
* パッケージの更新
37+
* [すべての差分](https://github.com/technote-space/marker-animation/pull/255)
38+
3539
= 2.2.0 =
3640
* Gutenberg v6.3 以上への対応
3741
* GitHub Actions の導入 [詳細](https://github.com/technote-space/marker-animation/issues/205)

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "Marker Animation",
33
"slug": "marker-animation",
44
"download_url": "https://github.com/technote-space/marker-animation/releases/latest/download/release.zip",
5-
"version": "2.2.3",
6-
"tested": "5.2.3",
5+
"version": "2.2.4",
6+
"tested": "5.3",
77
"homepage": "https://github.com/technote-space/marker-animation",
88
"author": "Technote",
99
"author_homepage": "https://technote.space/",

0 commit comments

Comments
 (0)