Skip to content

Commit ced3efc

Browse files
committed
update 1.2.0
1 parent 09e568d commit ced3efc

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

custom-post-type-permalinks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Description: Add post archives of custom post type and customizable permalinks.
66
Author: Toro_Unit
77
Author URI: http://www.torounit.com/plugins/custom-post-type-permalinks/
8-
Version: 1.1.0
8+
Version: 1.2.0
99
Text Domain: cptp
1010
License: GPL2 or later
1111
Domain Path: /language/
@@ -17,7 +17,7 @@
1717
* Custom Post Type Permalinks
1818
*
1919
* @package Custom_Post_Type_Permalinks
20-
* @version 1.1.0
20+
* @version 1.2.0
2121
*
2222
*/
2323

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ That's it. You can access the permalinks setting by going to *Settings -> Permal
6565

6666
## Changelog
6767

68+
### 1.2.0
69+
70+
* Add filter `cptp_post_type_link_priority`, `cptp_term_link_priority`, `cptp_attachment_link_priority`.
71+
* Add action `CPTP_registered_modules`.
72+
6873
### 1.1.0
6974

7075
* WPML Test. thanks [keita_kobayashi](https://profiles.wordpress.org/keita_kobayashi) !

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://www.amazon.co.jp/registry/wishlist/COKSXS25MVQV
44
Tags: permalink,permalinks,custom post type,custom taxonomy,cms
55
Requires at least: 4.1
66
Tested up to: 4.3
7-
Stable tag: 1.1.0
7+
Stable tag: 1.2.0
88
License: GPLv2 or Later
99

1010
Edit the permalink of custom post type.
@@ -61,6 +61,10 @@ That's it. You can access the permalinks setting by going to *Settings -> Permal
6161

6262
== Changelog ==
6363

64+
= 1.2.0 =
65+
* Add filter `cptp_post_type_link_priority`, `cptp_term_link_priority`, `cptp_attachment_link_priority`.
66+
* Add action `CPTP_registered_modules`.
67+
6468
= 1.1.0 =
6569
* WPML Test. thanks [keita_kobayashi](https://profiles.wordpress.org/keita_kobayashi) !
6670

0 commit comments

Comments
 (0)