Skip to content
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
14 changes: 7 additions & 7 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@

<body>
<h1>Changelogs</h1>
<h2>Neu in 1.6.8 (2026-03-18)</h2>
<h2>Neu in 1.6.9 (2026-03-19)</h2>
<ul>
<li>Fix single person in column (#111)</li>
<li>Fix position of image in block list view (#110)</li>
</ul>

<h2>Neu in v1.6.8 (2026-03-18)</h2>
<ul>
<li>Do not show heading if no related posts are available (#106)</li>
<li>Block with single person links to single person page if available (#105)</li>
Expand Down Expand Up @@ -65,11 +71,5 @@ <h2>Neu in v1.6.0 (2026-03-05)</h2>
<li>Show related persons on blog posts in sunflower and sunflower26 (#62)</li>
</ul>

<h2>Neu in v1.5.3 (2026-03-03)</h2>
<ul>
<li>Wrap details in single person in columns (#60)</li>
<li>Style social media icons following sunflower(26) theme (#58)</li>
</ul>

</body>
</html>
2 changes: 1 addition & 1 deletion sunflower-persons.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Sunflower Persons
* Description: Custom Post Type 'Person' + Gutenberg Block zur Ausgabe einer einzelnen Person oder einer Liste von Personen.
* Version: 1.6.8
* Version: 1.6.9
* Author: verdigado eG
* Author URI: https://verdigado.com
* Text Domain: sunflower-persons
Expand Down
Loading