Release 1.0.4
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user