Skip to content

Commit

Permalink
Merge branch 'release/1.0.9' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Apr 16, 2020
2 parents 19b6652 + 26627ed commit a8f038c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# FastCGI Cache Bust Changelog

## 1.0.9 - 2020.04.16
### Added
* Fixed Asset Bundle namespace case

## 1.0.8 - 2018.04.14
### Added
* The FastCGI Cache will now also be cleared whenever Template caches are deleted
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-fastcgicachebust",
"description": "Bust the Nginx FastCGI Cache when entries are saved or created.",
"type": "craft-plugin",
"version": "1.0.8",
"version": "1.0.9",
"keywords": [
"craft",
"cms",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright Copyright (c) 2017 nystudio107
*/

namespace nystudio107\fastcgicachebust\assetbundles\FastcgiCacheBust;
namespace nystudio107\fastcgicachebust\assetbundles\fastcgicachebust;

use craft\web\AssetBundle;
use craft\web\assets\cp\CpAsset;
Expand Down

0 comments on commit a8f038c

Please sign in to comment.