File tree Expand file tree Collapse file tree 4 files changed +19
-6
lines changed
Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,24 @@ Changelog
88
99.. towncrier release notes start
1010
11+ 4.0.0a1 (2025-12-18)
12+ --------------------
13+
14+ Breaking changes:
15+
16+
17+ - Replace ``pkg_resources `` namespace with PEP 420 native namespace.
18+ Support only Plone 6.2 and Python 3.10+.
19+ @petschki
20+
21+
22+ Bug fixes:
23+
24+
25+ - - Bugfix: Use TinyMCE `getContent() ` to get editor contents on save
26+ [frapell] (#486)
27+
28+
11293.3.2 (2025-10-08)
1230------------------
1331
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1010setup (
1111 # metadata in setup.cfg
1212 name = "plone.app.mosaic" ,
13- version = "4.0.0.dev0 " ,
13+ version = "4.0.0a1 " ,
1414 description = "Plone Mosaic Site Builder and Site Layout" ,
1515 long_description = long_description ,
1616 long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments