Skip to content

Commit

Permalink
* Craft 3 beta 20 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jul 15, 2017
1 parent 8365601 commit f167ba8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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/craft3-fastcgicachebust",
"description": "Bust the Nginx FastCGI Cache when entries are saved or created.",
"type": "craft-plugin",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/FastcgiCacheBust.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function (ElementEvent $event) {

Craft::info(
Craft::t(
'fastcgicachebust',
'fastcgi-cache-bust',
'{name} plugin loaded',
['name' => $this->name]
),
Expand Down
2 changes: 1 addition & 1 deletion src/services/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function clearAll()
FileHelper::clearDirectory($settings->cachePath);
Craft::info(
Craft::t(
'fastcgicachebust',
'fastcgi-cache-bust',
'FastCGI Cache busted: `' . $settings->cachePath
),
__METHOD__
Expand Down

0 comments on commit f167ba8

Please sign in to comment.