release: 1.0.5

This commit is contained in:
2026-04-20 23:00:42 +02:00
parent 4057c5e368
commit a940f7a2f6
2 changed files with 10 additions and 4 deletions

View File

@@ -2,10 +2,12 @@
/**
* Plugin Name: KGV FAQ
* Description: FAQ-Verwaltung mit Fragen, Antworten, Kategorien, sauberem Backend und Shortcode-Ausgabe.
* Version: 1.0.4
* Version: 1.0.5
* Author: Ronny Grobel
* 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
* Gitea Plugin URI: https://git.apex-project.de/Wordpress_Plugins/KGV-FAQ
* Requires Plugins: KGV-Updater
@@ -17,7 +19,7 @@ if (!defined('ABSPATH')) {
final class KGV_FAQ_Plugin {
const VERSION = '1.0.4';
const VERSION = '1.0.5';
const POST_TYPE = 'kgv_faq';
const TAXONOMY = 'kgv_faq_cat';