From 294e7235d00728e508e926b57345ad1d49222e1e Mon Sep 17 00:00:00 2001 From: Satoshi SHODA Date: Mon, 29 Jan 2018 18:09:32 +0900 Subject: [PATCH] v3.1.1 --- admin/settings-network.php | 2 -- admin/settings.php | 2 -- intuitive-custom-post-order.php | 4 ++-- readme.txt | 8 ++++++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/admin/settings-network.php b/admin/settings-network.php index 5199d90..bba10d6 100755 --- a/admin/settings-network.php +++ b/admin/settings-network.php @@ -1,7 +1,5 @@
- -

diff --git a/admin/settings.php b/admin/settings.php index 8b5fc1a..dc61e56 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -8,8 +8,6 @@
- -

diff --git a/intuitive-custom-post-order.php b/intuitive-custom-post-order.php index 0ef774a..41bef50 100755 --- a/intuitive-custom-post-order.php +++ b/intuitive-custom-post-order.php @@ -3,7 +3,7 @@ * Plugin Name: Intuitive Custom Post Order * Plugin URI: http://hijiriworld.com/web/plugins/intuitive-custom-post-order/ * Description: Intuitively, Order Items( Posts, Pages, ,Custom Post Types, Custom Taxonomies, Sites ) using a Drag and Drop Sortable JavaScript. - * Version: 3.1.0 + * Version: 3.1.1 * Author: hijiri * Author URI: http://hijiriworld.com/web/ * Text Domain: intuitive-custom-post-order @@ -18,7 +18,7 @@ define( 'HICPO_URL', plugins_url( '', __FILE__ ) ); define( 'HICPO_DIR', plugin_dir_path( __FILE__ ) ); -define( 'HICPO_VER', '3.1.0' ); +define( 'HICPO_VER', '3.1.1' ); /** * Uninstall hook diff --git a/readme.txt b/readme.txt index d62b428..357ce57 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: hijiri Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TT5NP352P6MCU Tags: post order, posts order, order post, order posts, custom post type order, custom taxonomy order Requires at least: 3.5.0 -Tested up to: 4.7.3 -Stable tag: 3.1.0 +Tested up to: 4.9.2 +Stable tag: 3.1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -101,6 +101,10 @@ Go to "screen options" and change "Number of items per page:". == Changelog == += 3.1.1 = + +* Remove deprecated function 'secreen_icon()'. + = 3.1.0 = * Support the Sites.