File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,13 @@ Changelog
5
5
2.0.4 (unreleased)
6
6
------------------
7
7
8
+ - Uninstall obsolete `library.theme ` (it will later be removed)
9
+ [boulch, laulaz]
10
+
8
11
- Ensure unused `plone.patternslib ` is not installed as it causes errors
9
12
[boulch, laulaz]
10
13
14
+
11
15
2.0.3 (2025-05-22)
12
16
------------------
13
17
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<metadata >
3
- <version >1014 </version >
3
+ <version >1015 </version >
4
4
<dependencies >
5
5
<dependency >profile-collective.plausible:default</dependency >
6
6
<dependency >profile-eea.facetednavigation:default</dependency >
Original file line number Diff line number Diff line change 202
202
handler =" .upgrades.uninstall_plone_patternslib"
203
203
/>
204
204
205
+ <genericsetup : upgradeStep
206
+ source =" 1014"
207
+ destination =" 1015"
208
+ title =" Uninstall obsolete library.theme"
209
+ profile =" library.policy:default"
210
+ handler =" .upgrades.uninstall_library_theme"
211
+ />
212
+
205
213
</configure >
Original file line number Diff line number Diff line change @@ -80,3 +80,8 @@ def set_banner_scale(context=None):
80
80
def uninstall_plone_patternslib (context ):
81
81
installer = get_installer (context )
82
82
installer .uninstall_product ("plone.patternslib" )
83
+
84
+
85
+ def uninstall_library_theme (context ):
86
+ installer = get_installer (context )
87
+ installer .uninstall_product ("library.theme" )
You can’t perform that action at this time.
0 commit comments