Plugin Directory

Changeset 2295525


Ignore:
Timestamp:
04/30/2020 04:21:07 PM (6 years ago)
Author:
johnc1979
Message:

updated freemius sdk

Location:
ultimate-bulk-seo-noindex-nofollow/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ultimate-bulk-seo-noindex-nofollow/trunk/README.txt

    r2115802 r2295525  
    33Donate link: wizplugins.com
    44Tags: SEO, meta robots, noindex, nofollow, bulk edit
    5 Requires at least: 3.0.1
    6 Tested up to: 5.2.2
    7 Stable tag: 1.0.1
     5Requires at least: 4.8
     6Tested up to: 5.4.1
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
     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
    92100= 1.0.1 =
    93101* Update freemius SDK
     
    99107== Upgrade Notice ==
    100108
     109= 1.0.3 =
     110Tested WordPress 5.4
     111Added instructions in admin area
     112Updated freemius SDK
     113
     114= 1.0.2 =
     115Fixed index status showing on frontend on some themes
     116
    101117= 1.0.1 =
    102118Update freemius SDK
  • ultimate-bulk-seo-noindex-nofollow/trunk/admin/class-bulk-seo-noindex-admin.php

    r2063079 r2295525  
    183183
    184184        <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>
    185186
    186187        <?php
  • ultimate-bulk-seo-noindex-nofollow/trunk/bulk-seo-noindex.php

    r2115802 r2295525  
    1414 *
    1515 * @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)
    1717 * Plugin URI:        wizplugins.com
    1818 * Description:       Make fast bulk edits to the robots meta tags for noindex and nofollow.
    19  * Version:           1.0.1
     19 * Version:           1.0.3
    2020 * Author:            Wiz Plugins
    2121 * Author URI:        wizplugins.com
     
    7979 * Rename this for your plugin and update it as you release new versions.
    8080 */
    81 define( 'bseoni_bulk_noindex_VERSION', '1.0.1' );
     81define( 'bseoni_bulk_noindex_VERSION', '1.0.2' );
    8282/**
    8383 * The code that runs during plugin activation.
Note: See TracChangeset for help on using the changeset viewer.