This commit is contained in:
Javier Casares 2026-08-10 16:31:26 +00:00
commit 6a8de6e2e2
5 changed files with 15 additions and 15 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.4.0
* Version: 1.4.1
* Requires at least: 5.3
* Requires PHP: 8.1
* Author: ROBOTSTXT
@ -36,7 +36,7 @@ if ( ! defined( 'ABSPATH' ) ) {
*
* @since 1.1.4
*/
define( 'IDRIVEE2_MEDIA_VERSION', '1.4.0' );
define( 'IDRIVEE2_MEDIA_VERSION', '1.4.1' );
/**
* Load Composer autoloader if available.