Plugin Directory

Changeset 1329083


Ignore:
Timestamp:
01/15/2016 03:37:25 PM (10 years ago)
Author:
anadnet
Message:

Added stable tag 5.1.6

Location:
quick-pagepost-redirect-plugin
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • quick-pagepost-redirect-plugin/tags/5.1.6/page_post_redirect_plugin.php

    r1329069 r1329083  
    77Author URI: http://www.anadnet.com/
    88Donate link:
    9 Version: 5.1.5
     9Version: 5.1.6
    1010Text Domain: quick-pagepost-redirect-plugin
    1111Domain Path: /lang
  • quick-pagepost-redirect-plugin/tags/5.1.6/readme.txt

    r1283512 r1329083  
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    88Tested up to: 4.3.1
    9 Stable tag: 5.1.5
     9Stable tag: 5.1.6
    1010
    1111Easily 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).
    1212
    1313== Description ==
    14 **Current Version 5.1.5**
     14**Current Version 5.1.6**
    1515
    1616This plugin has two redirect functionalities - **"Quick Redirects"** and **"Individual Redirects"**:
     
    182182* THIS SECTION IS JUST TO KEEP TRACK OF TODO ITEMS FOR FUTURE UPDATES.
    183183* 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
    184187
    185188= 5.1.5 =
  • quick-pagepost-redirect-plugin/trunk/page_post_redirect_plugin.php

    r1329069 r1329083  
    77Author URI: http://www.anadnet.com/
    88Donate link:
    9 Version: 5.1.5
     9Version: 5.1.6
    1010Text Domain: quick-pagepost-redirect-plugin
    1111Domain Path: /lang
  • quick-pagepost-redirect-plugin/trunk/readme.txt

    r1283512 r1329083  
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    88Tested up to: 4.3.1
    9 Stable tag: 5.1.5
     9Stable tag: 5.1.6
    1010
    1111Easily 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).
    1212
    1313== Description ==
    14 **Current Version 5.1.5**
     14**Current Version 5.1.6**
    1515
    1616This plugin has two redirect functionalities - **"Quick Redirects"** and **"Individual Redirects"**:
     
    182182* THIS SECTION IS JUST TO KEEP TRACK OF TODO ITEMS FOR FUTURE UPDATES.
    183183* 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
    184187
    185188= 5.1.5 =
Note: See TracChangeset for help on using the changeset viewer.