Plugin Directory

Changeset 3043847


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

Update to version 1.2.7 from GitHub

Location:
debloat
Files:
8 edited
1 copied

Legend:

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

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

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

    r3043846 r3043847  
    55Tested up to: 6.5
    66Requires PHP: 7.1
    7 Stable tag: 1.2.6
     7Stable tag: 1.2.7
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4343== Changelog ==
    4444
    45 = 1.2.6 =
     45= 1.2.7 =
    4646* Improved: Elementor integration delay load rules are relaxed to exclude the new lazyload.
    4747
  • debloat/tags/1.2.7/vendor/composer/installed.php

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

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

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

    r3043846 r3043847  
    55Tested up to: 6.5
    66Requires PHP: 7.1
    7 Stable tag: 1.2.6
     7Stable tag: 1.2.7
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4343== Changelog ==
    4444
    45 = 1.2.6 =
     45= 1.2.7 =
    4646* Improved: Elementor integration delay load rules are relaxed to exclude the new lazyload.
    4747
  • debloat/trunk/vendor/composer/installed.php

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