Plugin Directory

Changeset 3264682


Ignore:
Timestamp:
03/31/2025 06:22:55 PM (12 months ago)
Author:
aguidrevitch
Message:
  • WooCommerce Compatibility Fixes: Resolved various issues to ensure smoother optimization across WooCommerce pages.
Location:
fastpixel-website-accelerator/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fastpixel-website-accelerator/trunk/fastpixel.php

    r3263433 r3264682  
    55 * Description: Faster WordPress Made Easy – Solve all your website speed problems effortlessly with just a few clicks.
    66 * Author:      ShortPixel
    7  * Version:     1.0.45
     7 * Version:     1.0.46
    88 * Text Domain: fastpixel-website-accelerator
    99 * Domain Path: /languages
     
    2121defined('ABSPATH') || exit;
    2222
    23 define('FASTPIXEL_VERSION', '1.0.45');
     23define('FASTPIXEL_VERSION', '1.0.46');
    2424define('FASTPIXEL_NAME', 'FastPixel');
    2525if (!defined('FASTPIXEL_PLUGIN_DIR'))
  • fastpixel-website-accelerator/trunk/inc/backend/controllers/cache.php

    r3263433 r3264682  
    949949            //getting urls to purge
    950950            if ($this->run_purge_for_custom_urls) {
    951                 $urls_setting = $this->functions->get_option('fastpixel_always_purge_urls', []);
     951                $urls_setting = $this->functions->get_option('fastpixel_always_purge_urls', '');
    952952                $urls = explode("\r\n", $urls_setting);
    953953                if (!empty($urls) && is_array($urls)) {
  • fastpixel-website-accelerator/trunk/readme.txt

    r3263467 r3264682  
    55Tested up to: 6.7
    66Requires PHP: 5.6
    7 Stable tag: 1.0.45
     7Stable tag: 1.0.46
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 ###The Ultimate Caching and Speed Improvement Plugin for WordPress###
     15###🚀 The Ultimate Caching and Speed Improvement Plugin for WordPress###
    1616
    1717Have you ever wished your website scored 90+ on Google PageSpeed Insights, GTMetrix and other website performance analysis tools?
    1818And achieve that without the need to pay expensive fees to consultants or learn a lot of advanced technical stuff?
    1919
    20 **[FastPixel](https://fastpixel.io/?utm_source=wp-repository&utm_medium=link) automatically integrates** all the latest technical enhancements, such as Page Caching, HTML/CSS/JS minification, DNS prefetching and preloading, Critical CSS, ShortPixel's [Smart Image Optimization](https://shortpixel.com/blog/introducing-smartcompress/?/?utm_source=wp-repository&utm_medium=link), adaptive images, background image scaling and optimization, HTTP/2 support, fonts loading optimization, caching, a global CDN, and Core Web Vitals, within an **easy-to-use, 1-minute-setup interface**.
    21 
    22 == Ready for a Quick TEST of our Speed Optimization Tool? ==
     20**[FastPixel](https://fastpixel.io/?utm_source=wp-repository&utm_medium=link) automatically integrates** all the latest technical enhancements, such as Page Caching, HTML/CSS/JS minification, DNS prefetching and preloading, Critical CSS, ShortPixel's [Smart Image Optimization](https://shortpixel.com/blog/introducing-smartcompress/?/?utm_source=wp-repository&utm_medium=link), adaptive images, background image scaling and optimization, HTTP/2 support, fonts loading optimization, caching, a global CDN, and Core Web Vitals, within an **easy-to-use, 1-minute-setup interface**.
     21
     22== 🎬 Ready for a Quick TEST of our Speed Optimization Tool? ==
    2323There is **no need to install our plugin to run a test**.
    2424You can test FastPixel live on a [sandbox website@TasteWP](https://tastewp.com/template/FastPixel) or you can quickly assess how [FastPixel](https://fastpixel.io/) can optimize your website by conducting a test. Simply use [this test page](https://test.fastpixel.io/), and we will apply all optimizations to a copy of your website.
    2525This way, you can easily evaluate the substantial speed improvements it can achieve using the most widely recognized website performance analysis tools.
    2626
    27 == Why choose FastPixel Caching plugin? ==
     27== 💡 Why choose FastPixel Caching plugin? ==
    2828- **Website Performance Boost**: Just activate the plugin and within seconds the optimized webpages will start to be served.
    2929- **Lower the CPU/RAM Impact**: Using the plugin will reduce the impact on the resources used by your website. All the CPU intensive processing is done in the cloud and resulting pages will generally be served from a cached version and the optimized images from the CDN.
     
    3838- **Automatic Next-Gen Images Delivery**: Based on the visitor's browser capabilities, original JPG, PNG, or GIF images are converted to and served as WebP or AVIF when supported. For browsers without support, the original format is provided.
    3939
    40 == Happy users that use our plugin ==
     40== 🌟 Happy users that use our plugin ==
    4141If you're satisfied with the test, just search for "FastPixel" in your WordPress Dashboard > Plugins, install the plugin and see for yourself how much faster your site becomes.
    4242
     
    5050> [more testimonials](https://wordpress.org/support/plugin/fastpixel-website-accelerator/reviews/?filter=5)
    5151
    52 == Additional questions ==
     52== 📩 Additional questions ==
    5353If you have more questions, technical or otherwise, please refer to our FAQ section below, our [docs](https://fastpixel.io/docs/) or [contact us](https://fastpixel.io/#contact).
    5454We typically respond within 15 minutes.
     
    201201== Changelog ==
    202202
     203= 1.0.46 =
     204
     205🛒 The Woo Fix Update
     206
     207Release Date: March 31, 2025
     208
     209🛠️ Fixes & Improvements
     210
     211* WooCommerce Compatibility Fixes: Resolved various issues to ensure smoother optimization across WooCommerce pages.
     212
     213Update now to keep your WooCommerce store running fast and flawlessly! 🚀
     214
     215
    203216= 1.0.45 =
    204217
Note: See TracChangeset for help on using the changeset viewer.