-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/main Date: 2023-12-13T12:03:09+01:00 Author: Timo Stollenwerk (tisto) <stollenwerk@kitconcept.com> Commit: plone/plone.restapi@260066b Update changelog Files changed: M news/1737.bugfix
- Loading branch information
Showing
1 changed file
with
7 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,15 @@ | ||
Repository: plone.volto | ||
Repository: plone.restapi | ||
|
||
|
||
Branch: refs/heads/main | ||
Date: 2023-12-13T08:57:40+01:00 | ||
Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com> | ||
Commit: https://github.com/plone/plone.volto/commit/be127d91219f43728b08162afd9a0726a5f856ce | ||
Date: 2023-12-13T12:03:09+01:00 | ||
Author: Timo Stollenwerk (tisto) <stollenwerk@kitconcept.com> | ||
Commit: https://github.com/plone/plone.restapi/commit/260066b4dc98059ef9bcd86dfa8428f60a4e9347 | ||
|
||
Preparing release 4.2.0 | ||
Update changelog | ||
|
||
Files changed: | ||
M CHANGES.rst | ||
M setup.py | ||
D news/133.feature | ||
D news/135.bugfix | ||
D news/136.feature | ||
M news/1737.bugfix | ||
|
||
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex b467f9e9..ccdf507f 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,22 @@ Changelog\n \n .. towncrier release notes start\n \n+4.2.0 (2023-12-13)\n+------------------\n+\n+New features:\n+\n+\n+- Add pt_BR translations. @wesleybl (#133)\n+- Add `preview_image_link` behavior to the Example content type for testing @sneridagh (#136)\n+\n+\n+Bug fixes:\n+\n+\n+- Add guard for template used in the Volto installed status message that is Plone 6 only @sneridagh (#135)\n+\n+\n 4.1.0 (2023-08-07)\n ------------------\n \ndiff --git a/news/133.feature b/news/133.feature\ndeleted file mode 100644\nindex 2313657b..00000000\n--- a/news/133.feature\n+++ /dev/null\n@@ -1 +0,0 @@\n-Add pt_BR translations. @wesleybl\ndiff --git a/news/135.bugfix b/news/135.bugfix\ndeleted file mode 100644\nindex 74f0e815..00000000\n--- a/news/135.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Add guard for template used in the Volto installed status message that is Plone 6 only @sneridagh\ndiff --git a/news/136.feature b/news/136.feature\ndeleted file mode 100644\nindex 5f4cfd36..00000000\n--- a/news/136.feature\n+++ /dev/null\n@@ -1 +0,0 @@\n-Add `preview_image_link` behavior to the Example content type for testing @sneridagh\ndiff --git a/setup.py b/setup.py\nindex 6b8fd5fd..02619941 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -25,7 +25,7 @@ def readfile(name):\n \n setup(\n name="plone.volto",\n- version="4.1.1.dev0",\n+ version="4.2.0",\n description="Volto integration add-on for Plone",\n long_description=long_description,\n # Get more from https://pypi.org/classifiers/\n' | ||
|
||
Repository: plone.volto | ||
|
||
|
||
Branch: refs/heads/main | ||
Date: 2023-12-13T09:01:07+01:00 | ||
Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com> | ||
Commit: https://github.com/plone/plone.volto/commit/d32f7f417edae4f13d890d162b5ec97519c3c42a | ||
|
||
Back to development: 4.2.1 | ||
|
||
Files changed: | ||
M setup.py | ||
|
||
b'diff --git a/setup.py b/setup.py\nindex 0261994..7af15be 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -25,7 +25,7 @@ def readfile(name):\n \n setup(\n name="plone.volto",\n- version="4.2.0",\n+ version="4.2.1.dev0",\n description="Volto integration add-on for Plone",\n long_description=long_description,\n # Get more from https://pypi.org/classifiers/\n' | ||
b'diff --git a/news/1737.bugfix b/news/1737.bugfix\nindex a4953486a..7b377ae93 100644\n--- a/news/1737.bugfix\n+++ b/news/1737.bugfix\n@@ -1,2 +1 @@\n-Remove wrong `preview_image_link` addition from blocks (de)serializers\n-[sneridagh]\n+Remove wrong `preview_image_link` addition from blocks (de)serializers. @sneridagh\n' | ||
|