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.7 #682

Merged
merged 1 commit into from
Aug 2, 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: 11 additions & 17 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@

<body>
<h1>Changelogs</h1>
<h2>Neu in 2.1.6 (2024-07-18)</h2>
<h2>Neu in 2.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>
Expand Down Expand Up @@ -133,21 +143,5 @@ <h2>Neu in v2.0.8 (2024-02-23)</h2>
<li>Fix typo</li>
</ul>

<h2>Neu in v2.0.7 (2024-02-08)</h2>
<ul>
<li>Style sunflower accordion following new CI</li>
<li>Fix scss lint errors</li>
<li>Add time to list of events</li>
<li>CSS reduce huge white spaces</li>
<li>Move metadatabox from header close to content text</li>
<li>Fix unify CSS classes of person-block and fix style in backend</li>
<li>Add favicon.ico file and replace default redirect to WP favicon</li>
<li>Fix invalid HTML-markup in single blog post view</li>
<li>lint-style fix</li>
<li>fixed lint</li>
<li>fixed indentation</li>
<li>Update _accordion.scss</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.6
Version: 2.1.7
Tested up to: 6.6
Requires PHP: 8.2
License: GNU General Public License v2 or later
Expand Down