Changeset 3367891
- Timestamp:
- 09/25/2025 02:42:00 PM (6 months ago)
- Location:
- server-side-cache-autopurge/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
surecache-autopurge.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
server-side-cache-autopurge/trunk/readme.txt
r3280154 r3367891 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 50 50 51 51 == Changelog == 52 = 1.0.5 = 53 * Fix - Purge on post update 54 55 = 1.0.4 = 56 * Fix - Handle wp errors 52 57 53 58 = 1.0.3 = -
server-side-cache-autopurge/trunk/surecache-autopurge.php
r3244354 r3367891 6 6 * Author: Suresupport 7 7 * Author URI: https://suresupport.com 8 * Version: 1.0. 48 * Version: 1.0.5 9 9 * Text Domain: surecache-autopurge 10 10 * Domain Path: /languages … … 258 258 public function addComment( $commentID ) { 259 259 $comment = get_comment( $commentID ); 260 260 if ( ! $comment || ! isset( $comment->comment_post_ID ) ) { 261 return $this; 262 } 261 263 return $this->addPost( $comment->comment_post_ID ); 262 264 }
Note: See TracChangeset
for help on using the changeset viewer.