-
Notifications
You must be signed in to change notification settings - Fork 90
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
Upgrade OC packages and drivers #480
Merged
sarahelsaig
merged 6 commits into
OrchardCMS:task/system-text-json-migration
from
MikeAlhayek:ma/upgrade-drivers
Aug 9, 2024
Merged
Upgrade OC packages and drivers #480
sarahelsaig
merged 6 commits into
OrchardCMS:task/system-text-json-migration
from
MikeAlhayek:ma/upgrade-drivers
Aug 9, 2024
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
sarahelsaig
requested changes
Aug 6, 2024
src/Modules/OrchardCore.Commerce.ContentFields/Settings/AddressFieldSettingsDriver.cs
Outdated
Show resolved
Hide resolved
src/Modules/OrchardCore.Commerce.ContentFields/Settings/PriceFieldSettingsDriver.cs
Outdated
Show resolved
Hide resolved
src/Modules/OrchardCore.Commerce.Payment.Stripe/Drivers/StripeApiSettingsDisplayDriver.cs
Outdated
Show resolved
Hide resolved
src/Modules/OrchardCore.Commerce/Drivers/PriceDisplaySettingsDisplayDriver.cs
Outdated
Show resolved
Hide resolved
…isplayDriver.cs Co-authored-by: Sára El-Saig <[email protected]>
…sFieldSettingsDriver.cs Co-authored-by: Sára El-Saig <[email protected]>
…ieldSettingsDriver.cs Co-authored-by: Sára El-Saig <[email protected]>
…ApiSettingsDisplayDriver.cs Co-authored-by: Sára El-Saig <[email protected]>
@sarahelsaig @Piedone hold off on merging this PR until we first merge OrchardCMS/OrchardCore#16530 . Once merged, I'll fix any other warnings here before merging it |
@sarahelsaig @Piedone this PR is ready with all the changes from the drivers. |
sarahelsaig
merged commit Aug 9, 2024
263974d
into
OrchardCMS:task/system-text-json-migration
7 checks passed
LombiqBot
pushed a commit
that referenced
this pull request
Sep 29, 2024
…wtonsoft.Json from the code base (#502) * OCC-245: Upgrade to latest OC preview to test System.Text.Json (#454) Co-authored-by: Mike Alhayek <[email protected]> Co-authored-by: Zoltán Lehóczky <[email protected]> * Upgrade OC packages and drivers (#480) * Upgrade OC packages and drivers * Update src/Modules/OrchardCore.Commerce/Drivers/PriceDisplaySettingsDisplayDriver.cs Co-authored-by: Sára El-Saig <[email protected]> * Update src/Modules/OrchardCore.Commerce.ContentFields/Settings/AddressFieldSettingsDriver.cs Co-authored-by: Sára El-Saig <[email protected]> * Update src/Modules/OrchardCore.Commerce.ContentFields/Settings/PriceFieldSettingsDriver.cs Co-authored-by: Sára El-Saig <[email protected]> * Update src/Modules/OrchardCore.Commerce.Payment.Stripe/Drivers/StripeApiSettingsDisplayDriver.cs Co-authored-by: Sára El-Saig <[email protected]> * Fix all drivers --------- Co-authored-by: Sára El-Saig <[email protected]> * OCC-280: Use new HL extension methods (#482) * Post merge fixup. * NEST-536: Update OC version (#474) * Update OC version. * Update OC preview version again (sigh). * Delete temporary extension. * Use the new AddDeployment extension that registers the underlying polymorphic JSON type too. * Suppress. * Update OC previews. * Update OC preview version. * Update OC preview version. * Rename to localizer. * Update OC preview version. * Update OC preview version. * Add new line --------- Co-authored-by: Hisham Bin Ateya <[email protected]> * Re-enabling non preview packages and upgrading to OC 2.0.0 * Using System.Text.Json. * Setting the .Web project to OC 2.0.2. * Update src/OrchardCore.Commerce.Web/OrchardCore.Commerce.Web.csproj --------- Co-authored-by: Sára El-Saig <[email protected]> Co-authored-by: Mike Alhayek <[email protected]> Co-authored-by: Zoltán Lehóczky <[email protected]> Co-authored-by: Hisham Bin Ateya <[email protected]>
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.
@Piedone @sarahelsaig