Plugin Directory

Changeset 2929681


Ignore:
Timestamp:
06/22/2023 12:11:12 PM (3 years ago)
Author:
futtta
Message:

urgent fix for stupid mistake

Location:
autoptimize
Files:
2 deleted
3 edited
46 copied

Legend:

Unmodified
Added
Removed
  • autoptimize/tags/3.1.8.1/autoptimize.php

    r2929596 r2929681  
    44 * Plugin URI: https://autoptimize.com/pro/
    55 * Description: Makes your site faster by optimizing CSS, JS, Images, Google fonts and more.
    6  * Version: 3.1.8
     6 * Version: 3.1.8.1
    77 * Author: Frank Goossens (futtta)
    88 * Author URI: https://autoptimize.com/pro/
     
    2222}
    2323
    24 define( 'AUTOPTIMIZE_PLUGIN_VERSION', '3.1.8' );
     24define( 'AUTOPTIMIZE_PLUGIN_VERSION', '3.1.8.1' );
    2525
    2626// plugin_dir_path() returns the trailing slash!
  • autoptimize/tags/3.1.8.1/classes/autoptimizeImages.php

    r2929596 r2929681  
    262262    }
    263263
    264     public static function get_imgopt_host()
     264    public function get_imgopt_host()
    265265    {
    266266        static $imgopt_host = null;
  • autoptimize/tags/3.1.8.1/readme.txt

    r2929596 r2929681  
    66Tested up to: 6.2
    77Requires PHP: 5.6
    8 Stable tag: 3.1.8
     8Stable tag: 3.1.8.1
    99
    1010Autoptimize speeds up your website by optimizing JS, CSS, images (incl. lazy-load), HTML and Google Fonts, asyncing JS, removing emoji cruft and more.
     
    320320== Changelog ==
    321321
     322= 3.1.8.1 =
     323* urgent fix for PHP error, sorry about that!
     324
    322325= 3.1.8 =
    323326* Images: improve optmization logic for background images
  • autoptimize/trunk/autoptimize.php

    r2929596 r2929681  
    44 * Plugin URI: https://autoptimize.com/pro/
    55 * Description: Makes your site faster by optimizing CSS, JS, Images, Google fonts and more.
    6  * Version: 3.1.8
     6 * Version: 3.1.8.1
    77 * Author: Frank Goossens (futtta)
    88 * Author URI: https://autoptimize.com/pro/
     
    2222}
    2323
    24 define( 'AUTOPTIMIZE_PLUGIN_VERSION', '3.1.8' );
     24define( 'AUTOPTIMIZE_PLUGIN_VERSION', '3.1.8.1' );
    2525
    2626// plugin_dir_path() returns the trailing slash!
  • autoptimize/trunk/classes/autoptimizeImages.php

    r2929596 r2929681  
    262262    }
    263263
    264     public static function get_imgopt_host()
     264    public function get_imgopt_host()
    265265    {
    266266        static $imgopt_host = null;
  • autoptimize/trunk/readme.txt

    r2929596 r2929681  
    66Tested up to: 6.2
    77Requires PHP: 5.6
    8 Stable tag: 3.1.8
     8Stable tag: 3.1.8.1
    99
    1010Autoptimize speeds up your website by optimizing JS, CSS, images (incl. lazy-load), HTML and Google Fonts, asyncing JS, removing emoji cruft and more.
     
    320320== Changelog ==
    321321
     322= 3.1.8.1 =
     323* urgent fix for PHP error, sorry about that!
     324
    322325= 3.1.8 =
    323326* Images: improve optmization logic for background images
Note: See TracChangeset for help on using the changeset viewer.