Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b8a92f4650 | |||
| e7061c89ac | |||
| 1f687beb68 |
15
kgv-updater.php
Normal file → Executable file
15
kgv-updater.php
Normal file → Executable 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.5
|
||||
* Version: 1.0.7
|
||||
* 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' ) ) {
|
||||
|
||||
6
readme.txt
Normal file → Executable file
6
readme.txt
Normal file → Executable file
@@ -3,7 +3,7 @@ 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
|
||||
Stable tag: 1.0.7
|
||||
Requires PHP: 7.2
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
@@ -35,6 +35,10 @@ 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.
|
||||
|
||||
Reference in New Issue
Block a user