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

Commit 9ae6564

Browse files
Merge pull request #350 from technote-space/release/next-v4.0.0
release: v4.0.1
2 parents 5b078aa + 11ce542 commit 9ae6564

File tree

8 files changed

+535
-438
lines changed

8 files changed

+535
-438
lines changed

assets/js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marker-animation",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "marker animation for wordpress",
55
"main": "marker-animation.min.js",
66
"scripts": {
@@ -36,15 +36,15 @@
3636
"@wordpress/compose": "^3.17.0",
3737
"@wordpress/element": "^2.14.0",
3838
"@wordpress/rich-text": "^3.18.0",
39-
"babel-jest": "^26.0.1",
39+
"babel-jest": "^26.1.0",
4040
"babel-loader": "^8.1.0",
4141
"duplicate-package-checker-webpack-plugin": "^3.0.0",
4242
"enzyme": "^3.11.0",
4343
"enzyme-to-json": "^3.5.0",
44-
"eslint": "^7.3.0",
44+
"eslint": "^7.3.1",
4545
"eslint-plugin-react": "^7.20.0",
4646
"hard-source-webpack-plugin": "^0.13.1",
47-
"jest": "^26.0.1",
47+
"jest": "^26.1.0",
4848
"jest-extended": "^0.11.5",
4949
"jquery": "^3.5.1",
5050
"jquery.marker-animation": "^1.4.22",

assets/js/yarn.lock

Lines changed: 337 additions & 336 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"wp-content-framework/update": "^1.0",
1818
"wp-content-framework/editor": "^1.0",
1919
"wp-content-framework/update_check": "^1.0",
20-
"wp-content-framework/upgrade": "^1.0"
20+
"wp-content-framework/upgrade": "^1.0",
21+
"wp-content-framework/log": "^1.0"
2122
},
2223
"require-dev": {
2324
"roave/security-advisories": "dev-master",

composer.lock

Lines changed: 188 additions & 93 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://github.com/technote-space/marker-animation
55
* Description: This plugin will add "Marker animation" function
66
* Author: Technote
7-
* Version: 4.0.0
7+
* Version: 4.0.1
88
* Author URI: https://technote.space
99
* Text Domain: marker-animation
1010
* Domain Path: /languages/

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: marker, marker animation, highlighter, 蛍光ペン, マーカー, アン
44
Requires at least: 5.4
55
Requires PHP: 5.6
66
Tested up to: 5.4
7-
Stable tag: 4.0.0
7+
Stable tag: 4.0.1
88
Donate link: https://paypal.me/technote0space
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html

src/classes/models/custom_post/setting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ private function to_camel( $options ) {
471471
public function get_upgrade_methods() {
472472
return [
473473
[
474-
'version' => '4.0.0',
474+
'version' => '4.0.1',
475475
'callback' => function () {
476476
foreach ( $this->app->array->get( $this->get_list_data( null, false ), 'data' ) as $item ) {
477477
if ( isset( $item['function'] ) && ! isset( $item['timing_function'] ) ) {

update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Marker Animation",
33
"slug": "marker-animation",
44
"download_url": "https://github.com/technote-space/marker-animation/releases/latest/download/release.zip",
5-
"version": "4.0.0",
5+
"version": "4.0.1",
66
"tested": "5.4",
77
"homepage": "https://github.com/technote-space/marker-animation",
88
"author": "Technote",

0 commit comments

Comments
 (0)