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

Commit 879480f

Browse files
fixed: author
1 parent bffd008 commit 879480f

File tree

31 files changed

+61
-61
lines changed

31 files changed

+61
-61
lines changed

README.md

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

33
[![License: GPL v2+](https://img.shields.io/badge/License-GPL%20v2%2B-blue.svg)](http://www.gnu.org/licenses/gpl-2.0.html)
44
[![PHP: >=5.6](https://img.shields.io/badge/PHP-%3E%3D5.6-orange.svg)](http://php.net/)
5-
[![WordPress: >=3.9.3](https://img.shields.io/badge/WordPress-%3E%3D3.9.3-brightgreen.svg)](https://wordpress.org/)
5+
[![WordPress: >=4.6](https://img.shields.io/badge/WordPress-%3E%3D4.6-brightgreen.svg)](https://wordpress.org/)
66

77
![バナー](https://raw.githubusercontent.com/technote-space/marker-animation/images/.github/images/banner-772x250.png)
88

@@ -40,7 +40,7 @@
4040

4141
## 要件
4242
- PHP 5.6 以上
43-
- WordPress 3.9.3 以上
43+
- WordPress 4.6 以上
4444

4545
## 導入手順
4646
1. 管理画面のプラグインから「新規追加」
@@ -117,8 +117,8 @@
117117
塗る時間と遅れ時間を0に設定するとアニメーションなしでの利用が可能です。
118118

119119
## Author
120-
[GitHub (technote-space)](https://github.com/technote-space)
121-
[homepage](https://technote.space)
120+
[GitHub (Technote)](https://github.com/technote-space)
121+
[Blog](https://technote.space)
122122

123123
## プラグイン作成用フレームワーク
124124
[WP Content Framework](https://github.com/wp-content-framework/core)

assets/css/editor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @version 1.5.0
3-
* @author technote-space
3+
* @author Technote
44
* @since 1.0.0
55
* @since 1.2.3 Update: set default style
66
* @since 1.5.0 Changed: trivial change
7-
* @copyright technote-space All Rights Reserved
7+
* @copyright Technote All Rights Reserved
88
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
99
* @link https://technote.space/
1010
*/

assets/css/gutenberg.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* @version 1.6.4
3-
* @author technote-space
3+
* @author Technote
44
* @since 1.2.4
55
* @since 1.5.0 Changed: trivial change
66
* @since 1.6.0 Changed: Gutenbergへの対応 (#3)
77
* @since 1.6.3 Changed: trivial change
88
* @since 1.6.4 Changed: trivial change
9-
* @copyright technote-space All Rights Reserved
9+
* @copyright Technote All Rights Reserved
1010
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
1111
* @link https://technote.space/
1212
*/

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.

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.

0 commit comments

Comments
 (0)