Plugin Directory

Changeset 3092572


Ignore:
Timestamp:
05/26/2024 03:06:44 AM (22 months ago)
Author:
sanrl
Message:

release v2.20.1

Location:
rabbit-loader
Files:
1 added
3 edited
11 copied

Legend:

Unmodified
Added
Removed
  • rabbit-loader/tags/2.20.1/autoload.php

    r3092571 r3092572  
    44define('RABBITLOADER_CACHE_DIR', WP_CONTENT_DIR . DIRECTORY_SEPARATOR . "rabbitloader");
    55define('RABBITLOADER_PLUG_URL', plugin_dir_url(__FILE__));
    6 define('RABBITLOADER_PLUG_VERSION', '2.20.0');
     6define('RABBITLOADER_PLUG_VERSION', '2.20.1');
    77define('RABBITLOADER_TEXT_DOMAIN', 'rabbit-loader');
    88define('RABBITLOADER_PLUG_ENV', 'PROD');
  • rabbit-loader/tags/2.20.1/rabbit-loader.php

    r3092571 r3092572  
    77 * Author URI:   https://rabbitloader.com/
    88 * 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.0
     9 * Version: 2.20.1
    1010 * Text Domain: rabbit-loader
    1111 */
  • rabbit-loader/tags/2.20.1/readme.txt

    r3092571 r3092572  
    44Requires at least: 4.7
    55Tested up to: 6.5
    6 Stable tag: 2.20.0
     6Stable tag: 2.20.1
    77Requires PHP: 5.6
    88License: GNU General Public License, version 2
     
    230230== Changelog ==
    231231
     232= 2.20.1 =
     233* Re-release changes of 2.20.0 due to svn commit issue
     234
    232235= 2.20.0 =
    233236* Easy navigation to advance reports and notifications
  • rabbit-loader/trunk/autoload.php

    r3092432 r3092572  
    44define('RABBITLOADER_CACHE_DIR', WP_CONTENT_DIR . DIRECTORY_SEPARATOR . "rabbitloader");
    55define('RABBITLOADER_PLUG_URL', plugin_dir_url(__FILE__));
    6 define('RABBITLOADER_PLUG_VERSION', '2.20.0');
     6define('RABBITLOADER_PLUG_VERSION', '2.20.1');
    77define('RABBITLOADER_TEXT_DOMAIN', 'rabbit-loader');
    88define('RABBITLOADER_PLUG_ENV', 'PROD');
  • rabbit-loader/trunk/rabbit-loader.php

    r3092432 r3092572  
    77 * Author URI:   https://rabbitloader.com/
    88 * 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.0
     9 * Version: 2.20.1
    1010 * Text Domain: rabbit-loader
    1111 */
  • rabbit-loader/trunk/readme.txt

    r3092432 r3092572  
    44Requires at least: 4.7
    55Tested up to: 6.5
    6 Stable tag: 2.20.0
     6Stable tag: 2.20.1
    77Requires PHP: 5.6
    88License: GNU General Public License, version 2
     
    230230== Changelog ==
    231231
     232= 2.20.1 =
     233* Re-release changes of 2.20.0 due to svn commit issue
     234
    232235= 2.20.0 =
    233236* Easy navigation to advance reports and notifications
Note: See TracChangeset for help on using the changeset viewer.