Skip to content
Draft
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
a486fcd
Start release notes for 5.0.0
alhambrav Mar 6, 2025
f8e8510
Merge with master
alhambrav May 22, 2025
630440c
Update release notes for ticket #7704
alhambrav May 23, 2025
7093e4b
Add improvements to notifications #7557
alhambrav May 30, 2025
f55324a
Merge branch 'master' into rn-5-0-0
alhambrav Jun 16, 2025
377c13c
Update link to breaking changes from server upgrade
alhambrav Jun 16, 2025
ae6f515
Merge branch 'master' into rn-5-0-0
Aug 22, 2025
8a4a054
Updates
Sep 2, 2025
3559055
Merge branch 'master' into rn-5-0-0
Sep 4, 2025
42ea360
Some more updates
Sep 5, 2025
9eac3bb
Merge with master
Sep 9, 2025
76c14de
Add breaking changes for publishing blacklist config and removed APIs
Sep 10, 2025
271ab33
Update publishing blacklist configuration
Sep 10, 2025
880fc37
Add list of new v2 APIs
Sep 10, 2025
de16ce9
Update last-updated metadata
Sep 10, 2025
a76504e
Updates based on coderabbit
Sep 11, 2025
a8e0438
Updates based on coderabbit
Sep 11, 2025
3a64d54
Add another API removed in breaking changes
Sep 30, 2025
cb75120
Merge with master
Oct 1, 2025
f3637c3
Add new content processor properties and new controller script to rel…
Oct 21, 2025
b1f8139
Update publish permissions #6766
Oct 28, 2025
ab19ea9
Add to breaking changes removed getDescriptor #8294
Oct 29, 2025
a0f2f21
Merge with master and fix conflicts
Oct 29, 2025
b399ebe
Update upgrading sections #8326
Nov 3, 2025
7d7d705
Fix typos
Nov 3, 2025
c61a167
Fix some spacing and wording
Nov 3, 2025
a45d73d
Merge branch 'master' into rn-5-0-0
Nov 25, 2025
b46c460
Add notes for updated dependencies and breaking changes #8390
Nov 25, 2025
0a7b1e7
Add note that getDescriptor is now removed #8294
Nov 26, 2025
d5d0a03
Update release notes for OpenSearch changes in 4.x
Dec 9, 2025
8af76f0
Merge with master
Jan 14, 2026
c7e4f1c
Update list of removed APIs
Jan 14, 2026
efcb903
Merge with master
alhambrav Feb 25, 2026
df61fd5
Update changelog for Studio UI #8377
alhambrav Feb 25, 2026
271b476
Update studio-ui changelogs
alhambrav Mar 3, 2026
e14d220
Merge branch 'master' into rn-5-0-0
alhambrav Apr 14, 2026
68122b2
Update adding a new language #8599
alhambrav Apr 20, 2026
5b2fd2e
Add to release notes new api for getAvailableLanguages #8599
alhambrav Apr 21, 2026
6c107b9
Merge branch 'master' into rn-5-0-0
alhambrav Apr 28, 2026
2aedf09
Merge branch 'master' into rn-5-0-0
alhambrav May 12, 2026
7e8200f
Updates for new content type APIs #8636
alhambrav May 19, 2026
b1f4f6e
Merge branch 'master' into rn-5-0-0
alhambrav May 20, 2026
94f9cc6
Merge branch 'master' into rn-5-0-0
alhambrav May 27, 2026
0277dd5
Updates based on CR review
alhambrav May 27, 2026
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
104 changes: 52 additions & 52 deletions source/_static/api/deployer.html

Large diffs are not rendered by default.

34 changes: 15 additions & 19 deletions source/_static/api/engine.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source/_static/api/profile.html

Large diffs are not rendered by default.

62 changes: 25 additions & 37 deletions source/_static/api/social.html

Large diffs are not rendered by default.

1,145 changes: 418 additions & 727 deletions source/_static/api/studio.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/by-role/system-admin/upgrade/upgrading-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Before starting your upgrade:

#. **Review the** :ref:`release notes <release-notes>` **for the version you are upgrading to**. It contains specific information on the changes that have been made and how it may affect you when upgrading to that specific version.

Remember to read all other release notes in between the version you currently have and the version you are upgrading to as it contains information on the changes that have occurred and steps you might have to take when upgrading to a specific version. Remember to also check :ref:`breaking changes <breaking-changes-4-x>` as it may require changes on your installation or system for the version you are upgrading to to work.
Remember to read all other release notes in between the version you currently have and the version you are upgrading to as it contains information on the changes that have occurred and steps you might have to take when upgrading to a specific version. Remember to also check :ref:`breaking changes <breaking-changes-5-x>` as it may require changes on your installation or system for the version you are upgrading to to work.

#. **Backup CrafterCMS** just in case something goes wrong with the upgrade.

Expand Down
8 changes: 3 additions & 5 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
# The short X.Y version.
version = u'current'
# The full version, including alpha/beta/rc tags.
release = u'4.4.4'

release = u'5.0.0'

# -- General configuration ---------------------------------------------------

Expand Down Expand Up @@ -152,7 +151,7 @@

# Add versions for the bottom menu
html_context = {
'versions': ['current', '4.1', '4.0', '3.1'],
'versions': ['current', '4', '4.1', '4.0', '3.1'],
'docsUrl': '/docs',
'productLinks': [
{
Expand Down Expand Up @@ -294,7 +293,7 @@
.. |freemarker_link| replace:: :ref:`templating-api`
"""

# Javadoc home
# Javadoc home and version
javadoc_base = 'https://javadoc.craftercms.org/'

# Shorten external links
Expand All @@ -303,7 +302,6 @@
'docs_base_url': ('/docs' + '/%s', None)
}


#
# Open links in new tab
#
Expand Down
2 changes: 1 addition & 1 deletion source/contribute/acknowledgements.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:is-up-to-date: True
:last-updated: 4.4.4
:last-updated: 5.0.0

.. index:: Open Source Acknowledgements

Expand Down
6 changes: 5 additions & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
:is-up-to-date: True
<<<<<<< HEAD
:last-updated: 5.0.0
=======
:last-updated: 4.4.4
>>>>>>> master
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated

########################
CrafterCMS Documentation
Expand Down Expand Up @@ -71,7 +75,7 @@ CrafterCMS is used by three main constituencies:
=========================
Latest CrafterCMS Release
=========================
The latest version of CrafterCMS is `version 4.4.4 <https://craftercms.com/download>`__.
The latest version of CrafterCMS is `version 5.0.0 <https://craftercms.com/download>`__.

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

Expand Down
12 changes: 8 additions & 4 deletions source/reference/modules/studio.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:is-up-to-date: True
:last-updated: 4.4.3
:last-updated: 5.0.0

.. highlight:: xml

Expand Down Expand Up @@ -3367,10 +3367,14 @@ Add the following lines with the regex for the item you wish not to be published

.. code-block:: yaml
:caption: *studio-config-override.yaml*
:emphasize-lines: 6

# Publishing blacklist configuration, items matching regexes on this list will never be published
studio.configuration.publishing.blacklist.regex: >-
.*/\.keep
# Paths matching git pathspecs on this list will never be published.
# For information on git pathspec, see https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec
# .keep files are always ignored
# e.g.:
# studio.configuration.publishing.blacklist.pathspecs: "*.png"
studio.configuration.publishing.blacklist.pathspecs: ""

Comment thread
alhambrav marked this conversation as resolved.
|

Expand Down
252 changes: 0 additions & 252 deletions source/release-notes/4-2-0.rst

This file was deleted.

Loading