Release v1.0.6

This commit is contained in:
2026-04-21 07:43:00 +02:00
parent a940f7a2f6
commit 4ad9f408f6
2 changed files with 3 additions and 3 deletions

View File

@@ -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';