Plugin Directory

Changeset 3271100


Ignore:
Timestamp:
04/11/2025 02:02:00 PM (12 months ago)
Author:
marknokes
Message:

2.8.6

Bugfix: Adding inline scripts causes console error for modules

Location:
cache-using-gzip
Files:
20 added
3 edited

Legend:

Unmodified
Added
Removed
  • cache-using-gzip/trunk/cache-using-gzip.php

    r3263100 r3271100  
    55/*
    66 * Plugin Name: Cache Using Gzip
    7  * Version: 2.8.5
     7 * Version: 2.8.6
    88 * Description: Creates gzip files on your server to immensly improve page speed for site visitors
    99 * Author: Cache Using Gzip
  • cache-using-gzip/trunk/classes/CUGZ/class-cugz-gzip-cache.php

    r3263100 r3271100  
    11051105                }
    11061106
     1107                if (0 === strpos($script_content, 'import')) {
     1108                    return '<script type="module">'.$script_content;
     1109                }
     1110
    11071111                return '<script>'.$script_content;
    11081112            }
  • cache-using-gzip/trunk/readme.txt

    r3263100 r3271100  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 2.8.5
     7Stable tag: 2.8.6
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5858
    5959== Changelog ==
     60
     61= 2.8.6 =
     62Bugfix: Adding inline scripts causes console error for modules
    6063
    6164= 2.8.5 =
Note: See TracChangeset for help on using the changeset viewer.