Changeset 3226179
- Timestamp:
- 01/21/2025 12:38:21 PM (11 months ago)
- Location:
- fastpixel-website-accelerator
- Files:
-
- 2 added
- 12 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-10.png (added)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (modified) (previous)
-
assets/screenshot-4.png (modified) (previous)
-
assets/screenshot-5.png (modified) (previous)
-
assets/screenshot-6.png (modified) (previous)
-
assets/screenshot-7.png (modified) (previous)
-
assets/screenshot-8.png (modified) (previous)
-
assets/screenshot-9.png (added)
-
trunk/inc/backend/controllers/tabs/javascript.php (modified) (1 diff)
-
trunk/inc/backend/models/diag-tests/conflicting-plugins.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fastpixel-website-accelerator/trunk/inc/backend/controllers/tabs/javascript.php
r3223801 r3226179 114 114 $description .= '<br/><br/>' . esc_html__('Example:', 'fastpixel-website-accelerator') . ' ' . esc_url(home_url('/wp-includes/js/jquery/jquery.js')); 115 115 $this->be_functions->print_textarea([ 116 'field_name' => 'fastpixel_javascript_excludes _regexp',116 'field_name' => 'fastpixel_javascript_excludes', 117 117 'field_value' => $excludes, 118 118 'label' => $args['label'], -
fastpixel-website-accelerator/trunk/inc/backend/models/diag-tests/conflicting-plugins.php
r3212290 r3226179 19 19 'WP Fastest Cache' => 'wp-fastest-cache/wpFastestCache.php', 20 20 'PhastPress' => 'phastpress/phastpress.php', 21 'Perfmatters' => ' ',21 'Perfmatters' => 'perfmatters/perfmatters.php', 22 22 'WP Super Cache' => 'wp-super-cache/wp-cache.php', 23 23 'LiteSpeed Cache' => 'litespeed-cache/litespeed-cache.php', … … 38 38 'Jetpack Boost' => 'jetpack-boost/jetpack-boost.php', 39 39 'Asset CleanUp: Page Speed Booster' => 'wp-asset-clean-up/wpacu.php', 40 'BerqWP' => 'searchpro/berqwp.php' 40 41 ]; 41 42 protected $conflicting_plugins_tested = []; … … 109 110 $plugins["PhastPress"]['status'] = false; 110 111 } 112 if (is_plugin_active($this->conflicting_plugins["Perfmatters"]) || defined('PERFMATTERS_VERSION') 113 || class_exists('Perfmatters\Config')) { // Perfmatters 114 $plugins["Perfmatters"]['status'] = false; 115 } 111 116 if (defined('WPCACHEHOME') && function_exists("wp_cache_phase2")) { // WP Super Cache 112 117 $plugins["WP Super Cache"]['status'] = false; … … 183 188 $plugins["WP-Optimize - Clean, Compress, Cache"]['status'] = false; 184 189 } 185 190 191 if (is_plugin_active($this->conflicting_plugins["BerqWP"]) || defined('BERQWP_VERSION')) { // WP-Optimize 192 $plugins["BerqWP"]['status'] = false; 193 } 194 186 195 $plugin_id = 0; 187 196 foreach ($plugins as $plugin_name => $passed) { -
fastpixel-website-accelerator/trunk/readme.txt
r3223801 r3226179 5 5 Tested up to: 6.7 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 397 Stable tag: 1.0.40 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 183 183 3. Settings page - Cache status 184 184 185 4. Settings page - Main settings 186 187 5. Settings page - JavaScript settings 188 189 6. Settings page - Diagnostics 185 4. Settings page - Presets 186 187 5. Settings page - Main settings 188 189 6. Settings page - JavaScript settings 190 191 7. Settings page - Images 192 193 8. Settings page - Fonts 194 195 9. Settings page - Diagnostics 196 197 10. Help Center 190 198 191 199 192 200 193 201 == Changelog == 202 203 = 1.0.40 = 204 🛠️ Maintenance Update 205 Release Date: January 21, 2025 206 ⚙️Fixes & Improvements: 207 * JavaScript Exclusions: Resolved minor issues to ensure smoother handling of excluded scripts. 208 * Conflicting Plugins List: Updated the list of known conflicting plugins for improved compatibility and seamless integration. 209 210 Stay up-to-date and keep your site running at peak performance! 🚀 194 211 195 212 = 1.0.39 = … … 201 218 🛠️ Bug Fixes 202 219 * Minor Bug Fixes: We've addressed small issues to ensure a more stable and reliable performance. 203 * Update now to experience a faster, easier, and better way to optimize your website! 220 221 Update now to experience a faster, easier, and better way to optimize your website! 204 222 205 223 = 1.0.38 = -
fastpixel-website-accelerator/trunk/vendor/composer/installed.php
r3223801 r3226179 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 29b447c2bae3b88d70907f9c85e03c54a1acf5c3',6 'reference' => 'a166890cb9e7d49b83ee3dd840e0183aa1de84b4', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-main', 15 15 'version' => 'dev-main', 16 'reference' => ' 29b447c2bae3b88d70907f9c85e03c54a1acf5c3',16 'reference' => 'a166890cb9e7d49b83ee3dd840e0183aa1de84b4', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.