Changeset 2176705
- Timestamp:
- 10/21/2019 07:18:44 AM (6 years ago)
- Location:
- vcaching/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
vcaching.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcaching/trunk/readme.txt
r2152136 r2176705 6 6 Tested up to: 5.2 7 7 Requires PHP: 5.2.4 8 Stable tag: 1.8. 28 Stable tag: 1.8.3 9 9 License: GPL-3.0-or-later 10 10 … … 123 123 == Changelog == 124 124 125 = 1.8.3 = 126 * scheduled posts flush 127 125 128 = 1.8.2 = 126 129 * readme.txt update -
vcaching/trunk/vcaching.php
r2152136 r2176705 4 4 Plugin URI: http://wordpress.org/extend/plugins/vcaching/ 5 5 Description: WordPress Varnish Cache integration. 6 Version: 1.8. 26 Version: 1.8.3 7 7 Author: Razvan Stanga 8 8 Author URI: http://git.razvi.ro/ … … 347 347 { 348 348 $actions = array( 349 'publish_future_post', 349 350 'save_post', 350 351 'deleted_post',
Note: See TracChangeset
for help on using the changeset viewer.