From 188966cff58c3fc6fde3966130bd4aac58a956ff Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 26 Jun 2021 03:11:30 +0900 Subject: [PATCH] =?UTF-8?q?WP=20PLUGIN=E3=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ・バグ修正:カスタムフィールドのselected属性の追加漏れ修正 --- archive-post-order-plus.php | 2 +- readme.txt | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/archive-post-order-plus.php b/archive-post-order-plus.php index 791a011..a283a13 100644 --- a/archive-post-order-plus.php +++ b/archive-post-order-plus.php @@ -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 */ diff --git a/readme.txt b/readme.txt index 9a99dfd..19ba789 100644 --- a/readme.txt +++ b/readme.txt @@ -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 == \ No newline at end of file +No information \ No newline at end of file