Changeset 2449356
- Timestamp:
- 01/03/2021 10:51:04 AM (5 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
r2408245 r2449356 7 7 Author URI: http://www.anadnet.com/ 8 8 Donate link: 9 Version: 5.2. 19 Version: 5.2.2 10 10 Text Domain: quick-pagepost-redirect-plugin 11 11 Domain Path: /lang … … 33 33 =================== 34 34 */ 35 36 // update functionality37 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 );44 35 45 36 global $newqppr, $redirect_plugin, $qppr_setting_links; … … 81 72 82 73 function __construct() { 83 $this->ppr_curr_version = '5.2. 1';74 $this->ppr_curr_version = '5.2.2'; 84 75 $this->ppr_nofollow = array(); 85 76 $this->ppr_newindow = array(); -
quick-pagepost-redirect-plugin/trunk/readme.txt
r2408245 r2449356 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Tested up to: 5. 5.19 Stable tag: 5.2. 18 Tested up to: 5.6 9 Stable tag: 5.2.2 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.2. 1**14 **Current Version 5.2.2** 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.2.2 = 186 * **WordPress 5.6 compatibility check 184 187 185 188 = 5.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.