Plugin Directory

Changeset 3057158


Ignore:
Timestamp:
03/23/2024 04:28:44 AM (2 years ago)
Author:
asadkn
Message:

Update to version 1.2.8 from GitHub

Location:
debloat
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • debloat/tags/1.2.8/debloat.php

    r3043847 r3057158  
    77 * Plugin Name:       Debloat
    88 * Description:       Remove Unused CSS, Optimize CSS, Optimize JS and speed up your site.
    9  * Version:           1.2.7
     9 * Version:           1.2.8
    1010 * Author:            asadkn
    1111 * Author URI:        https://profiles.wordpress.org/asadkn/
  • debloat/tags/1.2.8/inc/optimize-css/stylesheet.php

    r2955054 r3057158  
    178178            unset($attrs['rel']);
    179179
    180             if ($attrs['media'] === 'all') {
     180            if (isset($attrs['media']) && $attrs['media'] === 'all') {
    181181                unset($attrs['media']);
    182182            }
  • debloat/tags/1.2.8/inc/optimize-js/optimize-js.php

    r2696699 r3057158  
    301301            'lazyLoadOptions',
    302302            'lazyLoadThumb',
     303            'BunyadLazy',
    303304        ];
    304305
  • debloat/tags/1.2.8/inc/plugin.php

    r3043847 r3057158  
    2323     * Plugin version
    2424     */
    25     const VERSION = '1.2.7';
     25    const VERSION = '1.2.8';
    2626
    2727    public static $instance;
  • debloat/tags/1.2.8/readme.txt

    r3043847 r3057158  
    55Tested up to: 6.5
    66Requires PHP: 7.1
    7 Stable tag: 1.2.7
     7Stable tag: 1.2.8
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4242
    4343== Changelog ==
     44
     45= 1.2.8 =
     46* Added: Support for a new lazyload from ThemeSphere.
     47* Fixed: A harmless PHP Warning.
    4448
    4549= 1.2.7 =
  • debloat/tags/1.2.8/vendor/composer/installed.php

    r3043847 r3057158  
    22    'root' => array(
    33        'name' => '__root__',
    4         'pretty_version' => '1.2.7',
    5         'version' => '1.2.7.0',
    6         'reference' => '73aea6f5479e3a4f43366815306352dfbf3b50ad',
     4        'pretty_version' => '1.2.8',
     5        'version' => '1.2.8.0',
     6        'reference' => '1d0dc203082e6188f66a92f12c79b92de1695fab',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '__root__' => array(
    14             'pretty_version' => '1.2.7',
    15             'version' => '1.2.7.0',
    16             'reference' => '73aea6f5479e3a4f43366815306352dfbf3b50ad',
     14            'pretty_version' => '1.2.8',
     15            'version' => '1.2.8.0',
     16            'reference' => '1d0dc203082e6188f66a92f12c79b92de1695fab',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • debloat/trunk/debloat.php

    r3043847 r3057158  
    77 * Plugin Name:       Debloat
    88 * Description:       Remove Unused CSS, Optimize CSS, Optimize JS and speed up your site.
    9  * Version:           1.2.7
     9 * Version:           1.2.8
    1010 * Author:            asadkn
    1111 * Author URI:        https://profiles.wordpress.org/asadkn/
  • debloat/trunk/inc/optimize-css/stylesheet.php

    r2955054 r3057158  
    178178            unset($attrs['rel']);
    179179
    180             if ($attrs['media'] === 'all') {
     180            if (isset($attrs['media']) && $attrs['media'] === 'all') {
    181181                unset($attrs['media']);
    182182            }
  • debloat/trunk/inc/optimize-js/optimize-js.php

    r2696699 r3057158  
    301301            'lazyLoadOptions',
    302302            'lazyLoadThumb',
     303            'BunyadLazy',
    303304        ];
    304305
  • debloat/trunk/inc/plugin.php

    r3043847 r3057158  
    2323     * Plugin version
    2424     */
    25     const VERSION = '1.2.7';
     25    const VERSION = '1.2.8';
    2626
    2727    public static $instance;
  • debloat/trunk/readme.txt

    r3043847 r3057158  
    55Tested up to: 6.5
    66Requires PHP: 7.1
    7 Stable tag: 1.2.7
     7Stable tag: 1.2.8
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4242
    4343== Changelog ==
     44
     45= 1.2.8 =
     46* Added: Support for a new lazyload from ThemeSphere.
     47* Fixed: A harmless PHP Warning.
    4448
    4549= 1.2.7 =
  • debloat/trunk/vendor/composer/installed.php

    r3043847 r3057158  
    22    'root' => array(
    33        'name' => '__root__',
    4         'pretty_version' => '1.2.7',
    5         'version' => '1.2.7.0',
    6         'reference' => '73aea6f5479e3a4f43366815306352dfbf3b50ad',
     4        'pretty_version' => '1.2.8',
     5        'version' => '1.2.8.0',
     6        'reference' => '1d0dc203082e6188f66a92f12c79b92de1695fab',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '__root__' => array(
    14             'pretty_version' => '1.2.7',
    15             'version' => '1.2.7.0',
    16             'reference' => '73aea6f5479e3a4f43366815306352dfbf3b50ad',
     14            'pretty_version' => '1.2.8',
     15            'version' => '1.2.8.0',
     16            'reference' => '1d0dc203082e6188f66a92f12c79b92de1695fab',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.