This commit is contained in:
Javier Casares 2026-06-05 09:44:44 +00:00
commit a97911a978
6 changed files with 92 additions and 29 deletions

View file

@ -5,7 +5,7 @@
* 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.2.0
* Version: 1.2.1
* Requires at least: 4.1
* Requires PHP: 8.1
* Author: ROBOTSTXT
@ -36,7 +36,7 @@ if ( ! defined( 'ABSPATH' ) ) {
*
* @since 1.1.4
*/
define( 'IDRIVEE2_MEDIA_VERSION', '1.2.0' );
define( 'IDRIVEE2_MEDIA_VERSION', '1.2.1' );
/**
* Load Composer autoloader if available.