Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]
},
"type": "magento2-module",
"version": "2.0.9",
"version": "2.1.0",
"authors": [
{
"name": "PCA Predict",
Expand Down
7 changes: 7 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release notes

## v2.1.0

- bump composer version according to latest tag
- Supports PHP 7.3 for composer installations
- Check if input elements exist in different script templates


## v2.0.7

- Reviewed and updated the way we store/clear out credentials and the upgrade process from each version.
Expand Down