diff --git a/README.md b/README.md index a6ca070c..b8c1a630 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ ## 要件 - PHP 5.6 以上 - WordPress 4.6 以上 + - 次のメジャーアップデートで WordPress 5.2 以上 かつ ブロックエディタのみ になります + - (2019/6/1 予定) ## 導入手順 1. 管理画面のプラグインから「新規追加」 @@ -66,6 +68,7 @@ マーカー設定で登録した値(空にした値はデフォルトの値)でマーカーが動作します。 ![ボタン2](https://raw.githubusercontent.com/technote-space/marker-animation/images/.github/images/201902051621.png) ### クラシックエディタ +次のメジャーアップデートでクラシックエディタでは使用できなくなります。 #### マーカーアニメーションボタン デフォルト設定画面で設定した値でマーカーが動作します。 ![ボタン1](https://raw.githubusercontent.com/technote-space/marker-animation/images/.github/images/201901030454.png) diff --git a/readme.txt b/readme.txt index 26dcf9e1..112079ac 100644 --- a/readme.txt +++ b/readme.txt @@ -19,6 +19,8 @@ This plugin will add "Marker animation" function This plugin needs PHP5.6 or higher. +The classic editor will not be supported on next major update. + == Installation == 1. Upload the `marker-animation` folder to the `/wp-content/plugins/` directory. @@ -41,6 +43,10 @@ This plugin needs PHP5.6 or higher. == Upgrade Notice == += 1.7.6 = +* [[次のメジャーアップデートでクラシックエディタでは使用できなくなります (2019/6/1 予定)]](color:red;font-weight:bold) +* [詳細はこちら](https://github.com/technote-space/marker-animation/issues/119) + = 1.7.5 = * [すべての差分](https://github.com/technote-space/marker-animation/pull/123)