Changeset 3057158
- Timestamp:
- 03/23/2024 04:28:44 AM (2 years ago)
- Location:
- debloat
- Files:
-
- 12 edited
- 1 copied
-
tags/1.2.8 (copied) (copied from debloat/trunk)
-
tags/1.2.8/debloat.php (modified) (1 diff)
-
tags/1.2.8/inc/optimize-css/stylesheet.php (modified) (1 diff)
-
tags/1.2.8/inc/optimize-js/optimize-js.php (modified) (1 diff)
-
tags/1.2.8/inc/plugin.php (modified) (1 diff)
-
tags/1.2.8/readme.txt (modified) (2 diffs)
-
tags/1.2.8/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/debloat.php (modified) (1 diff)
-
trunk/inc/optimize-css/stylesheet.php (modified) (1 diff)
-
trunk/inc/optimize-js/optimize-js.php (modified) (1 diff)
-
trunk/inc/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debloat/tags/1.2.8/debloat.php
r3043847 r3057158 7 7 * Plugin Name: Debloat 8 8 * Description: Remove Unused CSS, Optimize CSS, Optimize JS and speed up your site. 9 * Version: 1.2. 79 * Version: 1.2.8 10 10 * Author: asadkn 11 11 * Author URI: https://profiles.wordpress.org/asadkn/ -
debloat/tags/1.2.8/inc/optimize-css/stylesheet.php
r2955054 r3057158 178 178 unset($attrs['rel']); 179 179 180 if ( $attrs['media'] === 'all') {180 if (isset($attrs['media']) && $attrs['media'] === 'all') { 181 181 unset($attrs['media']); 182 182 } -
debloat/tags/1.2.8/inc/optimize-js/optimize-js.php
r2696699 r3057158 301 301 'lazyLoadOptions', 302 302 'lazyLoadThumb', 303 'BunyadLazy', 303 304 ]; 304 305 -
debloat/tags/1.2.8/inc/plugin.php
r3043847 r3057158 23 23 * Plugin version 24 24 */ 25 const VERSION = '1.2. 7';25 const VERSION = '1.2.8'; 26 26 27 27 public static $instance; -
debloat/tags/1.2.8/readme.txt
r3043847 r3057158 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.1 7 Stable tag: 1.2. 77 Stable tag: 1.2.8 8 8 License: GPLv2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 42 42 43 43 == Changelog == 44 45 = 1.2.8 = 46 * Added: Support for a new lazyload from ThemeSphere. 47 * Fixed: A harmless PHP Warning. 44 48 45 49 = 1.2.7 = -
debloat/tags/1.2.8/vendor/composer/installed.php
r3043847 r3057158 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__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', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
debloat/trunk/debloat.php
r3043847 r3057158 7 7 * Plugin Name: Debloat 8 8 * Description: Remove Unused CSS, Optimize CSS, Optimize JS and speed up your site. 9 * Version: 1.2. 79 * Version: 1.2.8 10 10 * Author: asadkn 11 11 * Author URI: https://profiles.wordpress.org/asadkn/ -
debloat/trunk/inc/optimize-css/stylesheet.php
r2955054 r3057158 178 178 unset($attrs['rel']); 179 179 180 if ( $attrs['media'] === 'all') {180 if (isset($attrs['media']) && $attrs['media'] === 'all') { 181 181 unset($attrs['media']); 182 182 } -
debloat/trunk/inc/optimize-js/optimize-js.php
r2696699 r3057158 301 301 'lazyLoadOptions', 302 302 'lazyLoadThumb', 303 'BunyadLazy', 303 304 ]; 304 305 -
debloat/trunk/inc/plugin.php
r3043847 r3057158 23 23 * Plugin version 24 24 */ 25 const VERSION = '1.2. 7';25 const VERSION = '1.2.8'; 26 26 27 27 public static $instance; -
debloat/trunk/readme.txt
r3043847 r3057158 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.1 7 Stable tag: 1.2. 77 Stable tag: 1.2.8 8 8 License: GPLv2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 42 42 43 43 == Changelog == 44 45 = 1.2.8 = 46 * Added: Support for a new lazyload from ThemeSphere. 47 * Fixed: A harmless PHP Warning. 44 48 45 49 = 1.2.7 = -
debloat/trunk/vendor/composer/installed.php
r3043847 r3057158 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__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', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.