2 Commits

Author SHA1 Message Date
a940f7a2f6 release: 1.0.5 2026-04-20 23:00:42 +02:00
4057c5e368 Release 1.0.4 2026-04-15 21:44:16 +02:00
2 changed files with 14 additions and 4 deletions

View File

@@ -2,10 +2,12 @@
/** /**
* Plugin Name: KGV FAQ * Plugin Name: KGV FAQ
* Description: FAQ-Verwaltung mit Fragen, Antworten, Kategorien, sauberem Backend und Shortcode-Ausgabe. * Description: FAQ-Verwaltung mit Fragen, Antworten, Kategorien, sauberem Backend und Shortcode-Ausgabe.
* Version: 1.0.3 * Version: 1.0.5
* Author: Ronny Grobel * Author: Ronny Grobel
* Author URI: https://apex-project.de/ * Author URI: https://apex-project.de/
* Plugin URI: https://apex-project.de/ * License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Plugin URI: https://wordpress.apex-project.de/
* Update URI: https://git.apex-project.de/Wordpress_Plugins/KGV-FAQ * Update URI: https://git.apex-project.de/Wordpress_Plugins/KGV-FAQ
* Gitea Plugin URI: https://git.apex-project.de/Wordpress_Plugins/KGV-FAQ * Gitea Plugin URI: https://git.apex-project.de/Wordpress_Plugins/KGV-FAQ
* Requires Plugins: KGV-Updater * Requires Plugins: KGV-Updater
@@ -17,7 +19,7 @@ if (!defined('ABSPATH')) {
final class KGV_FAQ_Plugin { final class KGV_FAQ_Plugin {
const VERSION = '1.0.0'; const VERSION = '1.0.5';
const POST_TYPE = 'kgv_faq'; const POST_TYPE = 'kgv_faq';
const TAXONOMY = 'kgv_faq_cat'; const TAXONOMY = 'kgv_faq_cat';

View File

@@ -3,7 +3,7 @@ Contributors: ronnygrobel
Tags: faq, accordion, fragen, antworten, vereinswebseite Tags: faq, accordion, fragen, antworten, vereinswebseite
Requires at least: 6.0 Requires at least: 6.0
Tested up to: 6.8 Tested up to: 6.8
Stable tag: 1.0.3 Stable tag: 1.0.5
Requires PHP: 7.2 Requires PHP: 7.2
License: GPLv2 or later License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -40,6 +40,14 @@ Beispiele: `[kgv_faq category="allgemein"]`, `[kgv_faq show_filter="0"]`, `[kgv_
== Changelog == == Changelog ==
= 1.0.5 =
* Release 1.0.5 erstellt.
* Versionsnummer in Plugin-Datei, Konstante und Readme erhoeht.
= 1.0.4 =
* Versionsabgleich zwischen Plugin-Header, Konstante und Readme.
* WordPress-Readme-Format weiter vereinheitlicht.
= 1.0.3 = = 1.0.3 =
* Aktuelle Version laut Plugin-Header. * Aktuelle Version laut Plugin-Header.
* Wartung und Verbesserungen. * Wartung und Verbesserungen.