Changeset 3092572
- Timestamp:
- 05/26/2024 03:06:44 AM (22 months ago)
- Location:
- rabbit-loader
- Files:
-
- 1 added
- 3 edited
- 11 copied
-
tags/2.20.1 (added)
-
tags/2.20.1/admin (copied) (copied from rabbit-loader/trunk/admin)
-
tags/2.20.1/advanced-cache.php (copied) (copied from rabbit-loader/trunk/advanced-cache.php)
-
tags/2.20.1/assets (copied) (copied from rabbit-loader/trunk/assets)
-
tags/2.20.1/autoload.php (copied) (copied from rabbit-loader/trunk/autoload.php) (1 diff)
-
tags/2.20.1/images (copied) (copied from rabbit-loader/trunk/images)
-
tags/2.20.1/inc (copied) (copied from rabbit-loader/trunk/inc)
-
tags/2.20.1/index.php (copied) (copied from rabbit-loader/trunk/index.php)
-
tags/2.20.1/rabbit-loader.php (copied) (copied from rabbit-loader/trunk/rabbit-loader.php) (1 diff)
-
tags/2.20.1/readme.txt (copied) (copied from rabbit-loader/trunk/readme.txt) (2 diffs)
-
tags/2.20.1/uninstall.php (copied) (copied from rabbit-loader/trunk/uninstall.php)
-
tags/2.20.1/wp-cli.php (copied) (copied from rabbit-loader/trunk/wp-cli.php)
-
trunk/autoload.php (modified) (1 diff)
-
trunk/rabbit-loader.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rabbit-loader/tags/2.20.1/autoload.php
r3092571 r3092572 4 4 define('RABBITLOADER_CACHE_DIR', WP_CONTENT_DIR . DIRECTORY_SEPARATOR . "rabbitloader"); 5 5 define('RABBITLOADER_PLUG_URL', plugin_dir_url(__FILE__)); 6 define('RABBITLOADER_PLUG_VERSION', '2.20. 0');6 define('RABBITLOADER_PLUG_VERSION', '2.20.1'); 7 7 define('RABBITLOADER_TEXT_DOMAIN', 'rabbit-loader'); 8 8 define('RABBITLOADER_PLUG_ENV', 'PROD'); -
rabbit-loader/tags/2.20.1/rabbit-loader.php
r3092571 r3092572 7 7 * Author URI: https://rabbitloader.com/ 8 8 * Description: RabbitLoader can improve Google PageSpeed score and get you 100 out of 100 by improving the page load time to just a few milliseconds. It improves the Core Web Vitals score for your pages and boost PageSpeed score to help better search rankings and best the experience for your end user. 9 * Version: 2.20. 09 * Version: 2.20.1 10 10 * Text Domain: rabbit-loader 11 11 */ -
rabbit-loader/tags/2.20.1/readme.txt
r3092571 r3092572 4 4 Requires at least: 4.7 5 5 Tested up to: 6.5 6 Stable tag: 2.20. 06 Stable tag: 2.20.1 7 7 Requires PHP: 5.6 8 8 License: GNU General Public License, version 2 … … 230 230 == Changelog == 231 231 232 = 2.20.1 = 233 * Re-release changes of 2.20.0 due to svn commit issue 234 232 235 = 2.20.0 = 233 236 * Easy navigation to advance reports and notifications -
rabbit-loader/trunk/autoload.php
r3092432 r3092572 4 4 define('RABBITLOADER_CACHE_DIR', WP_CONTENT_DIR . DIRECTORY_SEPARATOR . "rabbitloader"); 5 5 define('RABBITLOADER_PLUG_URL', plugin_dir_url(__FILE__)); 6 define('RABBITLOADER_PLUG_VERSION', '2.20. 0');6 define('RABBITLOADER_PLUG_VERSION', '2.20.1'); 7 7 define('RABBITLOADER_TEXT_DOMAIN', 'rabbit-loader'); 8 8 define('RABBITLOADER_PLUG_ENV', 'PROD'); -
rabbit-loader/trunk/rabbit-loader.php
r3092432 r3092572 7 7 * Author URI: https://rabbitloader.com/ 8 8 * Description: RabbitLoader can improve Google PageSpeed score and get you 100 out of 100 by improving the page load time to just a few milliseconds. It improves the Core Web Vitals score for your pages and boost PageSpeed score to help better search rankings and best the experience for your end user. 9 * Version: 2.20. 09 * Version: 2.20.1 10 10 * Text Domain: rabbit-loader 11 11 */ -
rabbit-loader/trunk/readme.txt
r3092432 r3092572 4 4 Requires at least: 4.7 5 5 Tested up to: 6.5 6 Stable tag: 2.20. 06 Stable tag: 2.20.1 7 7 Requires PHP: 5.6 8 8 License: GNU General Public License, version 2 … … 230 230 == Changelog == 231 231 232 = 2.20.1 = 233 * Re-release changes of 2.20.0 due to svn commit issue 234 232 235 = 2.20.0 = 233 236 * Easy navigation to advance reports and notifications
Note: See TracChangeset
for help on using the changeset viewer.