Skip to content

Commit

Permalink
update v6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wokamoto committed May 19, 2022
1 parent 6ef006e commit b8b2e5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion c3-cloudfront-clear-cache.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: C3 Cloudfront Cache Controller
* Version: 6.1.2
* Version: 6.1.3
* Plugin URI:https://github.com/amimoto-ami/c3-cloudfront-clear-cache
* Description: Manage CloudFront Cache and provide some fixtures.
* Author: hideokamoto
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@wordpress/env": "4.0.5"
},
"name": "trunk",
"version": "6.1.2",
"version": "6.1.3",
"main": "index.js",
"directories": {
"test": "tests"
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: amimotoami,hideokamoto,megumithemes,wokamoto,miyauchi,hnle,bartosz
Donate link: http://wp-kyoto.net/
Tags: AWS,CDN,CloudFront
Requires at least: 4.9.0
Tested up to: 5.7.2
Stable tag: 6.1.2
Tested up to: 5.9.3
Stable tag: 6.1.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -110,6 +110,9 @@ add_filter( 'c3_select_aws_sdk', function() {

== Changelog ==

== 6.1.3 ==
* [Fix] Lost filter c3_invalidation_items From v6.0.0

== 6.1.2 ==
* [Fix] php version compare issue

Expand Down

0 comments on commit b8b2e5a

Please sign in to comment.