diff --git a/CHANGELOG.md b/CHANGELOG.md index f94a450..21d2644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## 1.1.1 - 2020-01-02 +### Fixed +- Use authKey instead of non existing authToken in example config file #1 (thanks, [@bjrnblm](https://github.com/bjrnblm)!) + +## 1.1.1 - 2020-01-02 + ### Changed - Update Node packages to address vulnerabilities provided by GitHub diff --git a/composer.json b/composer.json index 4bdbe59..3ff7437 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "trendyminds/buster", "description": "A control panel utility to clear just the template-based caches", "type": "craft-plugin", - "version": "1.1.1", + "version": "1.1.2", "keywords": [ "craft", "cms", diff --git a/src/config.php b/src/config.php index 1b6dcf9..9d9d9f5 100644 --- a/src/config.php +++ b/src/config.php @@ -24,5 +24,5 @@ return [ "pluginName" => "Buster", - "authToken" => "123456" + "authKey" => "123456" ];