davidjrh / dnn.azureadprovider

The DNN Azure Active Directory Provider is an Authentication provider for DNN Platform (formerly DotNetNuke) that uses Azure Active Directory OAuth2 authentication to authenticate users.
MIT License
35 stars 21 forks source link

Bump DotNetNuke.Core from 9.3.2 to 9.4.0 in /DotNetNuke.Authentication.Azure #25

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 4 years ago

Bumps DotNetNuke.Core from 9.3.2 to 9.4.0.

Release notes *Sourced from [DotNetNuke.Core's releases](https://github.com/dnnsoftware/Dnn.Platform/releases).* > ## v9.4.0 > # Release Notes for v9.4.0 > We'd like to first thank everyone from the community who has submitted pull requests or reported issues. A grand total of **128** pull requests by **16** contributors and the amazing dependabot were processed for this release. Out of that **69** were in the [Platform](https://github.com/dnnsoftware/Dnn.Platform/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+milestone%3A9.4.0+) repository, plus **59** additional pull requests were processed in the [Admin Experience](https://github.com/dnnsoftware/Dnn.AdminExperience/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+milestone%3A3.0.0+) repository. Below you can find a short list of the noteworthy changes in this release. For a full list, please check the GitHub milestone pages on each of the repositories. > > ## Noteworthy Changes in v9.4.0 > > * Minimum Required .NET Framework 4.7.2. Thanks [@​ahoefling](https://github.com/ahoefling) [#2644](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/pull/2644) and [@​ohine](https://github.com/ohine) [#648](https://github-redirect.dependabot.com/dnnsoftware/Dnn.AdminExperience/pull/648) > * GDPR: Data Consent Functionality. Thanks [@​donker](https://github.com/donker) [#2683](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/pull/2683) [Documentation](https://dnndocs.com/content/features/privacy/data-consent/index.html) > * Added Dependency Injection and Removed Circular Dependencies in all Module Pipelines. Thanks [@​ahoefling](https://github.com/ahoefling) [#2774](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/pull/2774) > * Restructure Admin Experience Extensions into a single VS Project. Thanks [@​ohine](https://github.com/ohine) [#693](https://github-redirect.dependabot.com/dnnsoftware/Dnn.AdminExperience/pull/693) > * Updated all C# projects in the platform to compile under C# 7.0. Thanks [@​ahoefling](https://github.com/ahoefling) [#2758](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/pull/2758) > * Replace JRE based YUI Compressor with MSBuild version. Thanks [@​ohine](https://github.com/ohine) [#649](https://github-redirect.dependabot.com/dnnsoftware/Dnn.AdminExperience/pull/649) > * Add React Common into Admin Experience repo and configure yarn workspaces. Thanks [@​bdukes](https://github.com/bdukes), [@​ohine](https://github.com/ohine) and [@​valadas](https://github.com/valadas) [#438](https://github-redirect.dependabot.com/dnnsoftware/Dnn.AdminExperience/pull/439) > * Make Default Module Action Menu Configurable. Thanks [@​mikesmeltzer](https://github.com/mikesmeltzer) [#2804](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/pull/2804) > * Correction of File Access Issues. Thanks [@​mitchelsellers](https://github.com/mitchelsellers) [#2768](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/pull/2768) > * Remove GetAzureCompactScript from SqlDataProvider. Thanks [@​ohine](https://github.com/ohine) [#2763](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/pull/2763) > * Add setting to display search result for users in specific roles. Thanks [@​zyhfish](https://github.com/zyhfish) [#2532](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/pull/2532) > * Force user logout after password changed in other place. Thanks [@​zyhfish](https://github.com/zyhfish) [#2509](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/pull/2509) and [#939](https://github-redirect.dependabot.com/dnnsoftware/Dnn.AdminExperience/pull/939) > * Updated "About" information for DNN Platform to be more relevant and current [@​david-poindexter](https://github.com/david-poindexter) [dnnsoftware/Dnn.AdminExperience#1094](https://github-redirect.dependabot.com/dnnsoftware/Dnn.AdminExperience/issues/1094) > * Allows loading dependencies during startup even if one fails [@​valadas](https://github.com/valadas) and [@​mitchelsellers](https://github.com/mitchelsellers) [#2953](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/issues/2953) > * Fixes an issue where deleted pages would show in parent page selector. [@​berkarslan-xo](https://github.com/berkarslan-xo) [#2925](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/issues/2925) > ## List of Contributors > > * Andrew Hoefling [@​ahoefling](https://github.com/ahoefling) > * Mike Smeltzer [@​mikesmeltzer](https://github.com/mikesmeltzer) > * Oliver Hine [@​ohine](https://github.com/ohine) > * Mitchel Sellers [@​mitchelsellers](https://github.com/mitchelsellers) > * Ben Zhong [@​zyhfish](https://github.com/zyhfish) > * Peter Donker [@​donker](https://github.com/donker) > * Daniel Valadas [@​valadas](https://github.com/valadas) > * Brian Dukes [@​bdukes](https://github.com/bdukes) > * David Poindexter [@​david-poindexter](https://github.com/david-poindexter) > * Mikhail Bigun [@​mikebigun](https://github.com/mikebigun) > * Alex Netrebskiy [@​alexnaurea](https://github.com/alexnaurea) > * Daniel Aguilera [@​daguiler](https://github.com/daguiler) > * [@​cesco69](https://github.com/cesco69) > * Berk Arslan [@​berkarslan-xo](https://github.com/berkarslan-xo) > * [@​sergeydryomin](https://github.com/sergeydryomin) > > > ## Additional Resources. > Is this your first time installing or upgrading DNN? If so, you can find some help with the [installation](https://www.dnnsoftware.com/wiki/how-to-install-dotnetnuke) and [upgrade](https://www.dnnsoftware.com/wiki/upgrading-dotnetnuke) wiki articles. If this is your 100th time upgrading DNN, maybe review the guides and submit a few changes! > > > ## PetaPOCO changes > If you have custom modules that use DAL2 with primary keys that are not auto-incremented, the module code will need to be validated to explicitly indicate that since the default behaviour for primary keys in the latest PetaPOCO has changed. > > ## v9.4.0 - RC1 > > # Release Notes for v9.4.0 RC > ... (truncated)
Commits - [`7fb9a10`](https://github.com/dnnsoftware/Dnn.Platform/commit/7fb9a107f630496b0c8cccbec5a0bd91865ae473) Issue-2351: call to overload method to avoid the issue. ([#2982](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/issues/2982)) - [`c2ef4fe`](https://github.com/dnnsoftware/Dnn.Platform/commit/c2ef4fe00c4096270474cc693667dbd5aa2f7bf5) Returns the working types if some fail ([#2953](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/issues/2953)) - [`189a246`](https://github.com/dnnsoftware/Dnn.Platform/commit/189a2469562731e56113672c9cababe2d76f1673) deleting_themes_from_Extensions_doesnt_remove_it_from_themes ([#2950](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/issues/2950)) - [`b2d5533`](https://github.com/dnnsoftware/Dnn.Platform/commit/b2d55334817917c2f8df5bb1e3e865a04b33bcbe) DNN-31366 - Deleted page can still be selected as parent page ([#2925](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/issues/2925)) - [`22e55ea`](https://github.com/dnnsoftware/Dnn.Platform/commit/22e55ea7d6b58bb769a5aa3c4a484ed0ce27aca9) Fix error running unit tests ([#2940](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/issues/2940)) - [`c3c35ae`](https://github.com/dnnsoftware/Dnn.Platform/commit/c3c35ae562fdd0cada8f021c0994a287bce99db6) Enables and documents local builds ([#2932](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/issues/2932)) - [`0c37195`](https://github.com/dnnsoftware/Dnn.Platform/commit/0c37195b479798c63da29026f45ef95db7d6f0a4) Standardization of Messaging - [`080afb1`](https://github.com/dnnsoftware/Dnn.Platform/commit/080afb1b9385603e267175b5d7a4b30c9e768549) DNN-31339 DNN Platform: GetURL API in a file manager impacting CKEditor perfo... - [`1879c67`](https://github.com/dnnsoftware/Dnn.Platform/commit/1879c6726830c6a7a23bdd017b8c8e096cde2a56) Ensure proper regex matching ([#2915](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/issues/2915)) - [`87780d0`](https://github.com/dnnsoftware/Dnn.Platform/commit/87780d00b507820b6729c53e8a271e99d1c47e18) Removes duplication of license files for javascript libraries ([#2914](https://github-redirect.dependabot.com/dnnsoftware/Dnn.Platform/issues/2914)) - Additional commits viewable in [compare view](https://github.com/dnnsoftware/Dnn.Platform/compare/v9.3.2...v9.4.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/davidjrh/dnn.azureadprovider/network/alerts).
dependabot[bot] commented 3 years ago

Looks like DotNetNuke.Core is up-to-date now, so this is no longer needed.