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

Commit 14f456b

Browse files
Merge pull request #213 from technote-space/release/v2.2.1
Release/v2.2.1
2 parents 6092522 + 7cf34fa commit 14f456b

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[デモ](https://technote-space.github.io/marker-animation)
1818

19-
[最新バージョン](https://github.com/technote-space/marker-animation/releases/latest/download/marker-animation.zip)
19+
[最新バージョン](https://github.com/technote-space/marker-animation/releases/latest/download/release.zip)
2020

2121
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2222
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -78,7 +78,7 @@
7878

7979
## 導入手順
8080
1. 最新版をGitHubからダウンロード
81-
[marker-animation.zip](https://github.com/technote-space/marker-animation/releases/latest/download/marker-animation.zip)
81+
[release.zip](https://github.com/technote-space/marker-animation/releases/latest/download/release.zip)
8282
2. 「プラグインのアップロード」からインストール
8383
![install](https://raw.githubusercontent.com/technote-space/screenshots/master/misc/install-wp-plugin.png)
8484
3. プラグインを有効化

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This plugin will add the ability to display animations like painting with a high
1616

1717
[Demonstration](https://technote-space.github.io/marker-animation)
1818

19-
[Latest version](https://github.com/technote-space/marker-animation/releases/latest/download/marker-animation.zip)
19+
[Latest version](https://github.com/technote-space/marker-animation/releases/latest/download/release.zip)
2020

2121
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2222
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -77,7 +77,7 @@ This plugin will add the ability to display animations like painting with a high
7777

7878
## Installation
7979
1. Download latest version
80-
[marker-animation.zip](https://github.com/technote-space/marker-animation/releases/latest/download/marker-animation.zip)
80+
[release.zip](https://github.com/technote-space/marker-animation/releases/latest/download/release.zip)
8181
1. Install plugin
8282
![install](https://raw.githubusercontent.com/technote-space/screenshots/master/misc/install-wp-plugin.png)
8383
1. Activate plugin

assets/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marker-animation",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "marker animation for wordpress",
55
"main": "marker-animation.min.js",
66
"scripts": {

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.0
7+
* Version: 2.2.1
88
* Author URI: https://technote.space
99
* Text Domain: marker-animation
1010
* Domain Path: /languages/

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: marker, marker animation, highlighter, 蛍光ペン, マーカー, アン
44
Requires at least: 4.6
55
Requires PHP: 5.6
66
Tested up to: 5.2
7-
Stable tag: 2.2.0
7+
Stable tag: 2.2.1
88
Donate link: https://paypal.me/technote0space
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -88,6 +88,9 @@ This plugin needs PHP5.6 or higher.
8888

8989
== Changelog ==
9090

91+
= 2.2.1 (2019/9/8) =
92+
* Fix: Zip structure
93+
9194
= 2.2.0 (2019/9/7) =
9295
* Feature: Update packages
9396
* Feature: Setup GitHub Actions

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "Marker Animation",
33
"slug": "marker-animation",
4-
"download_url": "https://github.com/technote-space/marker-animation/releases/latest/download/marker-animation.zip",
5-
"version": "2.2.0",
4+
"download_url": "https://github.com/technote-space/marker-animation/releases/latest/download/release.zip",
5+
"version": "2.2.1",
66
"tested": "5.2",
77
"homepage": "https://github.com/technote-space/marker-animation",
88
"author": "Technote",

0 commit comments

Comments
 (0)