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.1.4 #630

Merged
merged 1 commit into from
May 31, 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
28 changes: 15 additions & 13 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@

<body>
<h1>Changelogs</h1>
<h2>Neu in 2.1.3 (2024-05-15)</h2>
<h2>Neu in 2.1.4 (2024-05-31)</h2>
<ul>
<li>Disable submit button after submit to prevent multiple submits (#629)</li>
<li>Docs: custom CSS for background logo color (#624)</li>
<li>Show events in listing up to end of event duration (#623)</li>
<li>Use custom logo in sticky menu (#621)</li>
<li>Remove green logo background if terms of use are not accepted (#620)</li>
<li>Fix text color on highlight button (#619)</li>
<li>Use always the proper nonce for WP forms in backend fixes location fi… (#616)</li>
<li>Ignore optional DTEND on ical import (#610)</li>
<li>Fix link color on hover in personal header and on highlight button (#608)</li>
<li>Fix theme activation if old events of wpcalendar are present (#604)</li>
</ul>

<h2>Neu in v2.1.3 (2024-05-15)</h2>
<ul>
<li>Fix sunflower in very large menus (#602)</li>
<li>Documentation Bugfixes (#601)</li>
Expand Down Expand Up @@ -129,17 +143,5 @@ <h2>Neu in v2.0.5 (2024-01-11)</h2>
<li>Show custom logo in personal header and fix invalid markup</li>
</ul>

<h2>Neu in v2.0.4 (2023-12-22)</h2>
<ul>
<li>Minor cleanup of styles, remove verdigado specific font</li>
<li>Fix #454 invalid HTML markup in sunflower accordion</li>
<li>Remove search lense icon if using block search widget with text button</li>
<li>Fix #427 again. Use proper gray color in block backgrounds</li>
<li>Bring back forkawesome icons for peertube and pixelfed</li>
<li>Fix merge conflict</li>
<li>Update header-personal.php</li>
<li>Update der archive-sunflower_event.php mit eigener Class für den Kalender Downlaodlink</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.1.3
Version: 2.1.4
Tested up to: 6.4
Requires PHP: 8.2
License: GNU General Public License v2 or later
Expand Down