v1.1.3
This commit is contained in:
parent
d523565c79
commit
d6e6011c3d
23 changed files with 167 additions and 68 deletions
|
|
@ -5,13 +5,13 @@
|
|||
* Gitea Plugin URI: https://git.robotstxt.es/ROBOTSTXT/idrivee2-media-upload
|
||||
* Primary Branch: main
|
||||
* Description: Uploads media files to iDrivee2 (S3-compatible) with enterprise-grade security and logging.
|
||||
* Version: 1.1.1
|
||||
* Version: 1.1.3
|
||||
* Requires at least: 6.8
|
||||
* Requires PHP: 8.2
|
||||
* Author: Javier Casares
|
||||
* Author URI: https://www.javiercasares.com/
|
||||
* License: GPL-2.0-or-later
|
||||
* License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
|
||||
* Author: ROBOTSTXT
|
||||
* Author URI: https://www.robotstxt.es/
|
||||
* License: GPL-3.0-or-later
|
||||
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
* Text Domain: idrivee2-media-upload
|
||||
* Domain Path: /languages
|
||||
* Network: true
|
||||
|
|
@ -64,4 +64,4 @@ Plugin::get_instance( __FILE__ )->init();
|
|||
|
||||
// Initialize ROBOTSTXT updater (auto-configures from plugin headers).
|
||||
require_once __DIR__ . '/robotstxt-updater.php';
|
||||
Robotstxt_Updater::init( __FILE__ );
|
||||
\Robotstxt_Updater::init( __FILE__ );
|
||||
|
|
|
|||
Loading…
Reference in a new issue