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. カスタム投稿アーカイブのソート設定対応