-
Notifications
You must be signed in to change notification settings - Fork 93
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 6.0.3 #202
Closed
Closed
Release 6.0.3 #202
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
boherm
commented
Mar 27, 2024
Questions | Answers |
---|---|
Description? | Release 6.0.3 |
Type? | improvement |
BC breaks? | no |
Deprecations? | no |
Fixed ticket? | |
How to test? |
install.sql in root directory of module prior v5.0.1 CREATE TABLE with deprecated CHARSET=utf8. It need to be fixed in the upgrade of next version.
We are on v5.0.2 now.
@kpodemski Nearly perfect. 👍 When run directly in phpMyAdmin: my code only upgrade table collation, your code upgrade both table and its fields collation. The remaining issue is Upgrade via BO interface does not call install-**5.0.3**.php. BO upgrade suggest upgrade v5.0.2 -> v5.0.2, and I guess it called install-**5.0.2**.php instead :( Co-authored-by: Krystian Podemski <[email protected]>
We are on v6.0.2 now
Fix deprecated CHARSET utf8 in install and upgrade
…-script Fix removing previous module files in PHPStan tests
…functions-since-v400n600 Mark deprecated functions since v4.0.0 and v6.0.0
…AX_by_FetchAPI Replace jQueryAJAX by FetchAPI
Co-authored-by: Nicolas Lœuillet <[email protected]>
If user mistakenly attempts to delete a comment, fail gracefully
Remove unneeded version check
…ngProcess_by_standardDoctrine_nSFformData Replace manual lang process by standard DoctrineRelation and SymfonyFormData
Standardize upgrade files
Bump version number to 6.0.3
…rReview_in_QuickView_refresh disable Write your view in QuickView refresh
…atory Make rating mandatory
…h-themes Fix compatibility with Hummingbird theme
Hlavtox
requested changes
Mar 27, 2024
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.
Release PR should be dev to master 🤔
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.