Skip to content

Commit

Permalink
Composer 2 compatibility - Service file PSR-4 autoloading standard
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-adigital committed Nov 3, 2020
1 parent 30281b5 commit 0e02e54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .craftplugin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"pluginName":"GDPR Data Checker","pluginDescription":"Run through the database and pull out any information associated with a specified email address","pluginVersion":"2.0.7","pluginAuthorName":"A Digital","pluginVendorName":"adigital","pluginAuthorUrl":"https://adigital.agency","pluginAuthorGithub":"a-digital","codeComments":"yes","pluginComponents":["controllers","cpsection","services","variables","widgets"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"}
{"pluginName":"GDPR Data Checker","pluginDescription":"Run through the database and pull out any information associated with a specified email address","pluginVersion":"2.0.8","pluginAuthorName":"A Digital","pluginVendorName":"adigital","pluginAuthorUrl":"https://adigital.agency","pluginAuthorGithub":"a-digital","codeComments":"yes","pluginComponents":["controllers","cpsection","services","variables","widgets"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# GDPR Data Checker Changelog

## 2.0.8 - 2020-11-03
### Fixed
- Composer 2 compatibility - Service file PSR-4 autoloading standard

## 2.0.7 - 2020-11-03
### Fixed
- Composer 2 compatibility - Asset bundle PSR-4 autoloading standard
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": "adigital/gdprdatachecker",
"description": "Run through the database and pull out any information associated with a specified email address",
"type": "craft-plugin",
"version": "2.0.7",
"version": "2.0.8",
"keywords": [
"craft",
"cms",
Expand Down
File renamed without changes.

0 comments on commit 0e02e54

Please sign in to comment.