Changeset 2988432
- Timestamp:
- 11/03/2023 10:35:18 AM (2 years ago)
- Location:
- debloat
- Files:
-
- 8 edited
- 1 copied
-
tags/1.2.5 (copied) (copied from debloat/trunk)
-
tags/1.2.5/debloat.php (modified) (1 diff)
-
tags/1.2.5/inc/plugin.php (modified) (1 diff)
-
tags/1.2.5/readme.txt (modified) (1 diff)
-
tags/1.2.5/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/debloat.php (modified) (1 diff)
-
trunk/inc/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debloat/tags/1.2.5/debloat.php
r2955054 r2988432 7 7 * Plugin Name: Debloat 8 8 * Description: Remove Unused CSS, Optimize CSS, Optimize JS and speed up your site. 9 * Version: 1.2. 39 * Version: 1.2.5 10 10 * Author: asadkn 11 11 * Author URI: https://profiles.wordpress.org/asadkn/ -
debloat/tags/1.2.5/inc/plugin.php
r2987531 r2988432 23 23 * Plugin version 24 24 */ 25 const VERSION = '1.2. 4';25 const VERSION = '1.2.5'; 26 26 27 27 public static $instance; -
debloat/tags/1.2.5/readme.txt
r2987531 r2988432 5 5 Tested up to: 6.4 6 6 Requires PHP: 7.1 7 Stable tag: 1.2. 47 Stable tag: 1.2.5 8 8 License: GPLv2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
debloat/tags/1.2.5/vendor/composer/installed.php
r2987531 r2988432 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__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', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
debloat/trunk/debloat.php
r2955054 r2988432 7 7 * Plugin Name: Debloat 8 8 * Description: Remove Unused CSS, Optimize CSS, Optimize JS and speed up your site. 9 * Version: 1.2. 39 * Version: 1.2.5 10 10 * Author: asadkn 11 11 * Author URI: https://profiles.wordpress.org/asadkn/ -
debloat/trunk/inc/plugin.php
r2987531 r2988432 23 23 * Plugin version 24 24 */ 25 const VERSION = '1.2. 4';25 const VERSION = '1.2.5'; 26 26 27 27 public static $instance; -
debloat/trunk/readme.txt
r2987531 r2988432 5 5 Tested up to: 6.4 6 6 Requires PHP: 7.1 7 Stable tag: 1.2. 47 Stable tag: 1.2.5 8 8 License: GPLv2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
debloat/trunk/vendor/composer/installed.php
r2987531 r2988432 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__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', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.