Changeset 2807419
- Timestamp:
- 10/30/2022 03:55:37 PM (3 years ago)
- Location:
- wpblast/trunk
- Files:
-
- 7 added
- 4 edited
-
changelog.txt (modified) (1 diff)
-
inc/third-party/advanced-cache.php (added)
-
inc/third-party/hummingbird-performance (added)
-
inc/third-party/hummingbird-performance/hummingbird-performance-functions.php (added)
-
inc/third-party/w3-total-cache (added)
-
inc/third-party/w3-total-cache/w3-total-cache-functions.php (added)
-
inc/third-party/wp-super-cache (added)
-
inc/third-party/wp-super-cache/wp-super-cache-functions.php (added)
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
src/Smartfire/Wordpress/WPBlast/Settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpblast/trunk/changelog.txt
r2807381 r2807419 1 1 == Changelog == 2 = 1.8. 0=2 = 1.8.1 = 3 3 Release Date: October 30th, 2022 4 4 -
wpblast/trunk/plugin.php
r2807381 r2807419 5 5 * Plugin URI: https://www.wp-blast.com 6 6 * 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. 07 * Version: 1.8.1 8 8 * Requires at least: 4.9 9 9 * Requires PHP: 5.6 … … 27 27 28 28 define('WPBLAST_DB_VERSION', '1.2.0'); 29 define('WPBLAST_PLUGIN_VERSION', '1.8. 0');29 define('WPBLAST_PLUGIN_VERSION', '1.8.1'); 30 30 31 31 add_action('admin_init', [new LinkPrerender($smartfire_wpblast_settings), 'adminInit']); -
wpblast/trunk/readme.txt
r2807381 r2807419 5 5 Tested up to: 6.0 6 6 Requires PHP: 5.6 7 Stable tag: 1.8. 07 Stable tag: 1.8.1 8 8 License: Apache 2.0 9 9 License URI: http://www.apache.org/licenses/LICENSE-2.0 … … 82 82 83 83 == Changelog == 84 = 1.8. 0=84 = 1.8.1 = 85 85 Release Date: October 30th, 2022 86 86 -
wpblast/trunk/src/Smartfire/Wordpress/WPBlast/Settings.php
r2807381 r2807419 16 16 const PLUGIN_CACHE_PREFIX = 'wpblast_plugin'; 17 17 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'; 19 19 20 20 private $menu_name = 'wpblast';
Note: See TracChangeset
for help on using the changeset viewer.