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

Commit bf02b3c

Browse files
Merge pull request #123 from technote-space/release/v1.7.5
Release/v1.7.5
2 parents 04660f8 + 57d6c76 commit bf02b3c

File tree

11 files changed

+169
-117
lines changed

11 files changed

+169
-117
lines changed

composer.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4
7+
Version: 1.7.5
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: 1.7.4
7+
Stable tag: 1.7.5
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+
= 1.7.5 =
45+
* [すべての差分](https://github.com/technote-space/marker-animation/pull/123)
46+
4447
= 1.7.4 =
4548
* ブロックエディタでサイドバーから細かく設定できるように対応しました。 [詳細](https://github.com/technote-space/marker-animation/issues/51)
4649
* 設定一覧の「繰り返すかどうか」が正しく反映されないバグの修正。 [詳細](https://github.com/technote-space/marker-animation/issues/117)
@@ -84,6 +87,9 @@ This plugin needs PHP5.6 or higher.
8487

8588
== Changelog ==
8689

90+
= 1.7.5 (2019/4/28) =
91+
* Improved: [Consider incorrect argument](https://github.com/wp-content-framework/admin/issues/58)
92+
8793
= 1.7.4 (2019/4/23) =
8894
* Added: [Detail settings for gutenberg](https://github.com/technote-space/marker-animation/issues/51)
8995
* Fixed: [Display of repeat setting](https://github.com/technote-space/marker-animation/issues/117)

vendor/composer/installed.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -114,25 +114,25 @@
114114
},
115115
{
116116
"name": "wp-content-framework/admin",
117-
"version": "v0.0.29",
118-
"version_normalized": "0.0.29.0",
117+
"version": "v0.0.31",
118+
"version_normalized": "0.0.31.0",
119119
"source": {
120120
"type": "git",
121121
"url": "https://github.com/wp-content-framework/admin.git",
122-
"reference": "ca74b0c62b352f2e7bb993865eccdf484a6546b4"
122+
"reference": "0f4b45f5389ccfa390c6fbde6c1c5e6be6c82ef3"
123123
},
124124
"dist": {
125125
"type": "zip",
126-
"url": "https://api.github.com/repos/wp-content-framework/admin/zipball/ca74b0c62b352f2e7bb993865eccdf484a6546b4",
127-
"reference": "ca74b0c62b352f2e7bb993865eccdf484a6546b4",
126+
"url": "https://api.github.com/repos/wp-content-framework/admin/zipball/0f4b45f5389ccfa390c6fbde6c1c5e6be6c82ef3",
127+
"reference": "0f4b45f5389ccfa390c6fbde6c1c5e6be6c82ef3",
128128
"shasum": ""
129129
},
130130
"require": {
131131
"php": ">=5.6.0",
132132
"wp-content-framework/controller": "~0.0.1",
133133
"wp-content-framework/view": "~0.0.1"
134134
},
135-
"time": "2019-04-20T17:05:07+00:00",
135+
"time": "2019-04-27T17:11:44+00:00",
136136
"type": "library",
137137
"installation-source": "dist",
138138
"notification-url": "https://packagist.org/downloads/",
@@ -238,17 +238,17 @@
238238
},
239239
{
240240
"name": "wp-content-framework/common",
241-
"version": "v0.0.47",
242-
"version_normalized": "0.0.47.0",
241+
"version": "v0.0.48",
242+
"version_normalized": "0.0.48.0",
243243
"source": {
244244
"type": "git",
245245
"url": "https://github.com/wp-content-framework/common.git",
246-
"reference": "ebb90d1c31b481c3d3fddc120c4116a1ea485c96"
246+
"reference": "d6e0e44fda166c648b37fd36d4e8893cf8ecf778"
247247
},
248248
"dist": {
249249
"type": "zip",
250-
"url": "https://api.github.com/repos/wp-content-framework/common/zipball/ebb90d1c31b481c3d3fddc120c4116a1ea485c96",
251-
"reference": "ebb90d1c31b481c3d3fddc120c4116a1ea485c96",
250+
"url": "https://api.github.com/repos/wp-content-framework/common/zipball/d6e0e44fda166c648b37fd36d4e8893cf8ecf778",
251+
"reference": "d6e0e44fda166c648b37fd36d4e8893cf8ecf778",
252252
"shasum": ""
253253
},
254254
"require": {
@@ -258,7 +258,7 @@
258258
"phake/phake": "~2.0",
259259
"phpunit/phpunit": "~5.7"
260260
},
261-
"time": "2019-04-18T08:20:25+00:00",
261+
"time": "2019-04-25T09:57:06+00:00",
262262
"type": "library",
263263
"installation-source": "dist",
264264
"notification-url": "https://packagist.org/downloads/",
@@ -371,17 +371,17 @@
371371
},
372372
{
373373
"name": "wp-content-framework/custom_post",
374-
"version": "v0.0.32",
375-
"version_normalized": "0.0.32.0",
374+
"version": "v0.0.33",
375+
"version_normalized": "0.0.33.0",
376376
"source": {
377377
"type": "git",
378378
"url": "https://github.com/wp-content-framework/custom_post.git",
379-
"reference": "ea2ca68121311cbc29e1823f1110a9c14deeb0a2"
379+
"reference": "cef8510d72c411d78363be190b6b695471ce3203"
380380
},
381381
"dist": {
382382
"type": "zip",
383-
"url": "https://api.github.com/repos/wp-content-framework/custom_post/zipball/ea2ca68121311cbc29e1823f1110a9c14deeb0a2",
384-
"reference": "ea2ca68121311cbc29e1823f1110a9c14deeb0a2",
383+
"url": "https://api.github.com/repos/wp-content-framework/custom_post/zipball/cef8510d72c411d78363be190b6b695471ce3203",
384+
"reference": "cef8510d72c411d78363be190b6b695471ce3203",
385385
"shasum": ""
386386
},
387387
"require": {
@@ -395,7 +395,7 @@
395395
"phake/phake": "~2.0",
396396
"phpunit/phpunit": "~5.7"
397397
},
398-
"time": "2019-04-04T04:27:39+00:00",
398+
"time": "2019-04-23T09:59:54+00:00",
399399
"type": "library",
400400
"installation-source": "dist",
401401
"notification-url": "https://packagist.org/downloads/",

vendor/wp-content-framework/admin/configs/config.php

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* WP_Framework_Admin Configs Config
44
*
5-
* @version 0.0.22
5+
* @version 0.0.30
66
* @author Technote
77
* @copyright Technote All Rights Reserved
88
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
@@ -18,15 +18,6 @@
1818
// main menu title
1919
'main_menu_title' => '',
2020

21-
// contact url
22-
'contact_url' => '',
23-
24-
// twitter
25-
'twitter' => '',
26-
27-
// github
28-
'github' => '',
29-
3021
// menu image url
3122
'menu_image' => '',
3223

@@ -42,12 +33,6 @@
4233
// setting page slug
4334
'setting_page_slug' => 'setting',
4435

45-
// detail url
46-
'detail_url' => '',
47-
48-
// github repo (user/repo)
49-
'github_repo' => '',
50-
5136
// action links
5237
'action_links' => [
5338
[
@@ -65,4 +50,18 @@
6550
// plugin row meta
6651
'plugin_row_meta' => [],
6752

53+
// twitter
54+
'twitter' => '',
55+
56+
// detail url
57+
'detail_url' => '',
58+
59+
// github repo (user/repo)
60+
'github_repo' => '',
61+
62+
// contact url
63+
'contact_url' => '',
64+
65+
// github
66+
'github' => '',
6867
];

vendor/wp-content-framework/admin/src/classes/models/admin.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* WP_Framework_Admin Classes Models Admin
44
*
5-
* @version 0.0.24
5+
* @version 0.0.31
66
* @author Technote
77
* @copyright Technote All Rights Reserved
88
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
@@ -182,51 +182,51 @@ private function admin_notice() {
182182
/**
183183
* @param string[] $actions
184184
* @param string $plugin_file
185-
* @param array $plugin_data
185+
* @param array|null $plugin_data
186186
* @param string $context
187187
*
188188
* @return array
189189
*/
190190
/** @noinspection PhpUnusedPrivateMethodInspection */
191-
private function plugin_action_links( array $actions, $plugin_file, array $plugin_data, $context ) {
191+
private function plugin_action_links( array $actions, $plugin_file, $plugin_data, $context ) {
192192
if ( $this->app->is_theme || $plugin_file !== $this->app->define->plugin_base_name ) {
193193
return $actions;
194194
}
195195

196196
$action_links = $this->parse_config_links( $this->app->get_config( 'config', 'action_links' ), $plugin_data, $context );
197197
! empty( $action_links ) and $actions = array_merge( $action_links, $actions );
198198

199-
return $this->apply_filters( 'plugin_action_links', $actions );
199+
return $this->apply_filters( 'plugin_action_links', $actions, $plugin_file, $plugin_data, $context );
200200
}
201201

202202
/**
203203
* @param string[] $plugin_meta
204204
* @param string $plugin_file
205-
* @param array $plugin_data
205+
* @param array|null $plugin_data
206206
* @param string $status
207207
*
208208
* @return array
209209
*/
210210
/** @noinspection PhpUnusedPrivateMethodInspection */
211-
private function plugin_row_meta( array $plugin_meta, $plugin_file, array $plugin_data, $status ) {
211+
private function plugin_row_meta( array $plugin_meta, $plugin_file, $plugin_data, $status ) {
212212
if ( $this->app->is_theme || $plugin_file !== $this->app->define->plugin_base_name ) {
213213
return $plugin_meta;
214214
}
215215

216216
$plugin_row_meta = $this->parse_config_links( $this->app->get_config( 'config', 'plugin_row_meta' ), $plugin_data, $status );
217217
! empty( $plugin_row_meta ) and $plugin_meta = array_merge( $plugin_meta, $plugin_row_meta );
218218

219-
return $this->apply_filters( 'plugin_row_meta', $plugin_meta );
219+
return $this->apply_filters( 'plugin_row_meta', $plugin_meta, $plugin_file, $plugin_data, $status );
220220
}
221221

222222
/**
223223
* @param array $links
224-
* @param $plugin_data
225-
* @param $status
224+
* @param array|null $plugin_data
225+
* @param string $status
226226
*
227227
* @return array
228228
*/
229-
private function parse_config_links( array $links, array $plugin_data, $status ) {
229+
private function parse_config_links( array $links, $plugin_data, $status ) {
230230
if ( is_array( $links ) && ! empty( $links ) ) {
231231
return array_filter( $this->app->array->map( $links, function ( $setting ) use ( $plugin_data, $status ) {
232232
if ( empty( $setting['url'] ) || ! isset( $setting['label'] ) ) {
Binary file not shown.

vendor/wp-content-framework/common/languages/wp_framework-common-ja.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ msgid ""
22
msgstr ""
33
"Project-Id-Version: wp-framework-common\n"
44
"POT-Creation-Date: 2018-07-01 17:47+0900\n"
5-
"PO-Revision-Date: 2019-04-18 16:39+0900\n"
5+
"PO-Revision-Date: 2019-04-25 17:23+0900\n"
66
"Last-Translator: \n"
77
"Language-Team: \n"
88
"MIME-Version: 1.0\n"
@@ -213,3 +213,6 @@ msgstr "はい"
213213

214214
msgid "No"
215215
msgstr "いいえ"
216+
217+
msgid "Deactivate plugin"
218+
msgstr "プラグインを停止"

0 commit comments

Comments
 (0)