-
Notifications
You must be signed in to change notification settings - Fork 52
DEVDOCS-6533 - Catalyst 1.3 Release Notes #1138
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
Open
chris-nowicki
wants to merge
6
commits into
main
Choose a base branch
from
DEVDOCS-6533
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
dffd7a2
inital draft of catalyst 1.3 release notes
chris-nowicki d0a64ca
Merge branch 'main' into DEVDOCS-6533
chris-nowicki ef18552
added in details for gift certificates and consent manager
chris-nowicki 74c6311
Merge branch 'main' into DEVDOCS-6533
chris-nowicki edcb9da
Merge branch 'main' into DEVDOCS-6533
chris-nowicki 750846b
udpates based on feedback
chris-nowicki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| # Catalyst version 1.3 Release Notes | ||
|
|
||
| We are excited to announce the release of Catalyst v1.3, which brings important updates including security improvements, translation updates, code cleanup, cookie consent manager, and gift certificate integration. | ||
|
|
||
| ## Consent Manager | ||
|
|
||
| We have added a cookie consent manager to Catalyst that uses [c15t.com](https://c15t.com) under the hood. Once you enable cookie tracking in your storefront channel settings, you will see a consent manager that allows | ||
chris-nowicki marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| shoppers to choose which cookies they want to allow to track their behavior on your storefront.c | ||
|
|
||
| ## Gift Certificates | ||
|
|
||
| We have added a gift certificate integration to Catalyst. This allows you to create and manage gift certificates on your storefront. You can create gift certificates, apply them to orders, and manage them in the control panel. | ||
|
|
||
| ## Security and Code Cleanup | ||
|
|
||
| ### ReCAPTCHA Code Removal | ||
chris-nowicki marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| We have removed the reCAPTCHA code from Catalyst until we're ready to add it at a later point if needed. This cleanup removes old commented-out blocks and simplifies the codebase. If you were using any reCAPTCHA functionality, you'll need to remove any reCAPTCHA mentions from your GraphQL mutations and queries. | ||
|
|
||
| ## Translation Updates | ||
|
|
||
| Multiple translation updates have been included in this release to improve the internationalization support across different languages and regions. These updates ensure better localization for global storefronts. | ||
|
|
||
| ## Migration Notes | ||
|
|
||
| - Remove any reCAPTCHA mentions from GraphQL mutations and queries | ||
|
|
||
| ## Getting Started | ||
|
|
||
| We have published new tags for the Core, Makeswift, and B2B versions of Catalyst. Target these tags to pull the latest code: | ||
|
|
||
| [**@bigcommerce/catalyst-core@1.3.0**](https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-core%401.3.0) | ||
chris-nowicki marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| [**@bigcommerce/catalyst-makeswift@1.2.0**](https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-makeswift%401.3.0) | ||
chris-nowicki marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| [**@bigcommerce/catalyst-b2b-buyer-portal@1.2.0**](https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-b2b-buyer-portal%401.3.0) | ||
chris-nowicki marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| And as always, you can pull the latest stable release with these tags: | ||
|
|
||
| [**@bigcommerce/catalyst-core@latest**](https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-core%40latest) | ||
chris-nowicki marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| [**@bigcommerce/catalyst-makeswift@latest**](https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-makeswift%40latest) | ||
chris-nowicki marked this conversation as resolved.
Show resolved
Hide resolved
chris-nowicki marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| [**@bigcommerce/catalyst-b2b-buyer-portal@latest**](https://github.com/bigcommerce/catalyst/releases/tag/%40bigcommerce%2Fcatalyst-b2b-buyer-portal%40latest) | ||
chris-nowicki marked this conversation as resolved.
Show resolved
Hide resolved
chris-nowicki marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.