WP6.0 対応チェック
軽微な修正 ・テンプレートのミスタイプの修正 ・メソッドの戻り型指定の追加 ・不要な変数代入の削除 ・ファイルインクルードの条件追加
This commit is contained in:
+16
-3
@@ -2,9 +2,9 @@
|
||||
Contributors: nbk45
|
||||
Tags: latest posts order,categories post order,tags post order,custom taxonomy post order
|
||||
Requires at least: 4.9
|
||||
Tested up to: 5.9
|
||||
Requires PHP: 7.0
|
||||
Stable tag: 1.2.0
|
||||
Tested up to: 6.0
|
||||
Requires PHP: 7.4
|
||||
Stable tag: 1.2.1
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
@@ -82,6 +82,19 @@ screenshot-7.png
|
||||
screenshot-8.png
|
||||
|
||||
== Changelog ==
|
||||
= 1.2.1 =
|
||||
confirm WordPress6.0
|
||||
Fix template typos.
|
||||
Add method return type specification.
|
||||
Delete unnecessary variable assignments.
|
||||
Add condition to file include.
|
||||
|
||||
WordPress6.0動作確認
|
||||
テンプレートのミスタイプの修正
|
||||
メソッドの戻り型指定の追加
|
||||
不要な変数代入の削除
|
||||
ファイルインクルードの条件追加
|
||||
|
||||
= 1.2.0 =
|
||||
confirm WordPress5.9
|
||||
Fixed Notice error in custom post archive.
|
||||
|
||||
Reference in New Issue
Block a user