WP PLUGIN 

・バグ修正:カスタムフィールドのselected属性の追加漏れ修正
This commit is contained in:
2021-06-26 03:11:30 +09:00
parent ff50cbdff8
commit 188966cff5
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Plugin URI: https://develop.n-k-y.net/wordpress/wp_plugin/apop/
Author: NBK45
Author URI: https://develop.n-k-y.net
Description: 通常表示、検索表示、タクソノミー毎に投稿の表示順を設定するプラグイン
Version: 1.1.0
Version: 1.1.1
License: GPLv2
*/
+6 -4
View File
@@ -4,7 +4,7 @@ Tags: 投稿,表示順,投稿表示順,カテゴリー,タグ,カスタム分類
Requires at least: 4.9
Tested up to: 5.7.2
Requires PHP: 7.0
Stable tag: 1.1.0
Stable tag: 1.1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -22,6 +22,9 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html
投稿の更新日、ID、タイトル、登録日のソートに加え、4つのカスタムフィールドが登録可能です。
有効にしたい項目を選択し、ドラッグで順番を設定します。
カスタムフィールドは、既存のカスタムフィールドから選択もしくは本プラグイン用に追加可能。
(追加の場合は各投稿の専用入力フォームから登録)
2)ドラッグソート
カテゴリー、タグ、カスタム分類に属する投稿表示順をドラッグで設定します。
@@ -60,9 +63,8 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html
並べ替え設定ページの更新ボタン位置を修正
カテゴリー、タグ、カスタム分類のソート対象選択のラジオボタン並び順を標準、検索と同一になるよう修正
= 1.1.1 =
バグ修正:カスタムフィールドのselected属性の追加漏れ修正
== Upgrade Notice ==
No information
== Arbitrary section ==