Skip to content

Commit 99c26c4

Browse files
dabrtmnocon
andauthored
IBX-10225: v5.0 release notes and deprecations (#2825)
* IBX-10225: v5.0 release notes and deprecations --------- Co-authored-by: Marek Nocoń <[email protected]>
1 parent 8aa7180 commit 99c26c4

File tree

7 files changed

+963
-9
lines changed

7 files changed

+963
-9
lines changed

docs/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<div>The latest version of Ibexa DXP is [[= latest_tag_5_0 =]]. You can now update your application to the latest version.</div>
8080
</div>
8181
<div class="notification__cta">
82-
<a href="release_notes/ibexa_dxp_v4.6/">Release notes</a>
82+
<a href="release_notes/ibexa_dxp_v5.0/">Release notes</a>
8383
</div>
8484
<div class="notification__image">
8585
<img src="images/notification-latest-release.svg" alt="The latest release" />
@@ -92,24 +92,24 @@
9292
<div class="accordion">
9393
<details>
9494
<summary>
95-
<h2>Notable changes in v4.6</h2>
95+
<h2>Notable changes in v5.0</h2>
9696
<div class="accordion__toggler">
9797
<svg><use xlink:href="images/icons.svg#toggler" /></svg>
9898
</div>
9999
</summary>
100100
<div class="row">
101101
<div class="col-12 col-lg-6 col-fhd-3">
102102
<ul>
103-
<li><a href="release_notes/ibexa_dxp_v4.6/#customizable-dashboard">Customizable dashboard</a></li>
104-
<li><a href="release_notes/ibexa_dxp_v4.6/#page-builder-improvements">Page Builder improvements</a></li>
105-
<li><a href="release_notes/ibexa_dxp_v4.6/#focus-mode">Focus mode</a></li>
103+
<li><a href="release_notes/ibexa_dxp_v5.0/#ai-actions">AI Actions</a></li>
104+
<li><a href="release_notes/ibexa_dxp_v5.0/#discounts">Discounts</a></li>
105+
<li><a href="release_notes/ibexa_dxp_v5.0/#software-architecture-upgrades">Tech stack upgrades</a></li>
106106
</ul>
107107
</div>
108108
<div class="col-12 col-lg-6 col-fhd-3">
109109
<ul>
110-
<li><a href="release_notes/ibexa_dxp_v4.6/#remote-pim-support">Remote PIM</a></li>
111-
<li><a href="release_notes/ibexa_dxp_v4.6/#reorder">Changes in Order management</a></li>
112-
<li><a href="release_notes/ibexa_dxp_v4.6/#triggers">Personalization triggers</a></li>
110+
<li><a href="release_notes/ibexa_dxp_v5.0/#date-and-time-attribute">Date and time attibute for PIM</a></li>
111+
<li><a href="release_notes/ibexa_dxp_v5.0/#symbol-attribute">Symbol attribute for PIM</a></li>
112+
<li><a href="release_notes/ibexa_dxp_v5.0/#developer-experience">Developer experience improvements</a></li>
113113
</ul>
114114
</div>
115115
</div>

docs/release_notes/ibexa_dxp_v5.0.md

Lines changed: 360 additions & 0 deletions
Large diffs are not rendered by default.

docs/release_notes/ibexa_dxp_v5.0_deprecations.md

Lines changed: 578 additions & 0 deletions
Large diffs are not rendered by default.
33.8 KB
Loading

docs/release_notes/release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ page_type: landing_page
55

66
# Release notes
77

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

1010

1111
[[= cards([
12+
"release_notes/ibexa_dxp_v5.0",
1213
"release_notes/ibexa_dxp_v4.6",
1314
"release_notes/ibexa_dxp_v3.3",
1415
], columns=2) =]]

docs/snippets/release_50.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[[% if version is not defined %]]
2+
[[% set version = '' %]]
3+
[[% endif %]]
4+
5+
To learn more about all the included changes, see the full release change logs:
6+
7+
- [[[= product_name_headless =]] [[= version =]]](https://github.com/ibexa/headless/releases/tag/[[= version =]])
8+
- [[[= product_name_exp =]] [[= version =]]](https://github.com/ibexa/experience/releases/tag/[[= version =]])
9+
- [[[= product_name_com =]] [[= version =]]](https://github.com/ibexa/commerce/releases/tag/[[= version =]])
10+
11+
[[% if version != 'v5.0.0' %]]
12+
To update your application, see the [update instructions](../update_and_migration/from_4.6/update_to_5.0.md#[[= version_to_anchor(version) =]]).
13+
[[% endif %]]

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,8 @@ nav:
880880
- Product guides: product_guides/product_guides.md
881881
- Release notes:
882882
- Release notes: release_notes/release_notes.md
883+
- Ibexa DXP v5.0 LTS: release_notes/ibexa_dxp_v5.0.md
884+
- Ibexa DXP v5.0 deprecations and BC breaks: release_notes/ibexa_dxp_v5.0_deprecations.md
883885
- Ibexa DXP v4.6 LTS: release_notes/ibexa_dxp_v4.6.md
884886
- Ibexa DXP v4.5: release_notes/ibexa_dxp_v4.5.md
885887
- Ibexa DXP v4.4: release_notes/ibexa_dxp_v4.4.md

0 commit comments

Comments
 (0)