diff --git a/kgv-faq.php b/kgv-faq.php index 3c51172..088ba6d 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.3 + * Version: 1.0.4 * Author: Ronny Grobel * Author URI: https://apex-project.de/ * Plugin URI: https://apex-project.de/ @@ -17,7 +17,7 @@ if (!defined('ABSPATH')) { final class KGV_FAQ_Plugin { - const VERSION = '1.0.0'; + const VERSION = '1.0.4'; const POST_TYPE = 'kgv_faq'; const TAXONOMY = 'kgv_faq_cat'; diff --git a/readme.txt b/readme.txt index 4ec9ee3..5747346 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.3 +Stable tag: 1.0.4 Requires PHP: 7.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -40,6 +40,10 @@ Beispiele: `[kgv_faq category="allgemein"]`, `[kgv_faq show_filter="0"]`, `[kgv_ == Changelog == += 1.0.4 = +* Versionsabgleich zwischen Plugin-Header, Konstante und Readme. +* WordPress-Readme-Format weiter vereinheitlicht. + = 1.0.3 = * Aktuelle Version laut Plugin-Header. * Wartung und Verbesserungen.