Plugin Directory

Changeset 3173183


Ignore:
Timestamp:
10/21/2024 10:07:55 PM (17 months ago)
Author:
cleavrdev
Message:

Version 1.3

Location:
cleavr-clear-cache
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • cleavr-clear-cache/trunk/README.md

    r2690969 r3173183  
    44Tags: nginx, cache, fastcgi, cleavr, caching, clear cache
    55Requires at least: 4.6
    6 Tested up to: 5.9.1
    7 Stable tag: 1.2
     6Tested up to: 6.6.2
     7Stable tag: 1.3
    88Requires PHP: 7.0
    99License: GPLv2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Manage your NGINX FastCGI cache for your Cleavr sites. Simply add the clear cache trigger hook and then you 
     12Manage your NGINX FastCGI cache for your Cleavr sites. Simply add the clear cache trigger hook and then you
    1313can click a button to clear your site's cache and optionally clear cache every time content changes.
    1414
     
    1818
    1919Easily clear your [Cleavr](https://cleavr.io) site's NGINX FastCGI cache with the Cleavr Clear Cache plugin for
    20 WordPress. 
     20WordPress.
    2121
    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. 
     22The Cleavr Clear Cache plugin allows you to clear site cache with the click of the button. You can
     23also set it up to automatically clear cache when content on your site changes.
    2424
    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. 
     25This plugin was forked from the [NGINX Cache](https://wordpress.org/plugins/nginx-cache/) plugin by Till Krüss and updated to
     26utilize Cleavr's clear cache trigger hook. This has the added benefit of working for site's assigned to multiple server users.
    2727
    2828## Installation
     29
    2930Install the plugin in your WordPress admin panel. Once installed, click on **Activate** to activate the
    30 plugin. 
     31plugin.
    3132
    3233Click on **Settings** to configure the Cleavr Cache Plugin.
    3334
    34 Provide the site's **Clear Cache Trigger Hook** from the site's FastCGI section in Cleavr. 
     35Provide the site's **Clear Cache Trigger Hook** from the site's FastCGI section in Cleavr.
    3536
    36 You can optionally select the option to automatically clear cache when content changes. 
     37You can optionally select the option to automatically clear cache when content changes.
    3738
    38 Click **Save** to save the settings. 
     39Click **Save** to save the settings.
    3940
    4041Click **Clear Cache** to clear your site's cache.
    4142
    42 
    43 
    4443== Changelog ==
    4544
     45= 1.3 =
     46
     47- Tested for 6.6.2
     48
    4649= 1.2 =
    47 * Tested for 5.9.1
     50
     51- Tested for 5.9.1
    4852
    4953= 1.1 =
    50 * Updated placeholder for app.cleavr.io
     54
     55- Updated placeholder for app.cleavr.io
    5156
    5257= 1.0 =
    53 * Initial release
     58
     59- Initial release
  • cleavr-clear-cache/trunk/cleavr.php

    r2484567 r3173183  
    33Plugin Name: Cleavr Clear Cache
    44Description: 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.0
     5Version: 1.3
    66Author: Cleavr
    77Author URI: https://cleavr.io
Note: See TracChangeset for help on using the changeset viewer.