Skip to content

Commit dce90b2

Browse files
author
git_repo_user
committed
Update date in support and breaking changes
1 parent 3c8d493 commit dce90b2

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

source/reference/api/javascript-sdk.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:is-up-to-date: True
2-
:last-updated: 4.3.0
2+
:last-updated: 4.4.3
33

44
.. index:: JavaScript SDK
55

@@ -33,8 +33,11 @@ The `Video Center Blueprint <https://craftercms.com/marketplace/video-center-blu
3333

3434
The `Authoring Plugin Examples <https://github.com/craftercms/authoring-ui-plugin-examples>`__ repo showcases how to use the above JavaScript SDK packages to build Authoring Plugins.
3535

36+
.. _compatibility-with-craftercms-version:
37+
38+
-------------------------------------
3639
Compatibility with CrafterCMS Version
37-
=========================================
40+
-------------------------------------
3841

3942
Beginning with versions released after 4.3.0, CrafterCMS NPM libraries will adopt Semantic Versioning instead of having the same version number as the product.
4043
The compatibility information between your CrafterCMS installation and the corresponding SDK versions is as follows:
@@ -53,6 +56,17 @@ The compatibility information between your CrafterCMS installation and the corre
5356
- `Experience Builder <https://www.npmjs.com/package/@craftercms/experience-builder>`__
5457
- `Studio UI <https://www.npmjs.com/package/@craftercms/studio-ui>`__
5558

59+
* - 4.4.3
60+
- ^4.3.0
61+
- ^4.3.0
62+
- ^4.3.0
63+
- ^4.3.0
64+
- ^4.3.0
65+
- ^4.3.0
66+
- ^4.3.0
67+
- ^5.0.0
68+
- ^5.0.0
69+
5670
* - 4.3
5771
- 4.3.0
5872
- 4.3.0

source/release-notes/4-4-3.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ Studio UI
4848

4949
* Moved ``isVideo``, ``isAudio` and ``isPdfDocument`` functions from ``PathNavigator/utils.ts`` to ``utils/content.ts``.
5050

51+
- CrafterCMS version 4.4.3 works with JavaScript SDK version 5.0.0 and later as mentioned in :ref:`breaking-changes-in-craftercms-4-4-3`.
52+
See :ref:`compatibility-with-craftercms-version` for more information.
53+
5154
^^^^^^^^^^^^^^^^^^
5255
Dependency Updates
5356
^^^^^^^^^^^^^^^^^^

source/release-notes/4-x-breaking-changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ before upgrading. Please review the following and apply changes as required:
2323

2424
|hr|
2525

26+
.. _breaking-changes-in-craftercms-4-4-3:
27+
28+
------------------------------------
29+
Breaking Changes in CrafterCMS 4.4.3
30+
------------------------------------
31+
CrafterCMS version 4.4.3 works with JavaScript SDK version 5.0.0 and later. See :ref:`compatibility-with-craftercms-version`
32+
for more information.
33+
2634
.. _breaking-changes-in-craftercms-4-4-0:
2735

2836
------------------------------------

source/support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ What's Supported?
2525
- June 13, 2025
2626
- :green:`Active`
2727
- :green:`Active`
28-
- 4.4.3 (TBD, 2025)
28+
- 4.4.3 (September 4, 2025)
2929
* - 4.3
3030
- February 21, 2025
3131
- :maroon:`Ended on June 13, 2025`

0 commit comments

Comments
 (0)