Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoshi SHODA authored and Satoshi SHODA committed Jan 29, 2018
1 parent 34667f2 commit 294e723
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 0 additions & 2 deletions admin/settings-network.php
@@ -1,7 +1,5 @@
<div class="wrap">

<?php screen_icon( 'plugins' ); ?>

<h2><?php _e( 'Intuitive Custom Post Order Network Settings', 'intuitive-custom-post-order' ); ?></h2>

<?php if ( isset($_GET['msg'] )) : ?>
Expand Down
2 changes: 0 additions & 2 deletions admin/settings.php
Expand Up @@ -8,8 +8,6 @@

<div class="wrap">

<?php screen_icon( 'plugins' ); ?>

<h2><?php _e( 'Intuitive Custom Post Order Settings', 'intuitive-custom-post-order' ); ?></h2>

<?php if ( isset($_GET['msg'] )) : ?>
Expand Down
4 changes: 2 additions & 2 deletions intuitive-custom-post-order.php
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 294e723

Please sign in to comment.