Changeset 3173183
- Timestamp:
- 10/21/2024 10:07:55 PM (17 months ago)
- Location:
- cleavr-clear-cache
- Files:
-
- 8 added
- 2 edited
-
tags/1.3 (added)
-
tags/1.3/README.md (added)
-
tags/1.3/assets (added)
-
tags/1.3/assets/icon-128x128.png (added)
-
tags/1.3/cleavr.php (added)
-
tags/1.3/includes (added)
-
tags/1.3/includes/cleavr.css (added)
-
tags/1.3/includes/settings.php (added)
-
trunk/README.md (modified) (2 diffs)
-
trunk/cleavr.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleavr-clear-cache/trunk/README.md
r2690969 r3173183 4 4 Tags: nginx, cache, fastcgi, cleavr, caching, clear cache 5 5 Requires at least: 4.6 6 Tested up to: 5.9.17 Stable tag: 1. 26 Tested up to: 6.6.2 7 Stable tag: 1.3 8 8 Requires PHP: 7.0 9 9 License: GPLv2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Manage your NGINX FastCGI cache for your Cleavr sites. Simply add the clear cache trigger hook and then you 12 Manage your NGINX FastCGI cache for your Cleavr sites. Simply add the clear cache trigger hook and then you 13 13 can click a button to clear your site's cache and optionally clear cache every time content changes. 14 14 … … 18 18 19 19 Easily clear your [Cleavr](https://cleavr.io) site's NGINX FastCGI cache with the Cleavr Clear Cache plugin for 20 WordPress. 20 WordPress. 21 21 22 The Cleavr Clear Cache plugin allows you to clear site cache with the click of the button. You can 23 also set it up to automatically clear cache when content on your site changes. 22 The Cleavr Clear Cache plugin allows you to clear site cache with the click of the button. You can 23 also set it up to automatically clear cache when content on your site changes. 24 24 25 This plugin was forked from the [NGINX Cache](https://wordpress.org/plugins/nginx-cache/) plugin by Till Krüss and updated to 26 utilize Cleavr's clear cache trigger hook. This has the added benefit of working for site's assigned to multiple server users. 25 This plugin was forked from the [NGINX Cache](https://wordpress.org/plugins/nginx-cache/) plugin by Till Krüss and updated to 26 utilize Cleavr's clear cache trigger hook. This has the added benefit of working for site's assigned to multiple server users. 27 27 28 28 ## Installation 29 29 30 Install the plugin in your WordPress admin panel. Once installed, click on **Activate** to activate the 30 plugin. 31 plugin. 31 32 32 33 Click on **Settings** to configure the Cleavr Cache Plugin. 33 34 34 Provide the site's **Clear Cache Trigger Hook** from the site's FastCGI section in Cleavr. 35 Provide the site's **Clear Cache Trigger Hook** from the site's FastCGI section in Cleavr. 35 36 36 You can optionally select the option to automatically clear cache when content changes. 37 You can optionally select the option to automatically clear cache when content changes. 37 38 38 Click **Save** to save the settings. 39 Click **Save** to save the settings. 39 40 40 41 Click **Clear Cache** to clear your site's cache. 41 42 42 43 44 43 == Changelog == 45 44 45 = 1.3 = 46 47 - Tested for 6.6.2 48 46 49 = 1.2 = 47 * Tested for 5.9.1 50 51 - Tested for 5.9.1 48 52 49 53 = 1.1 = 50 * Updated placeholder for app.cleavr.io 54 55 - Updated placeholder for app.cleavr.io 51 56 52 57 = 1.0 = 53 * Initial release 58 59 - Initial release -
cleavr-clear-cache/trunk/cleavr.php
r2484567 r3173183 3 3 Plugin Name: Cleavr Clear Cache 4 4 Description: Manage your NGINX FastCGI cache for your Cleavr sites. Simply add the clear cache trigger hook and then you can click a button to clear your site's cache and optionally clear cache every time content changes. 5 Version: 1. 05 Version: 1.3 6 6 Author: Cleavr 7 7 Author URI: https://cleavr.io
Note: See TracChangeset
for help on using the changeset viewer.