release: 1.0.6

This commit is contained in:
2026-04-20 23:00:42 +02:00
parent be09510e00
commit 58e51a7d0b
2 changed files with 9 additions and 3 deletions

View File

@@ -2,11 +2,13 @@
/**
* Plugin Name: KGV Rollen Manager
* Description: Erstellt zusätzliche WordPress-Rollen und vergibt Rechte direkt im Backend.
* Version: 1.0.5
* Version: 1.0.6
* Author: Ronny Grobel
* Author URI: https://apex-project.de/
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: kgv-role-manager
* Plugin URI: https://apex-project.de/
* Plugin URI: https://wordpress.apex-project.de/
* Update URI: https://git.apex-project.de/Wordpress_Plugins/KGV-Role-Manager
* Gitea Plugin URI: https://git.apex-project.de/Wordpress_Plugins/KGV-Role-Manager
* Requires Plugins: KGV-Updater

6
readme.txt Normal file → Executable file
View File

@@ -3,7 +3,7 @@ Contributors: ronnygrobel
Tags: roles, capabilities, benutzerrollen, berechtigungen, backend
Requires at least: 6.0
Tested up to: 6.8
Stable tag: 1.0.5
Stable tag: 1.0.6
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -34,6 +34,10 @@ Ja, das Plugin ergaenzt WordPress-Rollen und kann mit bestehenden Rollen kombini
== Changelog ==
= 1.0.6 =
* Release 1.0.6 erstellt.
* Versionsnummer in Plugin-Datei und Readme erhoeht.
= 1.0.5 =
* Versionsabgleich zwischen Plugin-Header und Readme.
* WordPress-Readme-Format weiter vereinheitlicht.