Plugin Directory

Changeset 2449356


Ignore:
Timestamp:
01/03/2021 10:51:04 AM (5 years ago)
Author:
anadnet
Message:

Update 5.6 compatibility

Location:
quick-pagepost-redirect-plugin/trunk
Files:
2 edited

Legend:

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

    r2408245 r2449356  
    77Author URI: http://www.anadnet.com/
    88Donate link:
    9 Version: 5.2.1
     9Version: 5.2.2
    1010Text Domain: quick-pagepost-redirect-plugin
    1111Domain Path: /lang
     
    3333===================
    3434*/
    35 
    36 // update functionality
    37 require  dirname(__FILE__).'/updater/plugin-update-checker.php';
    38 $myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
    39     //'https://anadnet.com/updates/plugin.json',
    40     'https://anadnet.com/updates/?action=get_metadata&slug=quick-pagepost-redirect-plugin',
    41     __FILE__, //Full path to the main plugin file or functions.php.
    42     'quick-pagepost-redirect-plugin'
    43 );
    4435
    4536global $newqppr, $redirect_plugin, $qppr_setting_links;
     
    8172
    8273    function __construct() {
    83         $this->ppr_curr_version         = '5.2.1';
     74        $this->ppr_curr_version         = '5.2.2';
    8475        $this->ppr_nofollow             = array();
    8576        $this->ppr_newindow             = array();
  • quick-pagepost-redirect-plugin/trunk/readme.txt

    r2408245 r2449356  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Tested up to: 5.5.1
    9 Stable tag: 5.2.1
     8Tested up to: 5.6
     9Stable tag: 5.2.2
    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.2.1**
     14**Current Version 5.2.2**
    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.2.2 =
     186* **WordPress 5.6 compatibility check
    184187
    185188= 5.2.0 =
Note: See TracChangeset for help on using the changeset viewer.