Plugin Directory

Changeset 3043846


Ignore:
Timestamp:
03/01/2024 11:50:59 PM (2 years ago)
Author:
asadkn
Message:

Update to version 1.2.6 from GitHub

Location:
debloat
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • debloat/tags/1.2.6/inc/integrations/elementor.php

    r2696699 r3043846  
    145145    {
    146146        add_filter('debloat/delay_js_includes', function($include) {
    147             $include[] = 'elementor/*';
     147            $include[] = 'url:elementor/*';
    148148       
    149149            // Admin bar should also be delayed as elementor creates admin bar items later
  • debloat/tags/1.2.6/languages/debloat.pot

    r2955054 r3043846  
    1 # Copyright (C) 2023 debloat
     1# Copyright (C) 2024 debloat
    22# This file is distributed under the same license as the debloat package.
    33msgid ""
  • debloat/tags/1.2.6/readme.txt

    r2988432 r3043846  
    33Tags: speed, performance, uncss, optimize
    44Requires at least: 5.0
    5 Tested up to: 6.4
     5Tested up to: 6.5
    66Requires PHP: 7.1
    7 Stable tag: 1.2.5
     7Stable tag: 1.2.6
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4242
    4343== Changelog ==
     44
     45= 1.2.6 =
     46* Improved: Elementor integration delay load rules are relaxed to exclude the new lazyload.
    4447
    4548= 1.2.4 =
  • debloat/tags/1.2.6/vendor/composer/installed.php

    r2988432 r3043846  
    22    'root' => array(
    33        'name' => '__root__',
    4         'pretty_version' => '1.2.5',
    5         'version' => '1.2.5.0',
    6         'reference' => 'ced12014d800344f115b595850eb12fc43dc605a',
     4        'pretty_version' => '1.2.6',
     5        'version' => '1.2.6.0',
     6        'reference' => '99f168f48f9ebcab14e28035d658b81699d605c4',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '__root__' => array(
    14             'pretty_version' => '1.2.5',
    15             'version' => '1.2.5.0',
    16             'reference' => 'ced12014d800344f115b595850eb12fc43dc605a',
     14            'pretty_version' => '1.2.6',
     15            'version' => '1.2.6.0',
     16            'reference' => '99f168f48f9ebcab14e28035d658b81699d605c4',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • debloat/trunk/inc/integrations/elementor.php

    r2696699 r3043846  
    145145    {
    146146        add_filter('debloat/delay_js_includes', function($include) {
    147             $include[] = 'elementor/*';
     147            $include[] = 'url:elementor/*';
    148148       
    149149            // Admin bar should also be delayed as elementor creates admin bar items later
  • debloat/trunk/languages/debloat.pot

    r2955054 r3043846  
    1 # Copyright (C) 2023 debloat
     1# Copyright (C) 2024 debloat
    22# This file is distributed under the same license as the debloat package.
    33msgid ""
  • debloat/trunk/readme.txt

    r2988432 r3043846  
    33Tags: speed, performance, uncss, optimize
    44Requires at least: 5.0
    5 Tested up to: 6.4
     5Tested up to: 6.5
    66Requires PHP: 7.1
    7 Stable tag: 1.2.5
     7Stable tag: 1.2.6
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4242
    4343== Changelog ==
     44
     45= 1.2.6 =
     46* Improved: Elementor integration delay load rules are relaxed to exclude the new lazyload.
    4447
    4548= 1.2.4 =
  • debloat/trunk/vendor/composer/installed.php

    r2988432 r3043846  
    22    'root' => array(
    33        'name' => '__root__',
    4         'pretty_version' => '1.2.5',
    5         'version' => '1.2.5.0',
    6         'reference' => 'ced12014d800344f115b595850eb12fc43dc605a',
     4        'pretty_version' => '1.2.6',
     5        'version' => '1.2.6.0',
     6        'reference' => '99f168f48f9ebcab14e28035d658b81699d605c4',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '__root__' => array(
    14             'pretty_version' => '1.2.5',
    15             'version' => '1.2.5.0',
    16             'reference' => 'ced12014d800344f115b595850eb12fc43dc605a',
     14            'pretty_version' => '1.2.6',
     15            'version' => '1.2.6.0',
     16            'reference' => '99f168f48f9ebcab14e28035d658b81699d605c4',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.