2 Commits
1.4.4 ... 1.4.5

Author SHA1 Message Date
51e9bcc564 Release 1.4.5 2026-04-18 10:10:28 +02:00
76b6677a61 fix: Button-CSS im KGV Contact Form korrigiert 2026-04-18 10:06:50 +02:00
4 changed files with 20 additions and 5 deletions

View File

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

View File

@@ -23,7 +23,22 @@
.kgv-contact-form textarea:focus{outline:none;border-color:#2271b1;box-shadow:0 0 0 3px rgba(34,113,177,.12)}
.kgv-cf-privacy{margin:8px 0 18px;font-size:.95rem;line-height:1.5}
.kgv-cf-privacy label{display:flex;gap:10px;align-items:flex-start}
.kgv-contact-form button{appearance:none;border:none;border-radius:10px;padding:12px 18px;font-weight:700;cursor:pointer;background:#2271b1;color:#fff}
.kgv-contact-form button{
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 12px;
min-height: 38px;
border-radius: 5px;
text-decoration: none;
background: var(--kgv-accent,#1f6f4a);
color: #fff;
font-weight: 700;
line-height: 1.2;}
.kgv-cf-alert{max-width:760px;margin:0 0 16px;padding:12px 14px;border-radius:12px}
.kgv-cf-alert-success{border:1px solid #c6e1c6;background:#ecf7ed}
.kgv-cf-alert-error{border:1px solid #e5b3b3;background:#fff2f2}

View File

@@ -2,7 +2,7 @@
/**
* 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.
* Version: 1.4.4
* Version: 1.4.5
* Author: Ronny Grobel
* Author URI: https://apex-project.de/
* Plugin URI: https://apex-project.de/
@@ -13,7 +13,7 @@
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_MANAGE_CAP', 'manage_options');

View File

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