diff --git a/composer.json b/composer.json index 07c4adc..bfc171c 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/FastcgiCacheBust.php b/src/FastcgiCacheBust.php index 57cb0e4..e3ca763 100644 --- a/src/FastcgiCacheBust.php +++ b/src/FastcgiCacheBust.php @@ -65,7 +65,7 @@ function (ElementEvent $event) { Craft::info( Craft::t( - 'fastcgicachebust', + 'fastcgi-cache-bust', '{name} plugin loaded', ['name' => $this->name] ), diff --git a/src/services/Cache.php b/src/services/Cache.php index f1478df..672b329 100644 --- a/src/services/Cache.php +++ b/src/services/Cache.php @@ -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__