-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathchangelog.html
113 lines (102 loc) · 4.45 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="de-DE">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Changelog Sunflower Theme</title>
</head>
<body>
<h1>Changelogs</h1>
<h2>Neu in 2.2.5 (2024-12-06)</h2>
<ul>
<li>Fix removing of calendar events if resource is temporarily unavailable (#789)</li>
</ul>
<h2>Neu in v2.2.4 (2024-12-05)</h2>
<ul>
<li>Update documentation about social media icons in footer and header (#785)</li>
<li>Task/fix sass deprecations (#784)</li>
<li>Add possibility to add text excerpts on pages, too. (#783)</li>
<li>Fix position of dropdown arrow in personal header (#782)</li>
<li>Fix background width in personal header with default sunflower (#780)</li>
<li>Update npm packages (#779)</li>
<li>Speed up Github workflow with npm cache (#777)</li>
<li>Fix: avoid exception if thumbnail image is not found (#776)</li>
<li>Update editor CSS and avoid unnecessary image width settings in columns (#773)</li>
</ul>
<h2>Neu in v2.2.3 (2024-11-13)</h2>
<ul>
<li>Enable scrolling in opened mobile navigation (#768)</li>
<li>Fix huge custom logo on standard header (#767)</li>
<li>Fix loading of localized labels with WordPress 6.7.0 (#765)</li>
</ul>
<h2>Neu in v2.2.2 (2024-11-12)</h2>
<ul>
<li>Fix wrap of very long menu items (#761)</li>
<li>Fix small move on opening mobile menu and other nav optimizations (#752)</li>
<li>Fix height of custom-logo in personal header (#760)</li>
<li>Avoid warnings on import old wpcalendar events (#759)</li>
<li>Show only used tags of next/past events (#757)</li>
<li>Show medium not full size of thumbnails in latest-posts block. (#755)</li>
</ul>
<h2>Neu in v2.2.1 (2024-11-05)</h2>
<ul>
<li>fix(personal): Adjust logo and title margins (#744)</li>
<li>Fix sub menus in personal header (#746)</li>
<li>Fix geo data handling of manual created events (#745)</li>
<li>fix(personal): Adjust logo to the same size as standard (#743)</li>
<li>Share button fix (#737)</li>
<li>Fix link to homepage in sticky header with custom logo (#740)</li>
<li>Fix dropdown layout in mobile menu (#738)</li>
<li>Fix dropdown menu in mobile view (#735)</li>
<li>Add sidebar in post list, 404 and search view (#726)</li>
<li>Fix new setting website name (#724)</li>
</ul>
<h2>Neu in v2.2.0 (2024-09-03)</h2>
<ul>
<li>Prepare Release 2.2 (#719)</li>
<li>Add update date to github workflow (#717)</li>
<li>Do not show featured image on pages if option is set (#707)</li>
<li>Open parent entry of dropdown menus on first click (#703)</li>
</ul>
<h2>Neu in v2.1.9 (2024-08-09)</h2>
<ul>
<li>Fix logo size on small displays in personal header (#700)</li>
<li>Add "PT Sans" and sans-serif as fallback font-family (#698)</li>
<li>Fix excluded categories in latest-posts (#699)</li>
<li>Add option to configure or disable category list on category archive page (#696)</li>
<li>Responsive wrap categories filter (#692)</li>
<li>Avoid backend JavaScript exception with accordion block (#691)</li>
<li>Replace node-sass compiler with Dart sass, upgrade nodejs in workflows (#689)</li>
</ul>
<h2>Neu in v2.1.8 (2024-08-02)</h2>
<ul>
<li>Center next-events boxes again (#683)</li>
</ul>
<h2>Neu in v2.1.7 (2024-08-02)</h2>
<ul>
<li>Fix color of latest-posts in editor if block is grouped with background-color (#681)</li>
<li>fix font-style (#680)</li>
<li>Show categories on top of post list view (#678)</li>
<li>Remove confusing # from meta-data block, prepend mailto on mail addresses (#677)</li>
<li>Fix some issues with fullwidth blocks on styled layout (#676)</li>
</ul>
<h2>Neu in v2.1.6 (2024-07-18)</h2>
<ul>
<li>Update npm packages (#673)</li>
<li>Update editor CSS to show almost the same on editor and frontend (#672)</li>
<li>Fix text-decoration of links in WordPress 6.6 (#671)</li>
<li>Improve fullwidth container (#669)</li>
<li>Fix PHP error on ical calender import with invalid response (#670)</li>
<li>Update bug_report.md (#663)</li>
<li>Remove filter excerpt_more and keep default read-more text in excerpt (#662)</li>
<li>Show "read-more" text again on latest post output (#659)</li>
<li>Make backend language labels for block contact-form and meta-data (#660)</li>
<li>Fix editor CSS for person template (#656)</li>
<li>Optimize textbalken for kandidierenden page (#655)</li>
<li>Update bug report (#642)</li>
<li>Update all template files with current WordPress 6.5 code editor (#654)</li>
<li>Fix line idents of HTML files to TABs (#653)</li>
<li>Remove unnecessary paragraph blocks from person-3 element (#652)</li>
<li>closes #643 (#647)</li>
</ul>
</body>
</html>