4 Commits
1.0.4 ... 1.0.6

Author SHA1 Message Date
e7061c89ac release: 1.0.6 2026-04-20 23:05:39 +02:00
1f687beb68 kgv-updater.php aktualisiert 2026-04-16 14:56:20 +02:00
ef13ce4598 Release 1.0.5 2026-04-15 21:44:18 +02:00
d8cdf8deee Standardize WordPress readme format 2026-04-15 21:36:07 +02:00
2 changed files with 57 additions and 14 deletions

15
kgv-updater.php Normal file → Executable file
View File

@@ -1,13 +1,24 @@
<?php
/**
* Plugin Name: KGV Updater
* Plugin URI: https://apex-project.de/
* Plugin URI: https://wordpress.apex-project.de/
* Description: Aktualisiert KGV-Plugins direkt aus den Gitea-Repositories.
* Update URI: https://git.apex-project.de/Wordpress_Plugins/KGV-Updater.git
* Gitea Plugin URI: https://git.apex-project.de/Wordpress_Plugins/KGV-Updater.git
* Version: 1.0.4
* 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-updater
* License: GPLv2+
*
* Php Version 5.6
*
* @package WordPress
* @author Ronny Grobel <dgsoft.de@gmail.com>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version 2026-04-16
*/
if ( ! defined( 'ABSPATH' ) ) {

56
readme.txt Normal file → Executable file
View File

@@ -1,16 +1,48 @@
KGV Updater - WordPress Plugin
=== KGV Updater ===
Contributors: ronnygrobel
Tags: updater, update uri, gitea, plugin updates, maintenance
Requires at least: 6.0
Tested up to: 6.8
Stable tag: 1.0.6
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Beschreibung:
KGV Updater prueft KGV-Plugins mit Update URI gegen Gitea-Repositories und stellt Updates im WordPress-Backend bereit.
Aktualisiert KGV-Plugins ueber Update-Informationen aus Gitea-Repositories.
Voraussetzung:
- Plugins besitzen eine gueltige `Update URI` auf dem Gitea-Server.
== Description ==
Installation:
1. Plugin in `wp-content/plugins/KGV-Updater/` ablegen
2. In WordPress aktivieren
3. Unter `Einstellungen > KGV Updater` optional Host/Token eintragen
KGV Updater erweitert den WordPress-Updateprozess fuer KGV-Plugins, die eine gueltige `Update URI` nutzen.
Hinweis:
- Fuer private Repositories wird ein Gitea Token benoetigt.
- Die Pruefergebnisse werden kurzfristig gecacht.
= Features =
* Update-Pruefung fuer KGV-Plugins
* Auswertung von Gitea-Repository-Informationen
* Konfiguration von Host und Token im Backend
* Caching der Pruefergebnisse
== Installation ==
1. Plugin in `wp-content/plugins/KGV-Updater/` hochladen.
2. Plugin aktivieren.
3. Optional Host und Token unter Einstellungen > KGV Updater eintragen.
== Frequently Asked Questions ==
= Wird ein Token fuer private Repositories benoetigt? =
Ja, fuer private Repositories ist ein passender Gitea-Token erforderlich.
== 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.
= 1.0.4 =
* Aktuelle Version laut Plugin-Header.
* Stabilitaets- und Wartungsupdates.