From c13ed8177497e21052318007b550bb4b1171021b Mon Sep 17 00:00:00 2001 From: Magdalena Dziadosz <35031941+MagdalenaZuba@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:50:43 +0200 Subject: [PATCH 1/2] Changelog August 2023 --- docs/resources/new_in_doc.md | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index cf1dd26f18..087efe0d36 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -6,6 +6,45 @@ description: Overview of major recent additions to Ibexa DXP documentation. This page contains recent highlights and notable changes in Ibexa DXP documentation. +## August 2023 + +### New home page + +- Redesigned [home page for the user documentation](https://doc.ibexa.co/projects/userguide/en/latest/) + +### Administration + +- [Install [[= product_name =]] with DDEV](https://doc.ibexa.co/en/master/getting_started/install_with_ddev/) +- [Update from v3.3.x to v3.3.latest](https://doc.ibexa.co/en/master/update_and_migration/from_3.3/update_from_3.3/) + +### Commerce + +- [Importing data](https://doc.ibexa.co/en/master/content_management/data_migration/importing_data/#commerce) +- Cart + - [Quick order](https://doc.ibexa.co/en/master/commerce/cart/quick_order/) +- Checkout + - [Create custom strategy](https://doc.ibexa.co/en/master/commerce/checkout/customize_checkout/#create-custom-strategy) +- Payments + - [Implement payment method filtering](https://doc.ibexa.co/en/master/commerce/payment/payment_method_filtering/) + - [Filter payment methods](https://doc.ibexa.co/projects/userguide/en/master/commerce/payment/work_with_payment_methods/#edit-existing-payment-method) +- Shipping + - [Extend shipping](https://doc.ibexa.co/en/master/commerce/shipping_management/extend_shipping/) + - [Filter shipping methods](https://doc.ibexa.co/projects/userguide/en/master/commerce/shipping_management/work_with_shipping_methods/#filter-shipping-methods) + +### Online Editor + +- [Add CKEditor plugins](https://doc.ibexa.co/en/master/content_management/rich_text/extend_online_editor/#add-ckeditor-plugins) + +### PIM + +- [Custom name schema strategy](https://doc.ibexa.co/en/master/pim/create_custom_name_schema_strategy/) +- [IsVirtual Search Criterion](https://doc.ibexa.co/en/master/search/criteria_reference/isvirtual_criterion/) + +### Security + +- [Hidden state clarification](https://doc.ibexa.co/en/master/infrastructure_and_maintenance/security/security_checklist/#do-not-use-hide-for-read-access-restriction) +- [Add timeouts information](https://doc.ibexa.co/en/master/infrastructure_and_maintenance/security/security_checklist/#protect-against-brute-force-attacks) + ## July 2023 ### v4.5.1 From 5a4141316414694b76757f767032cd3b71313d3d Mon Sep 17 00:00:00 2001 From: Magdalena Dziadosz <35031941+MagdalenaZuba@users.noreply.github.com> Date: Wed, 6 Sep 2023 09:26:58 +0200 Subject: [PATCH 2/2] Update docs/resources/new_in_doc.md Co-authored-by: Justyna Koralewicz <79849375+juskora@users.noreply.github.com> --- docs/resources/new_in_doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/new_in_doc.md b/docs/resources/new_in_doc.md index 087efe0d36..362791a9fe 100644 --- a/docs/resources/new_in_doc.md +++ b/docs/resources/new_in_doc.md @@ -26,7 +26,7 @@ This page contains recent highlights and notable changes in Ibexa DXP documentat - [Create custom strategy](https://doc.ibexa.co/en/master/commerce/checkout/customize_checkout/#create-custom-strategy) - Payments - [Implement payment method filtering](https://doc.ibexa.co/en/master/commerce/payment/payment_method_filtering/) - - [Filter payment methods](https://doc.ibexa.co/projects/userguide/en/master/commerce/payment/work_with_payment_methods/#edit-existing-payment-method) + - [Filter payment methods](https://doc.ibexa.co/projects/userguide/en/master/commerce/payment/work_with_payment_methods/#filter-payment-methods) - Shipping - [Extend shipping](https://doc.ibexa.co/en/master/commerce/shipping_management/extend_shipping/) - [Filter shipping methods](https://doc.ibexa.co/projects/userguide/en/master/commerce/shipping_management/work_with_shipping_methods/#filter-shipping-methods)