From 4ad9f408f621ae6751a9996ca9b0ed3802b8d70e Mon Sep 17 00:00:00 2001 From: Ronny Grobel Date: Tue, 21 Apr 2026 07:43:00 +0200 Subject: [PATCH] Release v1.0.6 --- kgv-faq.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kgv-faq.php b/kgv-faq.php index 00b0ec5..35db17d 100755 --- a/kgv-faq.php +++ b/kgv-faq.php @@ -2,7 +2,7 @@ /** * Plugin Name: KGV FAQ * Description: FAQ-Verwaltung mit Fragen, Antworten, Kategorien, sauberem Backend und Shortcode-Ausgabe. - * Version: 1.0.5 + * Version: 1.0.6 * Author: Ronny Grobel * Author URI: https://apex-project.de/ * License: GPL v2 or later @@ -19,7 +19,7 @@ if (!defined('ABSPATH')) { final class KGV_FAQ_Plugin { - const VERSION = '1.0.5'; + const VERSION = '1.0.6'; const POST_TYPE = 'kgv_faq'; const TAXONOMY = 'kgv_faq_cat'; diff --git a/readme.txt b/readme.txt index d84850e..4aa9be1 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ronnygrobel Tags: faq, accordion, fragen, antworten, vereinswebseite Requires at least: 6.0 Tested up to: 6.8 -Stable tag: 1.0.5 +Stable tag: 1.0.6 Requires PHP: 7.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html