Skip to content

Commit 45be751

Browse files
author
git_repo_user
committed
Fix conflicts after merge with master
2 parents cbb8b62 + c15beb5 commit 45be751

File tree

8 files changed

+65
-6
lines changed

8 files changed

+65
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@ make clean
7777
Remember that when building the docs you need to activate the pipenv shell.
7878

7979
---
80+

source/_templates/sidebar/brand.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Hope your day's going well. :)
1212

1313
-#}
14-
<a class="sidebar-brand{% if logo %} centered{% endif %}" href="{{ pathto(master_doc) }}">
14+
<a class="sidebar-brand{% if logo %} centered{% endif %}" href="https://craftercms.com">
1515
{% block brand_content %}
1616
{%- if logo_url %}
1717
<div class="sidebar-logo-container">

source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ CrafterCMS is used by three main constituencies:
7171
=========================
7272
Latest CrafterCMS Release
7373
=========================
74-
The latest version of CrafterCMS is `version 4.5.0 <https://craftercms.com/download>`__.
74+
The latest community and enterprise version of CrafterCMS is `version 4.5.0 <https://craftercms.com/download>`__.
7575

7676
Start exploring the latest version of CrafterCMS in a few minutes using Docker by simply running the following command:
7777

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Dependency Updates
6464
- Handlebars to version 4.5
6565
- Commons-cli to version 1.10
6666
- Jgit to version 7.3
67+
- OpenSearch to version 2.19.3
6768

6869
For a complete list of community tickets, please visit: `GitHub 4.4.3 <https://github.com/orgs/craftercms/projects/32/views/1>`_
6970

source/release-notes/4-4-5e.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.. index:: CrafterCMS version 4.4.5E Release Notes
2+
3+
------------------------------------------
4+
CrafterCMS Version 4.4.5E |enterpriseOnly|
5+
------------------------------------------
6+
Released *September 20, 2025* |br|
7+
*This release is an enterprise-only release.*
8+
9+
.. important::
10+
11+
Please see :ref:`Breaking changes <breaking-changes-4-x>` for breaking changes and other
12+
things to consider before upgrading
13+
14+
For instructions on how to update your CrafterCMS install, please see :ref:`upgrading-craftercms`
15+
16+
^^^^^^^^^^^^^^^^^^
17+
Dependency Updates
18+
^^^^^^^^^^^^^^^^^^
19+
Noteworthy dependency updates:
20+
21+
- MariaDB4j to version 3.1.0.5
22+
- Spring Security to version 6.5.4
23+
- Spring Core to version 6.2.11
24+
25+
26+
For information on upgrading 3.1.x sites, see :ref:`here <compatibility-with-3.1.x>`
27+
28+
|hr|
29+

source/release-notes/4-4-6e.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.. index:: CrafterCMS version 4.4.6E Release Notes
2+
3+
------------------------------------------
4+
CrafterCMS Version 4.4.6E |enterpriseOnly|
5+
------------------------------------------
6+
Released *October 14, 2025* |br|
7+
*This release is an enterprise-only release.*
8+
9+
.. important::
10+
11+
Please see :ref:`Breaking changes <breaking-changes-4-x>` for breaking changes and other
12+
things to consider before upgrading
13+
14+
For instructions on how to update your CrafterCMS install, please see :ref:`upgrading-craftercms`
15+
16+
^^^^^^^^^^^^^^^^^^
17+
Dependency Updates
18+
^^^^^^^^^^^^^^^^^^
19+
- Removed BouncyCastle jdk15
20+
- Removed OpenSearch analytics module
21+
22+
23+
For information on upgrading 3.1.x sites, see :ref:`here <compatibility-with-3.1.x>`
24+
25+
|hr|
26+

source/release-notes/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ version release's release notes page :ref:`below <other-release-notes>`
1212
.. note:: CrafterCMS requires Java 21
1313

1414
.. include:: /release-notes/4-5-0.rst
15+
.. include:: /release-notes/4-4-6e.rst
16+
.. include:: /release-notes/4-4-5e.rst
1517
.. include:: /release-notes/4-4-4.rst
1618
.. include:: /release-notes/4-4-3.rst
1719
.. include:: /release-notes/4-4-2.rst

source/support.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ What's Supported?
2828
- 4.5.0 (TBD, 2025)
2929
* - 4.4
3030
- June 13, 2025
31-
- :green:`TBD`
32-
- :green:`TBD`
33-
- 4.4.4 (September 6, 2025)
31+
- :green:`Active`
32+
- :green:`Active`
33+
- 4.4.6E |enterpriseOnly| (October 14, 2025)
3434
* - 4.3
3535
- February 21, 2025
3636
- :maroon:`Ended on June 13, 2025`
@@ -39,7 +39,7 @@ What's Supported?
3939
* - 4.2
4040
- November 13, 2024
4141
- :maroon:`Ended on February 21,2025`
42-
- :orange:`August 31, 2025`
42+
- :maroon:`Ended on August 31, 2025`
4343
- 4.2.2 (January 15, 2025)
4444
* - 4.1
4545
- June 17, 2023

0 commit comments

Comments
 (0)