Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for 4.2.1 #1927

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
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
6 changes: 3 additions & 3 deletions source/_static/api/deployer.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions source/_static/api/engine.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions source/_static/api/profile.html

Large diffs are not rendered by default.

98 changes: 46 additions & 52 deletions source/_static/api/studio.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# The short X.Y version.
version = u'4.2'
# The full version, including alpha/beta/rc tags.
release = u'4.2.0'
release = u'4.2.1'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -267,7 +267,7 @@

# Javadoc home and version
javadoc_base = 'http://javadoc.craftercms.org/'
javadoc_version = '4.2.0'
javadoc_version = '4.2.1'

# Shorten external links
extlinks = {'javadoc_base_url': (javadoc_base + javadoc_version + '/%s', None ),
Expand Down
4 changes: 1 addition & 3 deletions 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.2.0
:last-updated: 4.2.1

.. index:: Open Source Acknowledgements

Expand Down Expand Up @@ -116,8 +116,6 @@ CrafterCMS acknowledges the following Open Source Software used in this product:
|br|
`org.apache.groovy:groovy-all <https://mvnrepository.com/artifact/org.apache.groovy/groovy-all>`_
|br|
`org.apache.groovy:groovy-all <https://mvnrepository.com/artifact/org.apache.groovy/groovy-all>`_
|br|
`org.apache.httpcomponents.client5:httpclient5 <https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5>`_
|br|
`org.apache.ibatis:ibatis-sqlmap <https://mvnrepository.com/artifact/org.apache.ibatis/ibatis-sqlmap>`_
Expand Down
39 changes: 39 additions & 0 deletions source/release-notes/4-2-1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
.. index:: CrafterCMS 4.2.1 Release Notes

----------------
CrafterCMS 4.2.1
----------------

Released *TBD*

This release includes fixes for issues with the release version 4.2.0


.. important::

Please see :ref:`Breaking changes <breaking-changes-4-2-x>` for breaking changes and other
things to consider before upgrading

For instructions on how to update your CrafterCMS install to 4.2.x,
please see :ref:`upgrading-craftercms`


^^^^^^^^^
Bug Fixes
^^^^^^^^^
* `Fixed issue with permission evaluation of uppercase role names <https://github.com/craftercms/craftercms/issues/7001>`__
* `Fixed issue with deleting and recreating an item with the same name and page URL <https://github.com/craftercms/craftercms/issues/7608>`__

^^^^^^^^^^^^^^^^^^
Dependency Updates
^^^^^^^^^^^^^^^^^^
* Noteworthy dependency updates:

- OpenSearch to version 2.17
- Commons IO to version 2.18

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

For information on upgrading 3.1.x sites, see :ref:`here <compatibility-with-3.1.x>`

|hr|
5 changes: 3 additions & 2 deletions source/release-notes/index.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
:is-up-to-date: True
:last-updated: 4.2.0
:last-updated: 4.2.1

.. _release-notes:

=============
Release Notes
=============
This section contains release notes for CrafterCMS 4.2. For other release notes, please visit your
release's release notes page `below <other-release-notes>`
release's release notes page :ref:`below <other-release-notes>`

.. note:: CrafterCMS 4.2 requires Java 21

.. include:: /release-notes/4-2-1.rst
.. include:: /release-notes/4-2-0.rst

.. _other-release-notes:
Expand Down
4 changes: 2 additions & 2 deletions source/support.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:is-up-to-date: True
:last-updated: 4.2.0
:last-updated: 4.2.1

.. index:: Support

Expand All @@ -25,7 +25,7 @@ What's Supported?
- November 13, 2024
- :green:`Active`
- :green:`Active`
- 4.2.0 (November 13, 2024)
- 4.2.1 (TBD)
* - 4.1
- June 17, 2023
- :maroon:`Ended on November 13, 2024`
Expand Down