Skip to content
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
16 changes: 8 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<div>The latest version of Ibexa DXP is [[= latest_tag_5_0 =]]. You can now update your application to the latest version.</div>
</div>
<div class="notification__cta">
<a href="release_notes/ibexa_dxp_v4.6/">Release notes</a>
<a href="release_notes/ibexa_dxp_v5.0/">Release notes</a>
</div>
<div class="notification__image">
<img src="images/notification-latest-release.svg" alt="The latest release" />
Expand All @@ -92,24 +92,24 @@
<div class="accordion">
<details>
<summary>
<h2>Notable changes in v4.6</h2>
<h2>Notable changes in v5.0</h2>
<div class="accordion__toggler">
<svg><use xlink:href="images/icons.svg#toggler" /></svg>
</div>
</summary>
<div class="row">
<div class="col-12 col-lg-6 col-fhd-3">
<ul>
<li><a href="release_notes/ibexa_dxp_v4.6/#customizable-dashboard">Customizable dashboard</a></li>
<li><a href="release_notes/ibexa_dxp_v4.6/#page-builder-improvements">Page Builder improvements</a></li>
<li><a href="release_notes/ibexa_dxp_v4.6/#focus-mode">Focus mode</a></li>
<li><a href="release_notes/ibexa_dxp_v5.0/#ai-actions">AI Actions</a></li>
<li><a href="release_notes/ibexa_dxp_v5.0/#discounts">Discounts</a></li>
<li><a href="release_notes/ibexa_dxp_v5.0/#software-architecture-upgrades">Tech stack upgrades</a></li>
</ul>
</div>
<div class="col-12 col-lg-6 col-fhd-3">
<ul>
<li><a href="release_notes/ibexa_dxp_v4.6/#remote-pim-support">Remote PIM</a></li>
<li><a href="release_notes/ibexa_dxp_v4.6/#reorder">Changes in Order management</a></li>
<li><a href="release_notes/ibexa_dxp_v4.6/#triggers">Personalization triggers</a></li>
<li><a href="release_notes/ibexa_dxp_v5.0/#date-and-time-attribute">Date and time attibute for PIM</a></li>
<li><a href="release_notes/ibexa_dxp_v5.0/#symbol-attribute">Symbol attribute for PIM</a></li>
<li><a href="release_notes/ibexa_dxp_v5.0/#developer-experience">Developer experience improvements</a></li>
</ul>
</div>
</div>
Expand Down
360 changes: 360 additions & 0 deletions docs/release_notes/ibexa_dxp_v5.0.md

Large diffs are not rendered by default.

578 changes: 578 additions & 0 deletions docs/release_notes/ibexa_dxp_v5.0_deprecations.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/release_notes/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ page_type: landing_page

# Release notes

The latest stable and LTS (Long Term Support) version of [[= product_name =]] is [[[= product_name =]] v4.6](ibexa_dxp_v4.6.md).
The latest stable and LTS (Long Term Support) version of [[= product_name =]] is [[[= product_name =]] v5.0](ibexa_dxp_v5.0.md).


[[= cards([
"release_notes/ibexa_dxp_v5.0",
"release_notes/ibexa_dxp_v4.6",
"release_notes/ibexa_dxp_v3.3",
], columns=2) =]]
13 changes: 13 additions & 0 deletions docs/snippets/release_50.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[[% if version is not defined %]]

Check warning on line 1 in docs/snippets/release_50.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/snippets/release_50.md#L1

[Ibexa.ReadingLevel] The grade level is 2.63. Aim for 8th grade or lower by using shorter sentences and words.
Raw output
{"message": "[Ibexa.ReadingLevel] The grade level is 2.63. Aim for 8th grade or lower by using shorter sentences and words.", "location": {"path": "docs/snippets/release_50.md", "range": {"start": {"line": 1, "column": 1}}}, "severity": "WARNING"}
[[% set version = '' %]]
[[% endif %]]

To learn more about all the included changes, see the full release change logs:

- [[[= product_name_headless =]] [[= version =]]](https://github.com/ibexa/headless/releases/tag/[[= version =]])
- [[[= product_name_exp =]] [[= version =]]](https://github.com/ibexa/experience/releases/tag/[[= version =]])
- [[[= product_name_com =]] [[= version =]]](https://github.com/ibexa/commerce/releases/tag/[[= version =]])

[[% if version != 'v5.0.0' %]]
To update your application, see the [update instructions](../update_and_migration/from_4.6/update_to_5.0.md#[[= version_to_anchor(version) =]]).
[[% endif %]]
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,8 @@ nav:
- Product guides: product_guides/product_guides.md
- Release notes:
- Release notes: release_notes/release_notes.md
- Ibexa DXP v5.0 LTS: release_notes/ibexa_dxp_v5.0.md
- Ibexa DXP v5.0 deprecations and BC breaks: release_notes/ibexa_dxp_v5.0_deprecations.md
- Ibexa DXP v4.6 LTS: release_notes/ibexa_dxp_v4.6.md
- Ibexa DXP v4.5: release_notes/ibexa_dxp_v4.5.md
- Ibexa DXP v4.4: release_notes/ibexa_dxp_v4.4.md
Expand Down
Loading