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

Commit 1ee80bb

Browse files
v1.7.0
1 parent ef0907d commit 1ee80bb

File tree

11 files changed

+34
-15
lines changed

11 files changed

+34
-15
lines changed

assets/js/marker-animation-editor.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.

configs/config.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @version 1.6.9
3+
* @version 1.7.0
44
* @author Technote
55
* @since 1.0.0
66
* @since 1.2.5 Added: check develop version
@@ -10,6 +10,7 @@
1010
* @since 1.5.0 Changed: ライブラリの変更 (#37)
1111
* @since 1.6.0 Changed: Gutenbergへの対応 (#3)
1212
* @since 1.6.9 Deleted: update checker の設定を削除 (#87)
13+
* @since 1.7.0 wp-content-framework/admin#20
1314
* @copyright Technote All Rights Reserved
1415
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
1516
* @link https://technote.space/

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

readme.txt

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: technote0space
33
Tags: marker, marker animation, highlighter, 蛍光ペン, マーカー, アンダーライン
44
Requires at least: 4.6
5-
Tested up to: 5.1.0
65
Requires PHP: 5.6
7-
Stable tag: 1.6.11
6+
Tested up to: 5.1.1
7+
Stable tag: 1.7.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -14,8 +14,8 @@ This plugin will add "Marker animation" function
1414

1515
This plugin will add "Marker animation" function
1616
[日本語の説明](https://technote.space/marker-animation "Documentation in Japanese")
17-
[GitHub](https://github.com/technote-space/marker-animation)
18-
[Issues](https://github.com/technote-space/marker-animation/issues)
17+
[GitHub (More details)](https://github.com/technote-space/marker-animation)
18+
[Issues (Reporting a new bug or feature request)](https://github.com/technote-space/marker-animation/issues)
1919

2020
This plugin needs PHP5.6 or higher.
2121

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

4242
== Upgrade Notice ==
4343

44+
= 1.7.0 =
45+
* クラシックエディタの詳細設定の項目名を修正しました。
46+
* いくつかのパフォーマンスの改善を行いました [詳細](https://github.com/wp-content-framework/core/issues/138)
47+
* [その他の差分](https://github.com/technote-space/marker-animation/pull/101)
48+
4449
= 1.6.0 =
4550
* Gutenbergにボタンが追加されます。
4651
* Gutenbergでの動作が改善されます。
@@ -56,10 +61,16 @@ This plugin needs PHP5.6 or higher.
5661
* 設定のエクスポート及びインポートが可能になります(WP v4.7以上)
5762

5863
= 1.6.10 =
59-
* Classic editor でのボタンの動作が改善されます
64+
* クラシックエディタでのボタンの動作が改善されます
6065

6166
== Changelog ==
6267

68+
= 1.7.0 (2019/3/17) =
69+
* Improved: [Performance issues](https://github.com/wp-content-framework/core/issues/138)
70+
* Improved: [Dashboard page](https://github.com/wp-content-framework/admin/issues/20)
71+
* Fixed: [Detail setting label of classic editor](https://github.com/technote-space/marker-animation/issues/99)
72+
* Tested: against 5.1.1
73+
6374
= 1.6.11 (2019/3/4) =
6475

6576
* Improved: Hide `block editor setting` if block editor is invalid

src/classes/controllers/admin/dashboard.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<?php
22
/**
3-
* @version 1.6.0
3+
* @version 1.7.0
44
* @author Technote
55
* @since 1.0.0
66
* @since 1.2.0
77
* @since 1.3.0 Added: preset color
88
* @since 1.4.0 Improved: refactoring
99
* @since 1.5.0 Changed: ライブラリの変更 (#37)
1010
* @since 1.6.0 Fixed: デフォルト値の保存が正しく動作していない (#41)
11+
* @since 1.7.0 wp-content-framework/admin#20, wp-content-framework/common#57
1112
* @copyright Technote All Rights Reserved
1213
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
1314
* @link https://technote.space/

src/classes/models/assets.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @version 1.6.4
3+
* @version 1.7.0
44
* @author Technote
55
* @since 1.0.0
66
* @since 1.2.0
@@ -13,6 +13,7 @@
1313
* @since 1.6.0 Changed: Gutenbergへの対応 (#3)
1414
* @since 1.6.0 Fixed: デフォルト値の保存が正しく動作していない (#41)
1515
* @since 1.6.4 Changed: trivial change
16+
* @since 1.7.0 wp-content-framework/admin#20, wp-content-framework/common#57, #99
1617
* @copyright Technote All Rights Reserved
1718
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
1819
* @link https://technote.space/

src/classes/models/custom_post/setting.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?php
22
/**
3-
* @version 1.6.11
3+
* @version 1.7.0
44
* @author Technote
55
* @since 1.4.0
66
* @since 1.5.0 Changed: ライブラリの変更 (#37)
77
* @since 1.6.0 Changed: Gutenbergへの対応 (#3)
88
* @since 1.6.6 Changed: フレームワークの更新 (#76)
99
* @since 1.6.11 #85
10+
* @since 1.7.0 wp-content-framework/db#9, wp-content-framework/common#57
1011
* @copyright Technote All Rights Reserved
1112
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
1213
* @link https://technote.space/

src/views/admin/include/custom_post/color.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?php
22
/**
3-
* @version 1.5.0
3+
* @version 1.7.0
44
* @author Technote
55
* @since 1.4.0
66
* @since 1.5.0 Changed: trivial change
7+
* @since 1.7.0 wp-content-framework/common#57
78
* @copyright Technote All Rights Reserved
89
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
910
* @link https://technote.space

src/views/admin/include/custom_post/select.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?php
22
/**
3-
* @version 1.5.0
3+
* @version 1.7.0
44
* @author Technote
55
* @since 1.4.0
66
* @since 1.5.0 Changed: trivial change
7+
* @since 1.7.0 wp-content-framework/common#57
78
* @copyright Technote All Rights Reserved
89
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
910
* @link https://technote.space

src/views/admin/include/dashboard_after_content.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<?php
22
/**
3-
* @version 1.6.7
3+
* @version 1.7.0
44
* @author Technote
55
* @since 1.0.0
66
* @since 1.3.0 Added: preset color
77
* @since 1.3.1 Updated: preview
88
* @since 1.4.0 Deleted: preset color
99
* @since 1.5.0 Changed: trivial change
1010
* @since 1.6.7 Changed: trivial change
11+
* @since 1.7.0 wp-content-framework/admin#20
1112
* @copyright Technote All Rights Reserved
1213
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
1314
* @link https://technote.space/

0 commit comments

Comments
 (0)