Changelog
MinIO S3 module WHMCS
Order now | Download | FAQ
v2.0 Released 23-09-2024
Module is coded ionCube v13
Supported php version:
- php 7.4 WHMCS 8.11.0 -
- php 8.1 WHMCS 8.11.0 +
- php 8.2 WHMCS 8.11.0 +
v1.9.1 Released 13-08-2024
- Fixed bug with password, when "Show password" is "no"
v1.9 Released 26-06-2024
- Adapted to MinIO version RELEASE.2024-06-26T01-06-18Z
Attention, the module will not work with versions lower than Adapted to MinIO version RELEASE.2024-06-26T01-06-18Z
v1.8 Released 06-06-2024
- Client area more adapted for mobile version
- Buttons for copying login and password have been added to the client area
v1.7 Released 16-05-2024
- User blocking is disabled after the limit is reached
- When the limit is exhausted, the policy switches to "Raw policy Disk limit"
- Added functional buttons and policy management in the admin area
- Added a functional button for Recalculate Disk Space disk space so that the client can enable read and write rights after cleaning his disk
After updating, you need to insert and save the "Raw policy Disk limit" in the product settings
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"admin:Heal",
"admin:SetBucketTarget",
"admin:TopLocksInfo",
"admin:DataUsageInfo",
"admin:GetBucketQuota",
"admin:GetBucketTarget"
],
"Resource": [
"arn:aws:s3:::<USER_ID>*"
]
},
{
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:DeleteObject",
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::<USER_ID>*"
]
}
]
}
v1.6 Released 21-12-2023
Fixed Issues:
- Resolved a bug preventing the deletion of policies when an account is deleted.
Enhancements:
- Improved the API error logging system for enhanced diagnostics and troubleshooting.
New Features:
- Added functionality to disable bucket creation by default.
- Introduced the option to set a default bucket suffix.
Client Area Enhancements:
- Added the ability to disable the display of service passwords by default.
- Introduced a "Show" button for displaying service passwords in the Client Area.
- Provided options to display service passwords in plain text.
You should save the 'Module Setting' in your products for the module to function correctly.
v1.5 Released 18-12-2023
- Support MinIO RELEASE.2023-12-14T18-51-57Z
- Minor changes in the client area
v1.4 Released 11-10-2023
- Support MinIO RELEASE.2023-10-07T15-07-38Z
- Translations added/updated (Arabic, Azerbaijani, Catalan, Chinese, Croatian, Czech, Danish, Dutch, English, Estonian, Farsi, French, German, Hebrew, Hungarian, Italian, Macedonian, Norwegian, Polish, Romanian, Russian, Spanish, Swedish, Turkish, Ukrainian)
v1.3 Released 08-09-2023
- Support MinIO RELEASE.2023-09-07T02-05-02Z
v1.2 Released 05-03-2023
- Support for PHP 8.1 and PHP 7.4
- Support MinIO RELEASE.2023-02-22T18-23-45Z.
- Changes made to templates, add icons
- API timeout set 30
v1.1 Released 22-02-2023
- Support WHMCS V8.6
- Support for PHP 8.1 (Loader v12) and PHP 7.4
- Changes made to templates
- In the service settings, the choice of email template was changed to a drop-down menu.
- Added translations: German, Ukranian
- Updated mechanism for deleting objects, buckets, and user when terminating a service
v1.0 Released 01-08-2022
First version
No Comments