Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef13ce4598 | |||
| d8cdf8deee |
@@ -5,7 +5,7 @@
|
|||||||
* Description: Aktualisiert KGV-Plugins direkt aus den Gitea-Repositories.
|
* Description: Aktualisiert KGV-Plugins direkt aus den Gitea-Repositories.
|
||||||
* Update URI: https://git.apex-project.de/Wordpress_Plugins/KGV-Updater.git
|
* 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
|
* Gitea Plugin URI: https://git.apex-project.de/Wordpress_Plugins/KGV-Updater.git
|
||||||
* Version: 1.0.4
|
* Version: 1.0.5
|
||||||
* Author: Ronny Grobel
|
* Author: Ronny Grobel
|
||||||
* Text Domain: kgv-updater
|
* Text Domain: kgv-updater
|
||||||
*/
|
*/
|
||||||
|
|||||||
52
readme.txt
52
readme.txt
@@ -1,16 +1,44 @@
|
|||||||
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.5
|
||||||
|
Requires PHP: 7.2
|
||||||
|
License: GPLv2 or later
|
||||||
|
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
Beschreibung:
|
Aktualisiert KGV-Plugins ueber Update-Informationen aus Gitea-Repositories.
|
||||||
KGV Updater prueft KGV-Plugins mit Update URI gegen Gitea-Repositories und stellt Updates im WordPress-Backend bereit.
|
|
||||||
|
|
||||||
Voraussetzung:
|
== Description ==
|
||||||
- Plugins besitzen eine gueltige `Update URI` auf dem Gitea-Server.
|
|
||||||
|
|
||||||
Installation:
|
KGV Updater erweitert den WordPress-Updateprozess fuer KGV-Plugins, die eine gueltige `Update URI` nutzen.
|
||||||
1. Plugin in `wp-content/plugins/KGV-Updater/` ablegen
|
|
||||||
2. In WordPress aktivieren
|
|
||||||
3. Unter `Einstellungen > KGV Updater` optional Host/Token eintragen
|
|
||||||
|
|
||||||
Hinweis:
|
= Features =
|
||||||
- Fuer private Repositories wird ein Gitea Token benoetigt.
|
|
||||||
- Die Pruefergebnisse werden kurzfristig gecacht.
|
* 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.5 =
|
||||||
|
* Versionsabgleich zwischen Plugin-Header und Readme.
|
||||||
|
* WordPress-Readme-Format weiter vereinheitlicht.
|
||||||
|
|
||||||
|
= 1.0.4 =
|
||||||
|
* Aktuelle Version laut Plugin-Header.
|
||||||
|
* Stabilitaets- und Wartungsupdates.
|
||||||
|
|||||||
Reference in New Issue
Block a user