Changeset 2295525
- Timestamp:
- 04/30/2020 04:21:07 PM (6 years ago)
- Location:
- ultimate-bulk-seo-noindex-nofollow/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
admin/class-bulk-seo-noindex-admin.php (modified) (1 diff)
-
bulk-seo-noindex.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-bulk-seo-noindex-nofollow/trunk/README.txt
r2115802 r2295525 3 3 Donate link: wizplugins.com 4 4 Tags: SEO, meta robots, noindex, nofollow, bulk edit 5 Requires at least: 3.0.16 Tested up to: 5. 2.27 Stable tag: 1.0. 15 Requires at least: 4.8 6 Tested up to: 5.4.1 7 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 == Changelog == 91 91 92 = 1.0.3 = 93 * Tested WordPress 5.4 94 * Added instructions in admin area 95 * Updated freemius SDK 96 97 = 1.0.2 = 98 * Fixed index status showing on frontend on some themes 99 92 100 = 1.0.1 = 93 101 * Update freemius SDK … … 99 107 == Upgrade Notice == 100 108 109 = 1.0.3 = 110 Tested WordPress 5.4 111 Added instructions in admin area 112 Updated freemius SDK 113 114 = 1.0.2 = 115 Fixed index status showing on frontend on some themes 116 101 117 = 1.0.1 = 102 118 Update freemius SDK -
ultimate-bulk-seo-noindex-nofollow/trunk/admin/class-bulk-seo-noindex-admin.php
r2063079 r2295525 183 183 184 184 <h2>Ultimate Bulk SEO Noindex Nofollow - Speed up Penalty Recovery</h2> 185 <p><strong>Note about changing settings:</strong> If you change a post or page and the results aren't reflected on the visitor facing side ensure that you clear the cache and check the page and source in a private incognito browser.</p> 185 186 186 187 <?php -
ultimate-bulk-seo-noindex-nofollow/trunk/bulk-seo-noindex.php
r2115802 r2295525 14 14 * 15 15 * @wordpress-plugin 16 * Plugin Name: Ultimate Bulk SEO Noindex Nofollow - Speed up Penalty Recovery Ultimate SEO Booster 16 * Plugin Name: Ultimate Bulk SEO Noindex Nofollow - Speed up Penalty Recovery Ultimate SEO Booster (Premium) 17 17 * Plugin URI: wizplugins.com 18 18 * Description: Make fast bulk edits to the robots meta tags for noindex and nofollow. 19 * Version: 1.0. 119 * Version: 1.0.3 20 20 * Author: Wiz Plugins 21 21 * Author URI: wizplugins.com … … 79 79 * Rename this for your plugin and update it as you release new versions. 80 80 */ 81 define( 'bseoni_bulk_noindex_VERSION', '1.0. 1' );81 define( 'bseoni_bulk_noindex_VERSION', '1.0.2' ); 82 82 /** 83 83 * The code that runs during plugin activation.
Note: See TracChangeset
for help on using the changeset viewer.