Skip to content

Commit

Permalink
[fc] Repository: plone.volto
Browse files Browse the repository at this point in the history
Branch: refs/heads/main
Date: 2023-12-13T08:57:40+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: plone/plone.volto@be127d9

Preparing release 4.2.0

Files changed:
M CHANGES.rst
M setup.py
D news/133.feature
D news/135.bugfix
D news/136.feature
Repository: plone.volto

Branch: refs/heads/main
Date: 2023-12-13T09:01:07+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: plone/plone.volto@d32f7f4

Back to development: 4.2.1

Files changed:
M setup.py
  • Loading branch information
sneridagh committed Dec 13, 2023
1 parent e5199a2 commit c288875
Showing 1 changed file with 14 additions and 43 deletions.
57 changes: 14 additions & 43 deletions last_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,33 @@ Repository: plone.volto


Branch: refs/heads/main
Date: 2023-12-12T20:28:10+01:00
Date: 2023-12-13T08:57:40+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: https://github.com/plone/plone.volto/commit/debcdcefc420f52cd943edb0e13d8a8c21fae731
Commit: https://github.com/plone/plone.volto/commit/be127d91219f43728b08162afd9a0726a5f856ce

Add `preview_image_link` behavior to the Example content type for testing.
Preparing release 4.2.0

Files changed:
M src/plone/volto/profiles/coresandbox/types/example.xml
M CHANGES.rst
M setup.py
D news/133.feature
D news/135.bugfix
D news/136.feature

b'diff --git a/src/plone/volto/profiles/coresandbox/types/example.xml b/src/plone/volto/profiles/coresandbox/types/example.xml\nindex df795b20..8d3c4731 100644\n--- a/src/plone/volto/profiles/coresandbox/types/example.xml\n+++ b/src/plone/volto/profiles/coresandbox/types/example.xml\n@@ -35,6 +35,7 @@\n <element value="plone.versioning" />\n <element value="plone.tableofcontents" />\n <element value="plone.locking" />\n+ <element value="volto.preview_image_link" />\n </property>\n <property name="model_source" />\n <property name="model_file" />\n'
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-12T20:29:08+01:00
Date: 2023-12-13T09:01:07+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: https://github.com/plone/plone.volto/commit/d124bdf96a1c94e22c5b42ac90fe8ca2599285ce
Commit: https://github.com/plone/plone.volto/commit/d32f7f417edae4f13d890d162b5ec97519c3c42a

Move the behavior to the top
Back to development: 4.2.1

Files changed:
M src/plone/volto/profiles/coresandbox/types/example.xml
M setup.py

b'diff --git a/src/plone/volto/profiles/coresandbox/types/example.xml b/src/plone/volto/profiles/coresandbox/types/example.xml\nindex 8d3c473..1477093 100644\n--- a/src/plone/volto/profiles/coresandbox/types/example.xml\n+++ b/src/plone/volto/profiles/coresandbox/types/example.xml\n@@ -28,6 +28,7 @@\n <property name="klass">plone.volto.coresandbox.example.Example</property>\n <property name="schema">plone.volto.coresandbox.example.IExample</property>\n <property name="behaviors">\n+ <element value="volto.preview_image_link" />\n <element value="plone.namefromtitle" />\n <element value="plone.allowdiscussion" />\n <element value="plone.excludefromnavigation" />\n@@ -35,7 +36,6 @@\n <element value="plone.versioning" />\n <element value="plone.tableofcontents" />\n <element value="plone.locking" />\n- <element value="volto.preview_image_link" />\n </property>\n <property name="model_source" />\n <property name="model_file" />\n'

Repository: plone.volto


Branch: refs/heads/main
Date: 2023-12-12T20:29:46+01:00
Author: Victor Fernandez de Alba (sneridagh) <[email protected]>
Commit: https://github.com/plone/plone.volto/commit/108a4e52b4f4ae26a5002f89cf69dff08bbd8f14

Changelog

Files changed:
A news/136.feature

b'diff --git a/news/136.feature b/news/136.feature\nnew file mode 100644\nindex 0000000..5f4cfd3\n--- /dev/null\n+++ b/news/136.feature\n@@ -0,0 +1 @@\n+Add `preview_image_link` behavior to the Example content type for testing @sneridagh\n'

Repository: plone.volto


Branch: refs/heads/main
Date: 2023-12-13T08:24:32+01:00
Author: Víctor Fernández de Alba (sneridagh) <[email protected]>
Commit: https://github.com/plone/plone.volto/commit/cbfb82497d55a84c60c313dbeb27705c4c22f1fd

Merge pull request #136 from plone/addPreviewImageLinktoExampleContentType

Add `preview_image_link` behavior to the Example content type for testing.

Files changed:
A news/136.feature
M src/plone/volto/profiles/coresandbox/types/example.xml

b'diff --git a/news/136.feature b/news/136.feature\nnew file mode 100644\nindex 00000000..5f4cfd36\n--- /dev/null\n+++ b/news/136.feature\n@@ -0,0 +1 @@\n+Add `preview_image_link` behavior to the Example content type for testing @sneridagh\ndiff --git a/src/plone/volto/profiles/coresandbox/types/example.xml b/src/plone/volto/profiles/coresandbox/types/example.xml\nindex df795b20..14770934 100644\n--- a/src/plone/volto/profiles/coresandbox/types/example.xml\n+++ b/src/plone/volto/profiles/coresandbox/types/example.xml\n@@ -28,6 +28,7 @@\n <property name="klass">plone.volto.coresandbox.example.Example</property>\n <property name="schema">plone.volto.coresandbox.example.IExample</property>\n <property name="behaviors">\n+ <element value="volto.preview_image_link" />\n <element value="plone.namefromtitle" />\n <element value="plone.allowdiscussion" />\n <element value="plone.excludefromnavigation" />\n'
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'

0 comments on commit c288875

Please sign in to comment.