Plugin Directory

Changeset 2988432


Ignore:
Timestamp:
11/03/2023 10:35:18 AM (2 years ago)
Author:
asadkn
Message:

Update to version 1.2.5 from GitHub

Location:
debloat
Files:
8 edited
1 copied

Legend:

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

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

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

    r2987531 r2988432  
    55Tested up to: 6.4
    66Requires PHP: 7.1
    7 Stable tag: 1.2.4
     7Stable tag: 1.2.5
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • debloat/tags/1.2.5/vendor/composer/installed.php

    r2987531 r2988432  
    22    'root' => array(
    33        'name' => '__root__',
    4         'pretty_version' => '1.2.4',
    5         'version' => '1.2.4.0',
    6         'reference' => 'fc76f4d93e48adc768fc6c310d0e8134b5151111',
     4        'pretty_version' => '1.2.5',
     5        'version' => '1.2.5.0',
     6        'reference' => 'ced12014d800344f115b595850eb12fc43dc605a',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        '__root__' => array(
    14             'pretty_version' => '1.2.4',
    15             'version' => '1.2.4.0',
    16             'reference' => 'fc76f4d93e48adc768fc6c310d0e8134b5151111',
     14            'pretty_version' => '1.2.5',
     15            'version' => '1.2.5.0',
     16            'reference' => 'ced12014d800344f115b595850eb12fc43dc605a',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • debloat/trunk/debloat.php

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

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

    r2987531 r2988432  
    55Tested up to: 6.4
    66Requires PHP: 7.1
    7 Stable tag: 1.2.4
     7Stable tag: 1.2.5
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • debloat/trunk/vendor/composer/installed.php

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