Plugin Directory

Changeset 2807419


Ignore:
Timestamp:
10/30/2022 03:55:37 PM (3 years ago)
Author:
wpblast
Message:

Pre-Release 1.8.1

Location:
wpblast/trunk
Files:
7 added
4 edited

Legend:

Unmodified
Added
Removed
  • wpblast/trunk/changelog.txt

    r2807381 r2807419  
    11== Changelog ==
    2 = 1.8.0 =
     2= 1.8.1 =
    33Release Date: October 30th, 2022
    44
  • wpblast/trunk/plugin.php

    r2807381 r2807419  
    55 * Plugin URI: https://www.wp-blast.com
    66 * Description: Improve your Wordpress SEO and performance by using dynamic rendering. Prerender your website and generate an easy-to-crawl website.
    7  * Version: 1.8.0
     7 * Version: 1.8.1
    88 * Requires at least: 4.9
    99 * Requires PHP: 5.6
     
    2727
    2828define('WPBLAST_DB_VERSION', '1.2.0');
    29 define('WPBLAST_PLUGIN_VERSION', '1.8.0');
     29define('WPBLAST_PLUGIN_VERSION', '1.8.1');
    3030
    3131add_action('admin_init', [new LinkPrerender($smartfire_wpblast_settings), 'adminInit']);
  • wpblast/trunk/readme.txt

    r2807381 r2807419  
    55Tested up to: 6.0
    66Requires PHP: 5.6
    7 Stable tag: 1.8.0
     7Stable tag: 1.8.1
    88License: Apache 2.0
    99License URI: http://www.apache.org/licenses/LICENSE-2.0
     
    8282
    8383== Changelog ==
    84 = 1.8.0 =
     84= 1.8.1 =
    8585Release Date: October 30th, 2022
    8686
  • wpblast/trunk/src/Smartfire/Wordpress/WPBlast/Settings.php

    r2807381 r2807419  
    1616    const PLUGIN_CACHE_PREFIX = 'wpblast_plugin';
    1717    const WPBLAST_SITEMAP_TABLE = 'wpblast_sitemap';
    18     const WPBLAST_UA_PLUGIN = 'WP-BLAST-Bot-Plugin 1.8.0';
     18    const WPBLAST_UA_PLUGIN = 'WP-BLAST-Bot-Plugin 1.8.1';
    1919
    2020    private $menu_name = 'wpblast';
Note: See TracChangeset for help on using the changeset viewer.