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
12 changes: 6 additions & 6 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@

<body>
<h1>Changelogs</h1>
<h2>Neu in 1.6.9 (2026-03-19)</h2>
<h2>Neu in 1.7.0 (2026-03-23)</h2>
<ul>
<li>Add bulk edit functionality for related persons (#114)</li>
</ul>

<h2>Neu in v1.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>
Expand Down Expand Up @@ -66,10 +71,5 @@ <h2>Neu in v1.6.1 (2026-03-05)</h2>
<li>Use more stable method to get plugin version in frontend (#64)</li>
</ul>

<h2>Neu in v1.6.0 (2026-03-05)</h2>
<ul>
<li>Show related persons on blog posts in sunflower and sunflower26 (#62)</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.9
* Version: 1.7.0
* Author: verdigado eG
* Author URI: https://verdigado.com
* Text Domain: sunflower-persons
Expand Down
Loading