Plugin Directory

Changeset 2816699


Ignore:
Timestamp:
11/11/2022 03:13:38 PM (3 years ago)
Author:
wpblast
Message:

Release 1.8.3

Location:
wpblast
Files:
4 added
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpblast/tags/1.8.3/changelog.txt

    r2811232 r2816699  
    11== Changelog ==
     2= 1.8.3 =
     3Release Date: November 11th, 2022
     4
     5Fix bug that could happened with plugin WP Fastest Cache
     6
    27= 1.8.2 =
    38Release Date: November 3rd, 2022
  • wpblast/tags/1.8.3/inc/third-party/index.php

    r2807381 r2816699  
    77require_once 'wp-rocket/wp-rocket-functions.php';
    88require_once 'wp-super-cache/wp-super-cache-functions.php';
     9require_once 'wp-fastest-cache/wp-fastest-cache-functions.php';
  • wpblast/tags/1.8.3/plugin.php

    r2811232 r2816699  
    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.2
     7 * Version: 1.8.3
    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.2');
     29define('WPBLAST_PLUGIN_VERSION', '1.8.3');
    3030
    3131add_action('admin_init', [new LinkPrerender($smartfire_wpblast_settings), 'adminInit']);
  • wpblast/tags/1.8.3/readme.txt

    r2811232 r2816699  
    55Tested up to: 6.1
    66Requires PHP: 5.6
    7 Stable tag: 1.8.2
     7Stable tag: 1.8.3
    88License: Apache 2.0
    99License URI: http://www.apache.org/licenses/LICENSE-2.0
     
    8282
    8383== Changelog ==
    84 = 1.8.2 =
    85 Release Date: November 3rd, 2022
     84= 1.8.3 =
     85Release Date: November 11th, 2022
    8686
    87 Fix French translation and update compatibility with WP 6.1
     87Fix bug that could happened with plugin WP Fastest Cache
  • wpblast/tags/1.8.3/src/Smartfire/Wordpress/WPBlast/Settings.php

    r2811232 r2816699  
    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.2';
     18    const WPBLAST_UA_PLUGIN = 'WP-BLAST-Bot-Plugin 1.8.3';
    1919
    2020    private $menu_name = 'wpblast';
  • wpblast/trunk/changelog.txt

    r2811232 r2816699  
    11== Changelog ==
     2= 1.8.3 =
     3Release Date: November 11th, 2022
     4
     5Fix bug that could happened with plugin WP Fastest Cache
     6
    27= 1.8.2 =
    38Release Date: November 3rd, 2022
  • wpblast/trunk/inc/third-party/index.php

    r2807381 r2816699  
    77require_once 'wp-rocket/wp-rocket-functions.php';
    88require_once 'wp-super-cache/wp-super-cache-functions.php';
     9require_once 'wp-fastest-cache/wp-fastest-cache-functions.php';
  • wpblast/trunk/plugin.php

    r2811232 r2816699  
    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.2
     7 * Version: 1.8.3
    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.2');
     29define('WPBLAST_PLUGIN_VERSION', '1.8.3');
    3030
    3131add_action('admin_init', [new LinkPrerender($smartfire_wpblast_settings), 'adminInit']);
  • wpblast/trunk/readme.txt

    r2811232 r2816699  
    55Tested up to: 6.1
    66Requires PHP: 5.6
    7 Stable tag: 1.8.2
     7Stable tag: 1.8.3
    88License: Apache 2.0
    99License URI: http://www.apache.org/licenses/LICENSE-2.0
     
    8282
    8383== Changelog ==
    84 = 1.8.2 =
    85 Release Date: November 3rd, 2022
     84= 1.8.3 =
     85Release Date: November 11th, 2022
    8686
    87 Fix French translation and update compatibility with WP 6.1
     87Fix bug that could happened with plugin WP Fastest Cache
  • wpblast/trunk/src/Smartfire/Wordpress/WPBlast/Settings.php

    r2811232 r2816699  
    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.2';
     18    const WPBLAST_UA_PLUGIN = 'WP-BLAST-Bot-Plugin 1.8.3';
    1919
    2020    private $menu_name = 'wpblast';
Note: See TracChangeset for help on using the changeset viewer.