Changeset 1332090
- Timestamp:
- 01/20/2016 12:41:00 PM (10 years ago)
- Location:
- quick-pagepost-redirect-plugin/trunk
- Files:
-
- 2 edited
-
page_post_redirect_plugin.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quick-pagepost-redirect-plugin/trunk/page_post_redirect_plugin.php
r1329083 r1332090 7 7 Author URI: http://www.anadnet.com/ 8 8 Donate link: 9 Version: 5.1. 69 Version: 5.1.7 10 10 Text Domain: quick-pagepost-redirect-plugin 11 11 Domain Path: /lang … … 72 72 73 73 function __construct() { 74 $this->ppr_curr_version = '5.1. 5';74 $this->ppr_curr_version = '5.1.7'; 75 75 $this->ppr_nofollow = array(); 76 76 $this->ppr_newindow = array(); … … 1500 1500 } 1501 1501 1502 function ppr_parse_request_new($wp) { 1502 function ppr_parse_request_new($wp) { 1503 global $wp, $wpdb; 1504 $this->ppr_all_redir_array = $this->get_main_array(); 1505 $this->pprptypes_ok = get_option( 'ppr_qpprptypeok', array() ); 1503 1506 if( current_user_can( 'manage_options' ) ){ 1504 global $wp, $wpdb;1505 $this->ppr_all_redir_array = $this->get_main_array();1506 $this->pprptypes_ok = get_option( 'ppr_qpprptypeok', array() );1507 1507 if ( isset( $_GET['action'] ) && $_GET['action'] == 'export-quick-redirects-file' ) { 1508 1508 $newQPPR_Array = array(); -
quick-pagepost-redirect-plugin/trunk/readme.txt
r1329083 r1332090 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. 69 Stable tag: 5.1.7 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). … … 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.7 = 186 * **Bug Fix:** Fixed Post redirects bug caused by 5.1.6 184 187 185 188 = 5.1.6 =
Note: See TracChangeset
for help on using the changeset viewer.