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

Commit 057e073

Browse files
v1.7.1
1 parent b5a3f59 commit 057e073

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

configs/filter.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.6
3+
* @version 1.7.1
44
* @author Technote
55
* @since 1.0.0
66
* @since 1.2.0
@@ -11,6 +11,7 @@
1111
* @since 1.4.0 Added: filter of marker setting
1212
* @since 1.5.0 Changed: trivial change
1313
* @since 1.6.6 Changed: trivial change
14+
* @since 1.7.1 #102
1415
* @copyright Technote All Rights Reserved
1516
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
1617
* @link https://technote.space/

configs/preset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @version 1.7.1
44
* @author Technote
5-
* @since 1.7.1
5+
* @since 1.7.1 #102
66
* @copyright Technote All Rights Reserved
77
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
88
* @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.7.0
7+
Version: 1.6.1
88
Author URI: https://technote.space
99
Text Domain: marker-animation
1010
Domain Path: /languages/

readme.txt

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

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

4242
== Upgrade Notice ==
4343

44+
= 1.7.1 =
45+
* 『設定』のエクスポートが正しく動作しない問題を修正しました [詳細](https://github.com/wp-content-framework/custom_post/issues/73)
46+
* デフォルト設定の更新時に『設定』のデフォルト値が更新されない問題を修正しました [詳細](https://github.com/technote-space/marker-animation/issues/103)
47+
* [その他の差分](https://github.com/technote-space/marker-animation/pull/106)
48+
4449
= 1.7.0 =
4550
* クラシックエディタの詳細設定の項目名を修正しました。
4651
* いくつかのパフォーマンスの改善を行いました [詳細](https://github.com/wp-content-framework/core/issues/138)
@@ -65,6 +70,11 @@ This plugin needs PHP5.6 or higher.
6570

6671
== Changelog ==
6772

73+
= 1.7.1 (2019/3/18) =
74+
* Added: [Presets](https://github.com/technote-space/marker-animation/issues/102)
75+
* Fixed: [Delete cache when update default settings](https://github.com/technote-space/marker-animation/issues/103)
76+
* Fixed: [Export setting](https://github.com/wp-content-framework/custom_post#73)
77+
6878
= 1.7.0 (2019/3/17) =
6979
* Improved: [Performance issues](https://github.com/wp-content-framework/core/issues/138)
7080
* Improved: [Dashboard page](https://github.com/wp-content-framework/admin/issues/20)

src/classes/controllers/admin/dashboard.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.7.0
3+
* @version 1.7.1
44
* @author Technote
55
* @since 1.0.0
66
* @since 1.2.0
@@ -9,6 +9,7 @@
99
* @since 1.5.0 Changed: ライブラリの変更 (#37)
1010
* @since 1.6.0 Fixed: デフォルト値の保存が正しく動作していない (#41)
1111
* @since 1.7.0 wp-content-framework/admin#20, wp-content-framework/common#57
12+
* @since 1.7.1 #103
1213
* @copyright Technote All Rights Reserved
1314
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
1415
* @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,13 +1,14 @@
11
<?php
22
/**
3-
* @version 1.7.0
3+
* @version 1.7.1
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
1010
* @since 1.7.0 wp-content-framework/db#9, wp-content-framework/common#57
11+
* @since 1.7.1 #102
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)