Plugin Directory

Changeset 2176705


Ignore:
Timestamp:
10/21/2019 07:18:44 AM (6 years ago)
Author:
razvanstanga
Message:

scheduled posts flush & tagging version 1.8.3

Location:
vcaching/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vcaching/trunk/readme.txt

    r2152136 r2176705  
    66Tested up to: 5.2
    77Requires PHP: 5.2.4
    8 Stable tag: 1.8.2
     8Stable tag: 1.8.3
    99License: GPL-3.0-or-later
    1010
     
    123123== Changelog ==
    124124
     125= 1.8.3 =
     126* scheduled posts flush
     127
    125128= 1.8.2 =
    126129* readme.txt update
  • vcaching/trunk/vcaching.php

    r2152136 r2176705  
    44Plugin URI: http://wordpress.org/extend/plugins/vcaching/
    55Description: WordPress Varnish Cache integration.
    6 Version: 1.8.2
     6Version: 1.8.3
    77Author: Razvan Stanga
    88Author URI: http://git.razvi.ro/
     
    347347    {
    348348        $actions = array(
     349            'publish_future_post',
    349350            'save_post',
    350351            'deleted_post',
Note: See TracChangeset for help on using the changeset viewer.