Intuitive Custom Post Order - Version 2.0.6

Version Description

  • ver.2.0.5 fixed.
Download this release

Release Info

Developer hijiri
Plugin Icon 128x128 Intuitive Custom Post Order
Version 2.0.6
Comparing to
See all releases

Code changes from version 2.0.7 to 2.0.6

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, and Custom Post Types) using a Drag and Drop Sortable JavaScript.
6
- Version: 2.0.7
7
  Author: hijiri
8
  Author URI: http://hijiriworld.com/web/
9
  */
@@ -390,7 +390,7 @@ class Hicpo
390
  }
391
 
392
  if ( $active ) {
393
- if ( !isset( $wp_query->query['orderby'] ) || $wp_query->query['orderby'] == 'date' ) $wp_query->set( 'orderby', 'menu_order' );
394
  if ( !isset( $wp_query->query['order'] ) || $wp_query->query['order'] == 'DESC' ) $wp_query->set( 'order', 'ASC' );
395
  }
396
  }
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, and Custom Post Types) using a Drag and Drop Sortable JavaScript.
6
+ Version: 2.0.6
7
  Author: hijiri
8
  Author URI: http://hijiriworld.com/web/
9
  */
390
  }
391
 
392
  if ( $active ) {
393
+ if ( !isset( $wp_query->query['orderby'] ) || $wp_query->query['orderby'] == 'post_date' ) $wp_query->set( 'orderby', 'menu_order' );
394
  if ( !isset( $wp_query->query['order'] ) || $wp_query->query['order'] == 'DESC' ) $wp_query->set( 'order', 'ASC' );
395
  }
396
  }
js/hicpo.js CHANGED
File without changes
lang/hicpo-sv_SE.mo DELETED
Binary file
lang/hicpo-sv_SE.po DELETED
@@ -1,45 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Intuitive Custom Post Order v2.0.6\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2013-11-23 17:40+0100\n"
7
- "Last-Translator: Thomas Persson <info@ajfix.se>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Generator: Poedit 1.5.7\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: ../\n"
18
- "X-Textdomain-Support: yes\n"
19
- "Language: sv_SE\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- # @ hicpo
23
- #: admin/settings.php:12
24
- msgid "Intuitive Custom Post Order Settings"
25
- msgstr "Intuitive CPO Inst&auml;llningar"
26
-
27
- # @ hicpo
28
- #: admin/settings.php:17
29
- msgid "Settings saved."
30
- msgstr "Inst&auml;llningar sparade"
31
-
32
- # @ hicpo
33
- #: admin/settings.php:29
34
- msgid "Sortable Objects"
35
- msgstr "Sorteringsbara objekt"
36
-
37
- # @ cptg
38
- #: admin/settings.php:50
39
- msgid "Update"
40
- msgstr "Uppdatera"
41
-
42
- # @ hicpo
43
- #: intuitive-custom-post-order.php:117
44
- msgid "Intuitive CPO"
45
- msgstr "Intuitive CPO"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: hijiri
3
  Tags: post order, posts order, order post, order posts, custom post type order
4
  Requires at least: 3.0.0
5
- Tested up to: 3.8.0
6
- Stable tag: 2.0.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -29,13 +29,6 @@ Excluding Custom Query which uses 'order' or 'orderby' parameters, in query_post
29
 
30
  == Changelog ==
31
 
32
- = 2.0.7 =
33
-
34
- * Bug fixed.
35
- for WordPress 3.8
36
-
37
- * Add Swedish Translations.(by Thomas)
38
-
39
  = 2.0.6 =
40
 
41
  * ver.2.0.5 fixed.
2
  Contributors: hijiri
3
  Tags: post order, posts order, order post, order posts, custom post type order
4
  Requires at least: 3.0.0
5
+ Tested up to: 3.5.1
6
+ Stable tag: 2.0.6
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
29
 
30
  == Changelog ==
31
 
 
 
 
 
 
 
 
32
  = 2.0.6 =
33
 
34
  * ver.2.0.5 fixed.
screenshot-1.png CHANGED
File without changes