Skip to content
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

Docs release notes 10.2023 #2212

Merged
merged 4 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Install the Cart Notes feature
description: Learn how to integrate the Cart Notes feature into a Spryker project.
last_updated: Apr 14, 2023
template: feature-integration-guide-template
---

{% include pbc/all/install-features/{{page.version}}/install-the-cart-notes-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202400.0/install-the-cart-notes-feature.md -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Install the Order Management feature
description: Learn how to integrate the Order Management feature into a Spryker project.
last_updated: Apr 14, 2023
template: feature-integration-guide-template
redirect_from:
- /docs/pbc/all/order-management-system/202307.0/base-shop/install-and-update/install-features/install-the-quick-add-to-cart-non-splittable-products-feature.html

---

{% include pbc/all/install-features/{{page.version}}/install-the-order-management-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202400.0/install-the-order-management-feature.md -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Install the Packaging Units feature
description: Learn how to integrate the Packaging Units feature into a Spryker project.
last_updated: Apr 14, 2023
template: feature-integration-guide-template
---

{% include pbc/all/install-features/{{page.version}}/install-the-packaging-units-feature.md %} <!-- To edit, see /_includes/pbc/all/install-features/202400.0/install-the-packaging-units-feature.md -->
34 changes: 33 additions & 1 deletion docs/scos/user/intro-to-spryker/docs-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,41 @@
title: Docs release notes
description: Spryker docs release notes
template: concept-topic-template
last_updated: Aug 2, 2023
last_updated: Oct 2, 2023
---

## September 2023

In September 2023, we have added and updated the following pages:

### New pages

- [Catalog + Merchant Product Restrictions feature integration guide](/docs/pbc/all/search/202307.0/base-shop/install-and-upgrade/install-features-and-glue-api/install-the-catalog-merchant-product-restrictions-feature.html)
- [Container set function](/docs/scos/dev/guidelines/keeping-a-project-upgradable/upgradability-guidelines/container-set-function.html): Check how plugins are registered in the dependency provider on the project level.
- [Ignore evaluation errors](/docs/scos/dev/guidelines/keeping-a-project-upgradable/ignore-evaluation-errors.html): Configure the evaluator to ignore some errors.
- [Spryker dev packages checker](/docs/scos/dev/guidelines/keeping-a-project-upgradable/upgradability-guidelines/spryker-dev-packages-checker.html): Check if all your Spryker packages have valid version constraints to prevent issues with Spryker Code Upgrader.
- [Configure Data Exchange API endpoints](/docs/scos/dev/glue-api-guides/202307.0/data-exchange-api/how-to-guides/how-to-configure-data-exchange-api.html).
- [How to send a request in Data Exchange API](/docs/scos/dev/glue-api-guides/202307.0/dynamic-data-api/how-to-guides/how-to-send-request-in-data-exchange-api.html).
- [Install the Data Exchange API](/docs/scos/dev/feature-integration-guides/202307.0/glue-api/data-exchange-api/install-the-data-exchange-api.html).

### Updated pages

- [Dynamic Multistore feature overview](/docs/pbc/all/dynamic-multistore/202307.0/base-shop/dynamic-multistore-feature-overview.html).
- [Delete stores](/docs/pbc/all/dynamic-multistore/202307.0/base-shop/delete-stores.html): Learn how to delete a store for the Dynamic Multistore feature.
- [Prepare a project for Spryker Code Upgrader](/docs/scu/dev/onboard-to-spryker-code-upgrader/prepare-a-project-for-spryker-code-upgrader.html): Get your project ready to start using Spryker Code Upgrader.
- [Bazaarvoice app integration guide](/docs/pbc/all/ratings-reviews/202307.0/third-party-integrations/integrate-bazaarvoice.html).
- [Algolia app integration guide](/docs/pbc/all/search/202400.0/base-shop/third-party-integrations/integrate-algolia.html).
- [Cart Notes feature integration guide](/docs/pbc/all/cart-and-checkout/202400.0/base-shop/install-and-upgrade/install-features/install-the-cart-notes-feature.html).
- [Order management feature integration guide](/docs/pbc/all/order-management-system/202400.0/base-shop/install-features/install-the-order-management-feature.html).
- [Packaging Units feature integration guide](/docs/pbc/all/product-information-management/202400.0/base-shop/install-and-upgrade/install-features/install-the-packaging-units-feature.html).
- [Push notification feature integration guide](/docs/pbc/all/push-notification/202400.0/unified-commerce/install-and-upgrade/install-the-push-notification-feature.html).
- [HowTo: Reduce Jenkins execution by up to 80% without P&S and Data importers refactoring](/docs/scos/dev/tutorials-and-howtos/howtos/howto-reduce-jenkins-execution-costs-without-refactoring.html).
- [HowTo: Import big databases between environments](/docs/scos/dev/tutorials-and-howtos/howtos/howto-import-big-databases-between-environments.html).
- [Vertex app integration guide](/docs/pbc/all/tax-management/202400.0/base-shop/vertex/install-vertex.html).

For more details about these and other updates to the Spryker docs in August 2023, refer to the [docs release notes page on GitHub](https://github.com/spryker/spryker-docs/releases).


## August 2023

In August 2023, we have added and updated the following pages:
Expand Down