-
Notifications
You must be signed in to change notification settings - Fork 754
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/9.6.2 #3899
Merged
Merged
Release/9.6.2 #3899
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
An issue was found where the action would run on any branch. By mistake the filter was on just one of the steps instead of the whole action. This PR fixes that and applies the filter to the whole action. This is a release management task and we are self-approving it for that reason
Fix typo in versioning action
Limit rc action to run only on release branches
Fixes some errors in exceptions localization
Tested performance configuration to fix #3757 for 9.6.2
Merge latest changes from Release/9.6.1 into develop
…date_Issue_3764 Install ugrade nl nl resx update issue 3764
adjust version
Closes #3776 Please read the issue during review. This is what comes to mind, but if there are better ideas, I am open to them :)
* Fixes an issue where the InstallWizard would fail. * Resolved stylecop warnings
* Create 09.07.00.config Add webp support * Update DNN Platform/Website/Install/Config/09.07.00.config Co-authored-by: Brian Dukes <[email protected]> * Rename 09.07.00.config to 09.06.02.config This not being a breaking change, we can make it happen in 9.6.2 * Fixed missing double-quote Co-authored-by: Brian Dukes <[email protected]> Co-authored-by: Daniel Valadas <[email protected]>
Updates versions as per release candidate creation
…ttings. (#3865) * Fixes about 200 Stylecop warnings * Fixes #3863 * Fixed a type in pageServices.js * Adds proper support for popular mime-types * Corrected some errors * Fixed one more typo * Fixed one more typo * Update Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/PagesController.cs Co-authored-by: David Poindexter <[email protected]> * Corrected typos * One more typo Co-authored-by: David Poindexter <[email protected]>
nl nl text installwizard & upgradewizard improvements
Update quick links in README to be more relevant and current
… an improvement Close #3879
Small textual nl-NL improvements on DNN962-RC2
Issue 3879, change http: into https: in references
Fix to membership module due to cast error when using JWT auth
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.
Merging to release 9.6.2
This is a release management task and we are self-approving it for that reason.