Changeset 2967904
- Timestamp:
- 09/17/2023 05:56:29 AM (3 years ago)
- Location:
- disable-css-js-cache/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
disable-css-js-cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
disable-css-js-cache/trunk/README.txt
r2948109 r2967904 5 5 Requires at least: 5.0 6 6 Requires php: 7.2 7 Tested up to: 6. 2.27 Tested up to: 6.3.1 8 8 Stable tag: 1.0.0 9 9 License: GPLv2 or later … … 18 18 Say goodbye to the frustration of stale CSS and JS files causing display issues, and embrace the power to control cache settings with ease. 19 19 20 = Core plugin Features = 21 * Instantly Disable CSS and JS Cache: 22 The 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. 20 == Core plugin Features == 21 * **Instantly Disable CSS and JS Cache: ** The 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. 23 22 24 * Prevent Display Issues: 25 When 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. 23 * **Prevent Display Issues:** When 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. 26 24 27 * Fine-Grained Control: 28 The 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. 25 * **Fine-Grained Control:** The 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. 29 26 30 * Compatibility with Caching Plugins: 31 Worried 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. 27 * **Compatibility with Caching Plugins:** Worried 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. 32 28 33 * Easy to Use and Lightweight: 34 This 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. 29 * **Easy to Use and Lightweight:** This 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. 35 30 36 * No Coding Required: 37 You 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. 31 * **No Coding Required:** You 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. 38 32 39 33 == Installation == … … 44 38 4. Use the toggle switch to enable or disable CSS and JS caching from "Disable CSS JS" submenu under Settings menu. 45 39 40 Say goodbye to cached CSS and JavaScript files that slow down your website's progress. Install our plugin today and enjoy a cache-free WordPress experience. 41 46 42 == Screenshots == 47 43 1. screenshot-1.png 48 44 49 45 == Changelog == 46 47 = 1.0.2 = 48 * Added support for wordpress 6.3.1 50 49 51 50 = 1.0.1 = -
disable-css-js-cache/trunk/disable-css-js-cache.php
r2948110 r2967904 17 17 * Plugin URI: https://phptutorialpoints.in 18 18 * Description: This plugin helps prevent browser caching of CSS and JS files from theme in WordPress. 19 * Version: 1.0. 119 * Version: 1.0.2 20 20 * Author: Umang Prajapati 21 21 * License: GPL-2.0+
Note: See TracChangeset
for help on using the changeset viewer.