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

Commit b205da1

Browse files
v2.0.3
1 parent 7617e58 commit b205da1

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

assets/js/marker-animation-gutenberg.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/marker-animation.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.2",
3+
"version": "2.0.3",
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://wordpress.org/plugins/marker-animation
55
Description: This plugin will add "Marker animation" function
66
Author: Technote
7-
Version: 2.0.2
7+
Version: 2.0.3
88
Author URI: https://technote.space
99
Text Domain: marker-animation
1010
Domain Path: /languages/

readme.txt

Lines changed: 7 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.0.2
7+
Stable tag: 2.0.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -41,6 +41,9 @@ This plugin needs PHP5.6 or higher.
4141

4242
== Upgrade Notice ==
4343

44+
= 2.0.3 =
45+
* [すべての差分](https://github.com/technote-space/marker-animation/pull/148)
46+
4447
= 2.0.2 =
4548
* [すべての差分](https://github.com/technote-space/marker-animation/pull/140)
4649

@@ -78,6 +81,9 @@ This plugin needs PHP5.6 or higher.
7881

7982
== Changelog ==
8083

84+
= 2.0.3 (2019/6/2) =
85+
* Improved: [Refactoring](https://github.com/technote-space/marker-animation/issues/145)
86+
8187
= 2.0.2 (2019/6/1) =
8288
* Changed: [Required WordPress version](https://github.com/technote-space/marker-animation/issues/141)
8389

src/classes/models/assets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @version 2.0.0
3+
* @version 2.0.3
44
* @author Technote
55
* @since 1.0.0
66
* @copyright Technote All Rights Reserved

src/classes/models/editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @version 2.0.2
3+
* @version 2.0.3
44
* @author Technote
55
* @since 1.0.0
66
* @copyright Technote All Rights Reserved

0 commit comments

Comments
 (0)