From 5fd91acb2e9c3b37e95d85155937b3284b357677 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 12 Dec 2021 18:25:43 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E6=83=85=E5=A0=B1=E3=82=92=E8=BF=BD=E8=A8=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archive-post-order-plus.php | 2 +- readme.txt | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/archive-post-order-plus.php b/archive-post-order-plus.php index 6346248..bf1ef59 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: Archive Post Order Plus は「最新の投稿」「検索結果」「カテゴリー」「タグ」「カスタム分類」の投稿記事の表示順をドラッグで並べ替えて設定するプラグインです。 -Version: 1.1.8 +Version: 1.1.9 License: GPLv2 Text Domain: ArchivePostOrderPlus Domain Path: /languages diff --git a/readme.txt b/readme.txt index c77cf0f..2c4650f 100644 --- a/readme.txt +++ b/readme.txt @@ -82,8 +82,15 @@ screenshot-7.png screenshot-8.png == Changelog == += 1.1.9 = +Changed the layout of the sort menu. +Modified JavaScript variable declaration and stored element specification in variable. + +並べ替えのレイアウトを変更 +JavaScriptで要素を変数に格納 + = 1.1.8 = -Supports sort settings for custom post archives +Supports sort settings for custom post archives. Bug fixed: "Follow global settings" of category, tag, and custom classification does not work properly when all items are selected in global settings. カスタム投稿アーカイブのソート設定対応