This commit is contained in:
Javier Casares 2026-08-24 10:47:37 +00:00
commit 5bb4d373fc
187 changed files with 8665 additions and 998 deletions

View file

@ -4,7 +4,7 @@
* Plugin URI: https://www.robotstxt.software/plugins/idrivee2-media-upload/
* Update URI: https://www.robotstxt.software/plugins/idrivee2-media-upload/
* Description: Uploads media files to iDrivee2 (S3-compatible) with enterprise-grade security and logging.
* Version: 1.4.2
* Version: 1.4.3
* Requires at least: 5.3
* Requires PHP: 8.1
* Author: ROBOTSTXT
@ -35,7 +35,7 @@ if ( ! defined( 'ABSPATH' ) ) {
*
* @since 1.1.4
*/
define( 'IDRIVEE2_MEDIA_VERSION', '1.4.2' );
define( 'IDRIVEE2_MEDIA_VERSION', '1.4.3' );
/**
* Load Composer autoloader if available.