-
v1.1.3 Stable
released this
2026-02-04 09:43:51 +00:00 | 0 commits to main since this release1.1.3
Release date: 2026-02-04
Highlights
- Critical bug fix for namespace issue causing fatal error
Fixed
- Critical namespace issue with Robotstxt_Updater class causing fatal error
- Fatal error "Class 'iDrivee2Media\Robotstxt_Updater' not found" resolved
- Added global namespace prefix (
\) toRobotstxt_Updater::init()call in main plugin file - Plugin now loads correctly without PHP fatal errors
Technical Details
- Issue:
Robotstxt_Updaterclass is defined in global namespace but was called from withiniDrivee2Medianamespace - Solution: Changed
Robotstxt_Updater::init()to\Robotstxt_Updater::init()to explicitly reference global namespace - Location: idrivee2-media-upload.php line 67
Compatibility
- WordPress: 6.8 - 6.9
- PHP: 8.2 - 8.4
- MariaDB: 10.6+
Tests
- PHP Coding Standards: 0 errors
- WordPress Coding Standards (WPCS): 3.3
- PHPStan: Level 8 (0 errors)
- PHPCompatibility: 8.2-8.4
1.1.2
Release date: 2026-02-04
Highlights
- Build system improvements for consistent PHP 8.2+ deployments
Changed
- Deployment script updated to use PHP 8.2 as platform base for production builds
- Now uses
composer update --no-devinstead ofcomposer install --no-dev - Temporarily configures
platform.php 8.2during build for consistent dependency resolution - Platform configuration cleaned up after build completes
- Deploy script updated to bin/deploy.sh version 1.1.0
Improved
- Production packages now guarantee PHP 8.2+ compatibility regardless of development environment PHP version
- Build consistency ensures reliable deployments across different server environments with varying PHP versions
- Using
composer updateensures latest compatible versions for target PHP version - Dependency resolution is consistent and predictable
Compatibility
- WordPress: 6.8 - 6.9
- PHP: 8.2 - 8.4
- MariaDB: 10.6+
Tests
- PHP Coding Standards: 0 errors
- WordPress Coding Standards (WPCS): 3.3
- PHPStan: Level 8 (0 errors)
- PHPCompatibility: 8.2-8.4
Downloads
-
idrivee2-media-upload-1.1.3.zip
0 downloads ·
2026-02-04 09:43:37 +00:00 · 6.3 MiB
-
v1.1.1 Stable
released this
2026-02-04 09:26:57 +00:00 | 1 commits to main since this release1.1.1
Release date: 2026-02-04
Highlights
- Deployment script improvements to ensure production packages are complete
Fixed
- Deployment script now includes essential files in production packages
- update.json (auto-update system) now included in deploy
- robotstxt-updater.php (auto-update handler) now included in deploy
- readme.txt (WordPress.org documentation) now included in deploy
- changelog.txt (full changelog) now included in deploy
- Updated script documentation and output messages
Improved
- Production packages now contain all files required for automatic updates from Gitea
- Deploy script version updated to 1.1.0
Compatibility
- WordPress: 6.8 - 6.9
- PHP: 8.2 - 8.4
- MariaDB: 10.6+
Tests
- PHP Coding Standards: 0 errors
- WordPress Coding Standards (WPCS): 3.3
- PHPStan: Level 8 (0 errors)
- PHPCompatibility: 8.2-8.4
Downloads
-
idrivee2-media-upload-1.1.1.zip
0 downloads ·
2026-02-04 09:26:45 +00:00 · 6.3 MiB
-
v1.1.0 Stable
released this
2026-02-04 09:16:12 +00:00 | 2 commits to main since this release1.1.0
Release date: 2026-02-04
Highlights
- Configuration and consistency improvements for PHP 8.2+ compatibility
- Updated plugin repository URLs to Gitea
- Fixed text domain consistency across all files
Changed
- Added explicit PHP version requirement (>=8.2) to composer.json
- Updated update.json with correct plugin information
- Fixed Text Domain in robotstxt-updater.php to match plugin slug (idrivee2-media-upload)
- Migrated repository from GitHub to Gitea (git.robotstxt.es)
- Added Gitea Plugin URI and Primary Branch headers
Fixed
- Composer now validates PHP version during dependency installation
- Plugin update system correctly identifies the plugin
- Translations properly loaded for updater error messages
Improved
- All text domains now consistently use 'idrivee2-media-upload'
- Update metadata accurately reflects plugin information
Compatibility
- WordPress: 6.8 - 6.9
- PHP: 8.2 - 8.4
- MariaDB: 10.6+
Tests
- PHP Coding Standards: 0 errors
- WordPress Coding Standards (WPCS): 3.3
- PHPStan: Level 8 (0 errors)
- PHPCompatibility: 8.2-8.4
Downloads
-
idrivee2-media-upload-1.1.0.zip
0 downloads ·
2026-02-04 09:15:52 +00:00 · 6.3 MiB
-
v1.0.0 Stable
released this
2026-02-03 15:55:54 +00:00 | 3 commits to main since this release1.0.0
- Fixes
Downloads
-
idrivee2-media-upload-1.0.0.zip
0 downloads ·
2026-02-03 15:55:38 +00:00 · 6.3 MiB