Version Description
- Remove deprecated function 'secreen_icon()'.
Download this release
Release Info
Developer | hijiri |
Plugin | Intuitive Custom Post Order |
Version | 3.1.1 |
Comparing to | |
See all releases |
Code changes from version 3.1.0 to 3.1.1
- admin/settings-network.php +0 -2
- admin/settings.php +0 -2
- intuitive-custom-post-order.php +2 -2
- readme.txt +6 -2
admin/settings-network.php
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
<div class="wrap">
|
2 |
|
3 |
-
<?php screen_icon( 'plugins' ); ?>
|
4 |
-
|
5 |
<h2><?php _e( 'Intuitive Custom Post Order Network Settings', 'intuitive-custom-post-order' ); ?></h2>
|
6 |
|
7 |
<?php if ( isset($_GET['msg'] )) : ?>
|
1 |
<div class="wrap">
|
2 |
|
|
|
|
|
3 |
<h2><?php _e( 'Intuitive Custom Post Order Network Settings', 'intuitive-custom-post-order' ); ?></h2>
|
4 |
|
5 |
<?php if ( isset($_GET['msg'] )) : ?>
|
admin/settings.php
CHANGED
@@ -8,8 +8,6 @@ $hicpo_tags = isset( $hicpo_options['tags'] ) ? $hicpo_options['tags'] : array()
|
|
8 |
|
9 |
<div class="wrap">
|
10 |
|
11 |
-
<?php screen_icon( 'plugins' ); ?>
|
12 |
-
|
13 |
<h2><?php _e( 'Intuitive Custom Post Order Settings', 'intuitive-custom-post-order' ); ?></h2>
|
14 |
|
15 |
<?php if ( isset($_GET['msg'] )) : ?>
|
8 |
|
9 |
<div class="wrap">
|
10 |
|
|
|
|
|
11 |
<h2><?php _e( 'Intuitive Custom Post Order Settings', 'intuitive-custom-post-order' ); ?></h2>
|
12 |
|
13 |
<?php if ( isset($_GET['msg'] )) : ?>
|
intuitive-custom-post-order.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Intuitive Custom Post Order
|
4 |
* Plugin URI: http://hijiriworld.com/web/plugins/intuitive-custom-post-order/
|
5 |
* Description: Intuitively, Order Items( Posts, Pages, ,Custom Post Types, Custom Taxonomies, Sites ) using a Drag and Drop Sortable JavaScript.
|
6 |
-
* Version: 3.1.
|
7 |
* Author: hijiri
|
8 |
* Author URI: http://hijiriworld.com/web/
|
9 |
* Text Domain: intuitive-custom-post-order
|
@@ -18,7 +18,7 @@
|
|
18 |
|
19 |
define( 'HICPO_URL', plugins_url( '', __FILE__ ) );
|
20 |
define( 'HICPO_DIR', plugin_dir_path( __FILE__ ) );
|
21 |
-
define( 'HICPO_VER', '3.1.
|
22 |
|
23 |
/**
|
24 |
* Uninstall hook
|
3 |
* Plugin Name: Intuitive Custom Post Order
|
4 |
* Plugin URI: http://hijiriworld.com/web/plugins/intuitive-custom-post-order/
|
5 |
* Description: Intuitively, Order Items( Posts, Pages, ,Custom Post Types, Custom Taxonomies, Sites ) using a Drag and Drop Sortable JavaScript.
|
6 |
+
* Version: 3.1.1
|
7 |
* Author: hijiri
|
8 |
* Author URI: http://hijiriworld.com/web/
|
9 |
* Text Domain: intuitive-custom-post-order
|
18 |
|
19 |
define( 'HICPO_URL', plugins_url( '', __FILE__ ) );
|
20 |
define( 'HICPO_DIR', plugin_dir_path( __FILE__ ) );
|
21 |
+
define( 'HICPO_VER', '3.1.1' );
|
22 |
|
23 |
/**
|
24 |
* Uninstall hook
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: hijiri
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TT5NP352P6MCU
|
4 |
Tags: post order, posts order, order post, order posts, custom post type order, custom taxonomy order
|
5 |
Requires at least: 3.5.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -101,6 +101,10 @@ Go to "screen options" and change "Number of items per page:".
|
|
101 |
|
102 |
== Changelog ==
|
103 |
|
|
|
|
|
|
|
|
|
104 |
= 3.1.0 =
|
105 |
|
106 |
* Support the Sites.
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TT5NP352P6MCU
|
4 |
Tags: post order, posts order, order post, order posts, custom post type order, custom taxonomy order
|
5 |
Requires at least: 3.5.0
|
6 |
+
Tested up to: 4.9.2
|
7 |
+
Stable tag: 3.1.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
101 |
|
102 |
== Changelog ==
|
103 |
|
104 |
+
= 3.1.1 =
|
105 |
+
|
106 |
+
* Remove deprecated function 'secreen_icon()'.
|
107 |
+
|
108 |
= 3.1.0 =
|
109 |
|
110 |
* Support the Sites.
|