release: 1.0.10

This commit is contained in:
2026-04-20 23:00:42 +02:00
parent 15e5fdfe07
commit f658bc5f23
2 changed files with 7 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
<?php
/**
* Plugin Name: KGV Termine
* Plugin URI: https://apex-project.de/
* Plugin URI: https://wordpress.apex-project.de/
* Description: Eigene Terminverwaltung mit separatem Admin-Interface, Frontend-Liste und Detailansicht per Shortcode.
* Update URI: https://git.apex-project.de/Wordpress_Plugins/KGV-Termine.git
* Gitea Plugin URI: https://git.apex-project.de/Wordpress_Plugins/KGV-Termine.git
* Version: 1.0.9
* Version: 1.0.10
* Author: Ronny Grobel
* Author URI: https://apex-project.de/
* License: GPL v2 or later

View File

@@ -3,7 +3,7 @@ Contributors: ronnygrobel
Tags: events, termine, kalender, verein, shortcode
Requires at least: 6.0
Tested up to: 6.8
Stable tag: 1.0.9
Stable tag: 1.0.10
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -40,6 +40,10 @@ Ja, mit `[kgv_termine_sidebar]`.
== Changelog ==
= 1.0.10 =
* Release 1.0.10 erstellt.
* Versionsnummer in Plugin-Datei und Readme erhoeht.
= 1.0.9 =
* Terminuebersicht: Buttons "Details ansehen" und "Mehr Infos" im Stil des Such-Buttons vereinheitlicht und mit mehr Abstand dargestellt.
* Termindetail: Layout-Verschiebung im Header behoben, indem der Zurueck-Link nicht mehr wie ein Aktionsbutton gestylt wird.