Release 1.4.5

This commit is contained in:
2026-04-18 10:10:28 +02:00
parent 76b6677a61
commit 51e9bcc564
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ Contributors: ronnygrobel
Tags: contact form, kontaktformular, vereinswebseite, kategorien, datenschutz Tags: contact form, kontaktformular, vereinswebseite, kategorien, datenschutz
Requires at least: 6.0 Requires at least: 6.0
Tested up to: 6.8 Tested up to: 6.8
Stable tag: 1.4.4 Stable tag: 1.4.5
Requires PHP: 7.2 Requires PHP: 7.2
License: GPLv2 or later License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html License URI: https://www.gnu.org/licenses/gpl-2.0.html

View File

@@ -2,7 +2,7 @@
/** /**
* Plugin Name: KGV Kontakt Form * Plugin Name: KGV Kontakt Form
* Description: Kontaktformular mit Nachrichtenbereich, Kategorien, Routing je Kategorie, Datenschutz-Checkbox, gelesen/ungelesen, Mehrfach-E-Mail und Rollenfreigabe für Kontaktanfragen. * Description: Kontaktformular mit Nachrichtenbereich, Kategorien, Routing je Kategorie, Datenschutz-Checkbox, gelesen/ungelesen, Mehrfach-E-Mail und Rollenfreigabe für Kontaktanfragen.
* Version: 1.4.4 * Version: 1.4.5
* Author: Ronny Grobel * Author: Ronny Grobel
* Author URI: https://apex-project.de/ * Author URI: https://apex-project.de/
* Plugin URI: https://apex-project.de/ * Plugin URI: https://apex-project.de/
@@ -13,7 +13,7 @@
if (!defined('ABSPATH')) exit; if (!defined('ABSPATH')) exit;
define('KGV_CF_VERSION', '1.4.4'); define('KGV_CF_VERSION', '1.4.5');
define('KGV_CF_VIEW_CAP', 'kgv_view_contact_requests'); define('KGV_CF_VIEW_CAP', 'kgv_view_contact_requests');
define('KGV_CF_MANAGE_CAP', 'manage_options'); define('KGV_CF_MANAGE_CAP', 'manage_options');

View File

@@ -3,7 +3,7 @@ Contributors: ronnygrobel
Tags: contact form, kontaktformular, vereinswebseite, kategorien, datenschutz Tags: contact form, kontaktformular, vereinswebseite, kategorien, datenschutz
Requires at least: 6.0 Requires at least: 6.0
Tested up to: 6.8 Tested up to: 6.8
Stable tag: 1.4.4 Stable tag: 1.4.5
Requires PHP: 7.2 Requires PHP: 7.2
License: GPLv2 or later License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html License URI: https://www.gnu.org/licenses/gpl-2.0.html