Changeset 1329083
- Timestamp:
- 01/15/2016 03:37:25 PM (10 years ago)
- Location:
- quick-pagepost-redirect-plugin
- Files:
-
- 2 edited
- 3 copied
-
tags/5.1.6 (copied) (copied from quick-pagepost-redirect-plugin/trunk)
-
tags/5.1.6/page_post_redirect_plugin.php (copied) (copied from quick-pagepost-redirect-plugin/trunk/page_post_redirect_plugin.php) (1 diff)
-
tags/5.1.6/readme.txt (copied) (copied from quick-pagepost-redirect-plugin/trunk/readme.txt) (2 diffs)
-
trunk/page_post_redirect_plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quick-pagepost-redirect-plugin/tags/5.1.6/page_post_redirect_plugin.php
r1329069 r1329083 7 7 Author URI: http://www.anadnet.com/ 8 8 Donate link: 9 Version: 5.1. 59 Version: 5.1.6 10 10 Text Domain: quick-pagepost-redirect-plugin 11 11 Domain Path: /lang -
quick-pagepost-redirect-plugin/tags/5.1.6/readme.txt
r1283512 r1329083 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 8 Tested up to: 4.3.1 9 Stable tag: 5.1. 59 Stable tag: 5.1.6 10 10 11 11 Easily redirect pages/posts or custom post types to another page/post or external URL by specifying the redirect URL and type (301, 302, 307, meta). 12 12 13 13 == Description == 14 **Current Version 5.1. 5**14 **Current Version 5.1.6** 15 15 16 16 This plugin has two redirect functionalities - **"Quick Redirects"** and **"Individual Redirects"**: … … 182 182 * THIS SECTION IS JUST TO KEEP TRACK OF TODO ITEMS FOR FUTURE UPDATES. 183 183 * Add New Window and No Follow to links where the URL has been rewritten. Currently if you rewrite the URL neither will work as they are referenced with the original URL, not the rewrite. 184 185 = 5.1.6 = 186 * **Security Fix:** Fixed security concern in the ppr_parse_request_new method 184 187 185 188 = 5.1.5 = -
quick-pagepost-redirect-plugin/trunk/page_post_redirect_plugin.php
r1329069 r1329083 7 7 Author URI: http://www.anadnet.com/ 8 8 Donate link: 9 Version: 5.1. 59 Version: 5.1.6 10 10 Text Domain: quick-pagepost-redirect-plugin 11 11 Domain Path: /lang -
quick-pagepost-redirect-plugin/trunk/readme.txt
r1283512 r1329083 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 8 Tested up to: 4.3.1 9 Stable tag: 5.1. 59 Stable tag: 5.1.6 10 10 11 11 Easily redirect pages/posts or custom post types to another page/post or external URL by specifying the redirect URL and type (301, 302, 307, meta). 12 12 13 13 == Description == 14 **Current Version 5.1. 5**14 **Current Version 5.1.6** 15 15 16 16 This plugin has two redirect functionalities - **"Quick Redirects"** and **"Individual Redirects"**: … … 182 182 * THIS SECTION IS JUST TO KEEP TRACK OF TODO ITEMS FOR FUTURE UPDATES. 183 183 * Add New Window and No Follow to links where the URL has been rewritten. Currently if you rewrite the URL neither will work as they are referenced with the original URL, not the rewrite. 184 185 = 5.1.6 = 186 * **Security Fix:** Fixed security concern in the ppr_parse_request_new method 184 187 185 188 = 5.1.5 =
Note: See TracChangeset
for help on using the changeset viewer.