Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publishing version 2.2.2 #762

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@

<body>
<h1>Changelogs</h1>
<h2>Neu in 2.2.1 (2024-11-05)</h2>
<h2>Neu in 2.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>
Expand Down Expand Up @@ -108,14 +118,5 @@ <h2>Neu in v2.1.3 (2024-05-15)</h2>
<li>Fix ics link in event overview. (#593)</li>
</ul>

<h2>Neu in v2.1.2 (2024-05-08)</h2>
<ul>
<li>Fix double date in latest-posts block (#588)</li>
<li>Fix errors if social-media configuration is incomplete (#586)</li>
<li>Fix missing location in event detail view (#585)</li>
<li>Fix width of groups with background color (#584)</li>
<li>Fix latest posts block with pre 2.1.0 category filter (#583)</li>
</ul>

</body>
</html>
2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://sunflower-theme.de
Author: verdigado eG
Author URI: https://verdigado.com
Description: Theme for the German Green Party
Version: 2.2.1
Version: 2.2.2
Tested up to: 6.6
Requires PHP: 8.2
License: GNU General Public License v2 or later
Expand Down