-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.0.2 #216
Release 2.0.2 #216
Conversation
M0rgan01
commented
Sep 14, 2023
•
edited
Loading
edited
Questions | Answers |
---|---|
Description? | Release 2.0.2 |
Type? | improvement |
BC breaks? | no |
Deprecations? | no |
Fixed ticket? | - |
How to test? | Global testing as it's a release |
Update README.md
Update README.md
fix install query and upgrade
bump version to 2.0.2
upgrade/upgrade-2.0.1.php
Outdated
* | ||
* @return bool | ||
*/ | ||
function upgrade_module_2_0_1($module) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2_0_1 or 2_0_2 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
both would work, but yes we can put 2_0_2 now since this will be the last version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so @M0rgan01 you need to rename this file upgrade-2.0.2.php
as well as renaming the function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done @matks @matthieu-rolland
Rename 2.0.1 upgrade file and function to 2.0.2
See with @MatShir, the QA will validate this PR ✔️ |