Plugin Directory

Changeset 2948106


Ignore:
Timestamp:
08/06/2023 09:00:20 AM (3 years ago)
Author:
umangapps48
Message:

added php 8.2 support

Location:
disable-css-js-cache/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • disable-css-js-cache/trunk/README.txt

    r2911300 r2948106  
    1 === Disable CSS JS Cache ===
    2 Contributors: (umangapps48)
    3 Donate link: https://phptutorialpoints.in/
    4 Tags: disable css js cache, css cache, js cache, disable cache, clear cache, remove cache
    5 Requires at least: 5.0
    6 Tested up to: 6.2
    7 Requires PHP: 7.0
     1=== Plugin Name ===
     2Contributors: umangapps48
     3Donate link: https://phptutorialpoints.in
     4Tags: disable css js cache, prevent asset cache
     5Requires at least: 5
     6Tested up to: 6.2.2
    87Stable tag: 1.0.0
    98License: GPLv2 or later
     
    1615WordPress has built-in caching mechanisms for CSS and JS files to improve website performance by reducing the load time. However, sometimes these caching mechanisms can cause issues such as outdated CSS or JS files being loaded, resulting in display issues on your website. For solution, we provide option to load page with updated css and js.
    1716
     17Say goodbye to the frustration of stale CSS and JS files causing display issues, and embrace the power to control cache settings with ease.
     18
    1819= Core plugin Features =
    19 * Option to disable and enable css and js cache
     20* Instantly Disable CSS and JS Cache:
     21The plugin provides a simple toggle switch to disable caching for CSS and JS files with just a single click. No coding or complex configurations required. This feature allows you to quickly bypass caching for these critical files and ensure seamless updates and changes reflect immediately.
     22
     23* Prevent Display Issues:
     24When making changes to your website's CSS or JS files, caching can often cause display issues where the changes don't reflect in the user's browser. "Disable CSS JS Cache" eliminates this problem, allowing you to make real-time updates and maintain a consistently smooth user experience.
     25
     26* Fine-Grained Control:
     27The plugin gives you the flexibility to choose which CSS and JS files you want to bypass caching for. You can disable cache for specific files or include/exclude entire directories, granting you granular control over caching behavior.
     28
     29* Compatibility with Caching Plugins:
     30Worried about conflicts with your existing caching plugins? Fear not! "Disable CSS JS Cache" is designed to work seamlessly with popular caching plugins, ensuring your website's performance and caching settings remain optimized.
     31
     32* Easy to Use and Lightweight:
     33This plugin is built with simplicity in mind. Its intuitive user interface makes it effortless for anyone, regardless of technical expertise, to manage CSS and JS caching effectively. Additionally, the plugin is lightweight, ensuring it won't slow down your website's loading times.
     34
     35* No Coding Required:
     36You don't need to be a coding expert to leverage the power of this plugin. With a user-friendly interface and a focus on simplicity, "Disable CSS JS Cache" is accessible to all WordPress users, from beginners to advanced developers.
    2037
    2138== Installation ==
    2239
    23 1. Upload the entire `disable-css-js-cache` folder to the `/wp-content/plugins/` directory.
    24 2. Activate the plugin through the **Plugins** screen (**Plugins > Installed Plugins**).
     401. Install the "Disable CSS JS Cache" plugin from the WordPress repository.
     412. Activate the plugin via the WordPress dashboard.
     423. Access the plugin's settings from the "Settings" menu in the WordPress admin area.
     434. Use the toggle switch to enable or disable CSS and JS caching from "Disable CSS JS" submenu under Settings menu.
    2544
    2645== Screenshots ==
     
    2847
    2948== Changelog ==
     49
     50= 1.0.1 =
     51* Added support for php 8.2
    3052
    3153= 1.0.0 =
     
    3557== Frequently Asked Questions ==
    3658
     59= What does the "Disable CSS JS Cache" plugin do? =
     60Disable CSS JS Cache" is a WordPress plugin that allows you to control the caching of CSS and JS files on your website. It lets you bypass caching for these critical files, ensuring that updates and changes to your website's design and functionality take effect instantly without any display issues.
     61
     62= Why should I disable caching for CSS and JS files? =
     63Caching is generally useful for improving website performance, but it can cause issues when you're making frequent updates to CSS and JS files. Disabling caching for these files ensures that users see the most up-to-date version of your website, eliminating any potential discrepancies between cached and actual files.
     64
     65= Is this plugin compatible with other caching plugins? =
     66Yes, "Disable CSS JS Cache" is designed to work harmoniously with popular caching plugins, ensuring seamless integration and optimal website performance. You can confidently use it alongside your existing caching solutions.
     67
     68= Do I need coding skills to use this plugin? =
     69No coding skills are required to utilize the "Disable CSS JS Cache" plugin. Its user-friendly interface is designed to be accessible to all WordPress users, regardless of their technical expertise.
     70
     71= Can I revert to caching CSS and JS files if needed? =
     72Yes, you can easily re-enable caching for CSS and JS files by toggling the plugin settings. The flexibility to turn caching on and off allows you to adjust as per your website's requirements.
     73
     74= How can I get support if I encounter any issues with the plugin? =
     75For any inquiries or support requests related to the "Disable CSS JS Cache" plugin, you can reach out to our dedicated support team via the WordPress support forums.
     76
    3777= Will Disable CSS JS Cache Plugin work with my theme? =
    3878Yes, Disable CSS JS Cache will work with any well-written, WP 5.x compliant theme.
  • disable-css-js-cache/trunk/disable-css-js-cache.php

    r2909085 r2948106  
    1010 *
    1111 * @link              https://phptutorialpoints.in
    12  * @since             1.0.0
     12 * @since             1.0.1
    1313 * @package           Disable_Css_Js_Cache
    1414 *
Note: See TracChangeset for help on using the changeset viewer.