-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathchangelog.txt
277 lines (183 loc) · 7.97 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
== Changelog ==
This file contains only old changelog. See readme.txt for newer versions.
= 2.7.0 - Jul 05, 2019 =
* Enhancement
* Added `%parent_title%` tag
* Added `%all_parents_title%` tag
* [Generate Permalink from code](https://wordpress.org/support/topic/how-to-regenerate-a-specific-post-id-in-my-function-php/)
* Revamp `Tags` page
* Bug
* [Flush Permalinks Cache](https://wordpress.org/support/topic/flush-permalinks-cache/)
= 2.6.0 - Jul 04, 2019 =
* Enhancement
* Fix issue of Polylang `Hide Default` language Setting
* Hide Default Permalink metabox when making changes in content
* Compatible with `url_to_postid()`
* Bug
* PHP Notice of [Undefined variable](https://github.com/yasglobal/permalinks-customizer/issues/26)
* [Taxonomy permalink not working under existing page](https://wordpress.org/support/topic/taxonomy-permalink-not-working-under-existing-page/)
= 2.5.2 - Jan 02, 2019 =
* Enhancement
* Added `<%ctaxparents_custom_taxonomy%>` tag for PostTypes
* Bug
* Fixed PHP Fatal error in `uninstall.php`
[https://wordpress.org/support/topic/unable-to-uninstall-10/](https://wordpress.org/support/topic/unable-to-uninstall-10/)
= 2.5.1 - Nov 30, 2018 =
* Enhancement
* <%ctax_custom_taxonomy%> use category which is selected as Primary Category (Yoast SEO)
= 2.5.0 - Nov 28, 2018 =
* Enhancement
* Auto refreshing permalink in Gutenberg
* Removing need of Page refresh on `Regenerate Permalink` button
* Added Permalink in Sidebar to Support Latest Gutenberg
= 2.4.0 - Oct 25, 2018 =
* Enhancement
* Add `Flush Permalink Cache` option in Admin Toolbar
* Bug
* `View Post` button does not open expected URL (due to relative Path)
[https://wordpress.org/support/topic/view-post-button-does-not-open-expected-url/](https://wordpress.org/support/topic/view-post-button-does-not-open-expected-url/)
* Removed auto flush rewrite rules to prevent permalink cache
= 2.3.1 - Oct 16, 2018 =
* Enhancement
* Flush rewrite rules to prevent permalink cache
* Bug
* Set meta_keys to be protected to stop duplication in Custom Fields
= 2.3.0 - Sept 10, 2018 =
* Enhancement
* Added Support for Gutenberg
* Added Privacy Policy Content on Admin Panel
= 2.2.0 - Aug 10, 2018 =
* Enhancement
* Added Media (Attachment) Support
* Added Regenerate Permalink in Bulk Action for Media (Attachment)
* Added Filter to Exclude the PostType from the Plugin to be worked on
* Added Support of `WP All Import` Plugin
* Removing Permalink Edit Form from Private PostTypes and Taxonomies
* Bug
* Plugin causing 504 gateway error when submitting a post for review
* Prevent Permalink to be created for the private PostTypes like Coupon, Order etc
= 2.1.0 - July 16, 2018 =
* Enhancement
* Generate Post Permalink as soon as Post saved at the very first time
* Prevent to add auto-redirects for plain permalinks
* Regenerate Permalink on Quick Edit Post
* Added filter by which relative permalink can be shown on post edit page
* Bug
* Regenerate Status Issue on Post/Page
* Fixed Permalinks Customizer Version issue on plugin update
* Removed Convert URL Page
= 2.0.1 - July 16, 2018 =
* Bugs
* Fixed subdomain URL issue
* Make the URLs to absolute on Admin Pages so, Permalinks for subdomain points to the correct URL
= 2.0.0 - July 09, 2018 =
* Enhancements
* Added Custom Taxonomy Support for PostTypes
* Define the Custom Taxonomy tag in PostType permalink structure
* Define default taxonomy which is used in the permalink when no taxonomy is selected
* Added `Regenerate Permalinks` in Bulk for PostTypes
* Added `Regenerate Permalinks` in Bulk for Taxonomies
* Added Redirect Functionality
* Automatically create redirects on changing the permalink
* Automatically create redirects on creating post/taxonomy
* Automatically disable redirects if the newly created permalink was redireted before
* Enable / Disable redirects from Plugin redirects Page
* Delete redirects from Plugin redirects Page
* Added Filters to disable redirects functionality if needed
* Added Capabilities which allow users to view permalinks and manage settings without having administrator role
* Reduce Query over non-admin pages
* Avoid appending slashes and use trailingslashit instead
* Removed unused PostTypes and Taxonomies (Only Public PostTypes and Taxonomies are shown on Settings Page)
* Bugs
* Added a check for create term, to reduce undesired notifications.
* Fixed undefined variable warning in PostType Permalinks and Taxonomies Permalinks Page
* Fixed PHP warning on Bulk update over PostType Permalinks and Taxonomies Permalinks Page when no post/category is selected
* Print `$view_post` varaible value
= 1.3.9 - Feb 13, 2018 =
* Enhancements
* Fixed Empty Title issue
* Added About Page
* Bugs
* Fixed PHP Notices
= 1.3.8 - Oct 15, 2017 =
* Updated Postname if it's not available at the Created Post time
= 1.3.7 - Oct 06, 2017 =
* Resolved the Yoast SEO Slug Issue
= 1.3.6 - Oct 02, 2017 =
* Resolved the Draft Permalink Issue on editing the description under the snippet of Yoast SEO
= 1.3.5 - Sept 28, 2017 =
* Resolved the Pagination Issue for Taxonomies
= 1.3.4 - Sept 27, 2017 =
* Applied PHP Coding Standards on WordPress
= 1.3.3 - Sept 26, 2017 =
* Enhancements
* Added Filter to Exclude/Ignore URL to be processed
* Bugs
* Fixed Vulnerability Issues
= 1.3.2 - Sept 12, 2017 =
* Fixed Setting Custom Post Type Permalink doesn't work and redirects to /wp-admin/option
= 1.3.1 - Sept 11, 2017 =
* Added Translation Capability
= 1.3 - Sept 08, 2017 =
* Enhancements
* Added PostTypes Permalinks Page
* View all the PostTypes permalinks
* Search Permalinks
* Sort by Title
* Pagination
* Added Taxonomies Permalinks Page
* View all the Category/Tags permalinks
* Search Permalinks
* Sort by Title
* Pagination
* Bug Fixes
* Replaced Deprecated Actions with the newer Actions
* Breaking the tag permalinks
= 1.2.5 - Aug 29, 2017 =
* Added Regenerate Permalink Button
= 1.2.4 - Aug 21, 2017 =
* Resolves the Deletes first character of permalink issue using the use-case
= 1.2.3 - Aug 19, 2017 =
* Add Auto regenerate Permalink Functionality on Inherit and Add the Compatibility with the Previously (Old) Created Posts
= 1.2.2 - Aug 18, 2017 =
* Fixed Permalink Issue for Preview of Draft Post and PHP Notice
= 1.2.1 - Aug 16, 2017 =
* Resolved Issues of AMP Pages
= 1.2 - Aug 12, 2017 =
* Resolved issues with AMP Pages and Added Functionality to regenerate the Permalinks until you publish the post/page or updated the permalink manually
= 1.1 - Aug 08, 2017 =
* Added Functionality to create Permalinks automtically on Creating the Term (Default + Custom Taxonomies) and updated DB Query for PostTypes
= 1.0.2 - July 26, 2017 =
* Fixed PHP Warning of Undefined Variable
= 1.0.1 - July 26, 2017 =
* Fixed Convert Custom Permalink Empty Page Issue
= 1.0 - July 25, 2017 =
* Fixed Quick Edit Bug, HomePage does not load Bug, Removed some Deprecated Filters/Actions and Added Permalinks for Custom Taxonomy
= 0.4 - July 21, 2017 =
* Fixed PolyLang Conflicts
= 0.3.10 - May 27, 2017 =
* Fixed TrailingSlash Function Name
= 0.3.9 - May 26, 2017 =
* Fixed WPML Conflicts
= 0.3.8 - Jan 28, 2017 =
* Fixed post_status error under the request() function
= 0.3.7 - Jan 22, 2017 =
* Added 4 new Tags (author_firstname, author_lastname, parent_postname, all_parents_postname)
= 0.3.6 - Sept 18, 2016 =
* Added 1 new Tag
= 0.3.5 - Aug 09, 2016 =
* Fixed Table Prefix Issue and some PHP Warnings
= 0.3.4 - July 28, 2016 =
* Fixed draft preview issue
= 0.3.3 - July 24, 2016 =
* Fixed PHP undefined index error
= 0.3.2 - Apr 01, 2016 =
* Convert custom permalink to permalink customizer
= 0.3.1 - Mar 31, 2016 =
* Add product_cat tag which is specially used for WooCommerce Products
= 0.3 - Mar 31, 2016 =
* Add functionality to create a permalink for category and tag for default post type
= 0.2 =
* Front Page Displays as Static Page Functionality
= 0.1 =
* First release on wordpress.org