Custom Post Type Permalinks - Version 3.4.0

Version Description

  • Tested 5.5 beta3
  • WPML support: custom post type slug translation. ( Props @strategio )
  • Add new filter cptp_post_link_category and cptp_post_link_term .
  • Use Lowercase prefix for action and filter.
Download this release

Release Info

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

Code changes from version 3.4.0-rc.1 to 3.4.0

Files changed (2) hide show
  1. custom-post-type-permalinks.php +2 -2
  2. readme.txt +1 -1
custom-post-type-permalinks.php CHANGED
@@ -5,13 +5,13 @@
5
  * Description: Add post archives of custom post type and customizable permalinks.
6
  * Author: Toro_Unit
7
  * Author URI: https://torounit.com/
8
- * Version: 3.4.0-rc.1
9
  * Text Domain: custom-post-type-permalinks
10
  * License: GPL2 or later
11
  * Domain Path: /language/
12
  *
13
  * @package Custom_Post_Type_Permalinks
14
- * @version 3.4.0-rc.1
15
  */
16
 
17
  define( 'CPTP_PLUGIN_FILE', __FILE__ );
5
  * Description: Add post archives of custom post type and customizable permalinks.
6
  * Author: Toro_Unit
7
  * Author URI: https://torounit.com/
8
+ * Version: 3.4.0
9
  * Text Domain: custom-post-type-permalinks
10
  * License: GPL2 or later
11
  * Domain Path: /language/
12
  *
13
  * @package Custom_Post_Type_Permalinks
14
+ * @version 3.4.0
15
  */
16
 
17
  define( 'CPTP_PLUGIN_FILE', __FILE__ );
readme.txt CHANGED
@@ -8,7 +8,7 @@ Tested up to: 5.5
8
  Requires PHP: 5.6
9
  License: GPLv2 or Later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.txt
11
- Stable tag: 3.3.5
12
 
13
 
14
  Edit the permalink of custom post type.
8
  Requires PHP: 5.6
9
  License: GPLv2 or Later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.txt
11
+ Stable tag: 3.4.0
12
 
13
 
14
  Edit the permalink of custom post type.