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.5 #641

Merged
merged 1 commit into from
Jun 20, 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
20 changes: 9 additions & 11 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@

<body>
<h1>Changelogs</h1>
<h2>Neu in 2.1.4 (2024-05-31)</h2>
<h2>Neu in 2.1.5 (2024-06-20)</h2>
<ul>
<li>Remove white line on top of the menu in personal header (#640)</li>
<li>Docs: custom CSS for background logo color in personal-header (#635)</li>
<li>Add optional phone field to contact form, make fields optional required (#639)</li>
<li>Fix timezonen fix for calendar import, add timezone info to ical export (#633)</li>
</ul>

<h2>Neu in v2.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>
Expand Down Expand Up @@ -133,15 +141,5 @@ <h2>Neu in v2.0.6 (2024-01-19)</h2>
<li>Fix typo in download link for current sunflower theme version</li>
</ul>

<h2>Neu in v2.0.5 (2024-01-11)</h2>
<ul>
<li>Fix highlighting of parent menu in case of single post</li>
<li>Highlight active parent menu item if sub-sub entry is selected</li>
<li>Remove Mastodon as option for share buttons because of missing implementation</li>
<li>Extend documenation about social media icons</li>
<li>Fix deprecation messages with PHP 8.2</li>
<li>Show custom logo in personal header and fix invalid markup</li>
</ul>

</body>
</html>
4 changes: 2 additions & 2 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Theme URI: https://sunflower-theme.de
Author: verdigado eG
Author URI: https://verdigado.com
Description: Theme for the German Green Party
Version: 2.1.4
Tested up to: 6.4
Version: 2.1.5
Tested up to: 6.5
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Expand Down