PluginProbe ʕ •ᴥ•ʔ
Custom Post Type Permalinks / 0.9.5
Custom Post Type Permalinks v0.9.5
1.2.0 1.3.0 1.3.1 1.4.0 1.5.1 1.5.2 1.5.4 2.0.0 2.0.1 2.0.2 2.1.1 2.1.2 2.1.3 2.2.0 3.0.0 3.0.1 3.1.0 3.1.1 3.1.3 3.1.4 3.1.5 3.2.0 3.2.1 3.2.2 3.3.0 3.3.1 3.3.4 3.3.5 3.4.0 3.4.0-rc.1 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.5.2 3.5.3 3.5.4 3.5.5 trunk 0.6 0.6.1 0.6.2 0.7 0.7.1 0.7.10 0.7.2 0.7.2.1 0.7.3 0.7.3.1 0.7.4 0.7.4.1 0.7.5 0.7.5.1 0.7.5.2 0.7.5.6 0.7.6 0.7.8 0.7.9 0.7.9.1 0.7.9.2 0.8 0.8.1 0.8.6 0.8.7 0.8.7.1 0.8.7.5 0.8.7.6 0.9 0.9.1 0.9.2.1 0.9.3.1 0.9.3.2 0.9.3.3 0.9.5 0.9.5.1 0.9.5.2 0.9.5.3 0.9.5.4 0.9.5.6 0.9.6 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0
custom-post-type-permalinks / readme.txt
custom-post-type-permalinks Last commit date
CPTP 12 years ago language 12 years ago CPTP.php 12 years ago cptp.sublime-project 12 years ago cptp.sublime-workspace 12 years ago custom-post-type-permalinks.php 12 years ago license.txt 12 years ago readme.txt 12 years ago screenshot-1.png 14 years ago
readme.txt
135 lines
1 === Custom Post Type Permalinks ===
2 Contributors: Toro_Unit
3 Tags: permalink,permalinks,custom post type,custom taxonomy,cms
4 Requires at least: 3.7
5 Tested up to: 3.8
6 Stable tag: 0.9.5
7
8 Lets you edit the permalink of custom post type.
9
10 == Description ==
11
12 Custom Post Type Permalinks lets you edit the permalink structure of custom post type.
13
14 Change custom taxonomy archive's permalink to "example.org/post_type/taxonomy_name/term_slug". Can disable this fix.
15
16 And support wp_get_archives( "post_type=foo" ).
17
18 [This Plugin published on GitHub.](https://github.com/torounit/custom-post-type-permalinks)
19
20 Donation: Please send amazon.co.jp Gift to donate[at]torounit.com.
21
22 = Translators =
23 * Japanese(ja) - [Toro_Unit](http://www.torounit.com/)
24 * Russian(ru_RU) - [Olart](http://olart.ru)
25
26
27 == Installation ==
28
29 * Download the custom-post-type-permalinks.zip file to your computer.
30 * Unzip the file.
31 * Upload the `custom-post-type-permalinks` directory to your `/wp-content/plugins/` directory.
32 * Activate the plugin through the 'Plugins' menu in WordPress.
33
34 That's it. You can access the permalinks setting by going to *Settings -> Permalinks*.
35
36
37 == Screenshots ==
38
39 * screenshot-1.png
40
41
42 == Changelog ==
43
44 = 0.9.5 =
45 * Big change plugin architecture.
46 * Show has_archive, with_front.
47
48 = 0.9.4 =
49 * Internal release.
50
51 = 0.9.3.3 =
52 * has_archive Bug Fix.
53 * Fixed a bug in the link, including the extension.
54
55 = 0.9.3.2 =
56 * wp_get_archives Bug Fix.
57
58 = 0.9.3.1 =
59 * Tested 3.6
60 * Bug Fix.
61
62
63 = 0.9.3 =
64 * Admin page fix.
65 * slngle pageing link fix.
66 * Add Russian translation.
67
68
69 = 0.9 =
70 * Add custom post type archive only has_archive->true
71 * Change method name.
72 * Change hook custom post link.
73 * Use Slug in wp_get_archive().
74 * Fix attachment link.
75
76
77 = 0.8.7 =
78 * Translate Bug Fix.
79
80 = 0.8.6 =
81 * Paging Bug Fix.
82 * Commnent Paging.
83 * Show pointer.
84 *
85
86 = 0.8.1 =
87 * Bug Fix.
88
89 = 0.7.9.1 =
90 * Support Comment permalink.
91 * Small change in setting page.
92 * Change default value.
93 * Bug Fix.
94
95 = 0.7.8 =
96 * Bug fix.
97
98
99 = 0.7.7 =
100 * Bug fix.
101
102 = 0.7.6 =
103 * Add parent's slug to hierarchical post type.
104
105
106 = 0.7.5 =
107 * Add ability to disable to change custom taxonomy archive's permalink.
108
109
110 = 0.7.4 =
111 * Bug fix taxonomy rewrite.
112
113
114 = 0.7.3 =
115 * Changed part for saving the data.
116
117 = 0.7.2 =
118 * Reweite bug fix.
119 * Prewview bug fix.
120
121 = 0.7.1 =
122 * Bug fix.
123
124 = 0.7 =
125 * Add %{taxonomy}% tag.
126 * A large number of Bug Fix.
127 * Change Setting Page. Use Setting API.
128
129
130 = 0.6.2 =
131 * Fix %author% tag.
132
133 = 0.6 =
134 * First release on wordpress.org
135