Custom Post Type Permalinks - Version 1.5.2

Version Description

Download this release

Release Info

Developer Toro_Unit
Plugin Icon 128x128 Custom Post Type Permalinks
Version 1.5.2
Comparing to
See all releases

Code changes from version 1.5.1 to 1.5.2

CPTP/Module.php CHANGED
@@ -1,6 +1,5 @@
1
  <?php
2
 
3
-
4
  Abstract Class CPTP_Module {
5
 
6
  final public function init() {
@@ -10,7 +9,7 @@ Abstract Class CPTP_Module {
10
  public function register() {
11
  add_action( 'CPTP_init', array( $this, 'add_hook' ) );
12
  }
13
-
14
  abstract function add_hook();
15
 
16
  }
1
  <?php
2
 
 
3
  Abstract Class CPTP_Module {
4
 
5
  final public function init() {
9
  public function register() {
10
  add_action( 'CPTP_init', array( $this, 'add_hook' ) );
11
  }
12
+
13
  abstract function add_hook();
14
 
15
  }
custom-post-type-permalinks.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.torounit.com
5
  Description: Add post archives of custom post type and customizable permalinks.
6
  Author: Toro_Unit
7
  Author URI: http://www.torounit.com/plugins/custom-post-type-permalinks/
8
- Version: 1.5.1
9
  Text Domain: custom-post-type-permalinks
10
  License: GPL2 or later
11
  Domain Path: /language/
@@ -17,7 +17,7 @@ Domain Path: /language/
17
  * Custom Post Type Permalinks
18
  *
19
  * @package Custom_Post_Type_Permalinks
20
- * @version 1.5.1
21
  *
22
  */
23
 
5
  Description: Add post archives of custom post type and customizable permalinks.
6
  Author: Toro_Unit
7
  Author URI: http://www.torounit.com/plugins/custom-post-type-permalinks/
8
+ Version: 1.5.2
9
  Text Domain: custom-post-type-permalinks
10
  License: GPL2 or later
11
  Domain Path: /language/
17
  * Custom Post Type Permalinks
18
  *
19
  * @package Custom_Post_Type_Permalinks
20
+ * @version 1.5.2
21
  *
22
  */
23
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.amazon.co.jp/registry/wishlist/COKSXS25MVQV
4
  Tags: permalink,permalinks,custom post type,custom taxonomy,cms
5
  Requires at least: 4.3
6
  Tested up to: 4.5
7
- Stable tag: 1.5.1
8
  License: GPLv2 or Later
9
 
10
  Edit the permalink of custom post type.
4
  Tags: permalink,permalinks,custom post type,custom taxonomy,cms
5
  Requires at least: 4.3
6
  Tested up to: 4.5
7
+ Stable tag: 1.5.2
8
  License: GPLv2 or Later
9
 
10
  Edit the permalink of custom post type.