Skip to content

Commit

Permalink
Adds missing @Property declaration for the minify service
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Jan 24, 2023
1 parent 6418d30 commit 9664d15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ToolMate Changelog

## 1.4.2 - 2023-01-24
### Fixed
- Added missing property declaration for Toolmate's minify service

## 1.4.1 - 2022-05-19
### Improved
- ToolMate now removes any hard-coded nonces or hashes set in the CSP config, for any directives that also contain the `unsafe-inline` policy
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": "vaersaagod/toolmate",
"description": "Is that a tool in your pocket, or are you just happy to see me, mate?",
"type": "craft-plugin",
"version": "1.4.1",
"version": "1.4.2",
"keywords": [
"craft",
"cms",
Expand Down
1 change: 1 addition & 0 deletions src/ToolMate.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* @property CspService $csp
* @property EmbedService $embed
* @property ToolService $tool
* @property MinifyService $minify
* @property Settings $settings
* @method Settings getSettings()
*/
Expand Down

0 comments on commit 9664d15

Please sign in to comment.