Skip to content

Commit

Permalink
Update changelog; cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Apr 18, 2022
1 parent 22da2c1 commit ffd6a65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cache Flag Changelog

## Unreleased
## 1.3.0 - 2022-04-18
### Added
- Adds Craft 4.0 compatibility

Expand Down
2 changes: 0 additions & 2 deletions src/controllers/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ private function _getRandomSuccessMessage(): string
'Those are the second biggest flags I\'ve ever seen!',
'Put a flag on it.',
'No worries, your flags are totally saved.',
'I just can\'t believe Cache Flag is finally running on Craft 3',
'Current state: flags saved.',
'Mhmm, yummy flags been saved.',
'Much flags. So saved.',
Expand All @@ -218,7 +217,6 @@ private function _getRandomSuccessMessage(): string
'Oh man, just wait until people see these flags',
'Not gonna lie. Those are some fine flags.',
'Your flags are safe and sound.',
'That templatecaches table won\'t know what hit it!',
'Tweet it out?',
];
return $messages[\array_rand($messages)];
Expand Down

0 comments on commit ffd6a65

Please sign in to comment.