diff --git a/c3-cloudfront-clear-cache.php b/c3-cloudfront-clear-cache.php index 4e26949f..94c4b7b3 100644 --- a/c3-cloudfront-clear-cache.php +++ b/c3-cloudfront-clear-cache.php @@ -1,7 +1,7 @@ 'c3_add_setting_before' - use 'c3_after_title' filter hook instead. -* Remove action hook -> 'c3_add_setting_after' - use 'c3_after_auth_form' filter hook instead. - +== Changelog == + += 4.3.1 = +* Fix cron interval +* add filters `'c3_invalidation_interval`, `c3_invalidation_cron_interval`, `c3_invalidation_item_limits`. +* update default invalidation interval & items. + += 4.3.0 = +* Schedule cron event if you published many post at the same time + += 4.2.1 = +* Fix 'c3_credential' filter position + += 4.2.0 = +* Support AMIMOT Dashboard + += 4.1.0 = +* Show Invalidation Logs + += 4.0.3 = +* Auto Deploy by Travis + += 4.0.2 = +* Add WP-CLI param check ( wp c3 flush) +* change transient_key + += 4.0.1 = +* Bug fix ( conflict Nephila Clavata ) + += 4.0.0 = +* Support AWS SDK Version3 +* Remove action hook -> 'c3_add_setting_before' + use 'c3_after_title' filter hook instead. +* Remove action hook -> 'c3_add_setting_after' + use 'c3_after_auth_form' filter hook instead. + = 3.0.0 = * Include CF Preview Fix plugin * Rename @@ -115,5 +120,7 @@ If post published,this plugin post invalidation request to CloudFront. == Upgrade Notice == -= 4.3.0 = -* Schedule cron event if you published many post at the same time += 4.3.1 = +* Fix cron interval +* add filters `'c3_invalidation_interval`, `c3_invalidation_cron_interval`, `c3_invalidation_item_limits`. +* update default invalidation interval & items.