This commit is contained in:
Javier Casares 2026-06-02 19:06:05 +00:00
commit 31be5438e7
7 changed files with 293 additions and 195 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.1.4
* Version: 1.2.0
* 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.1.4' );
define( 'IDRIVEE2_MEDIA_VERSION', '1.2.0' );
/**
* Load Composer autoloader if available.