Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Jul 13, 2024
1 parent 71cc3bd commit cebdb26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ to your S3 root folder, but read and write permissions to your S3 bucket.

* Currently this plugin is using a custumized [Amazon's SDK for PHP plugin](https://github.com/ewallah/moodle-local_aws.git).

## Warnings
## Warning

* This plugin is NOT compatible with the original [Amazon's SDK for PHP plugin](https://moodle.org/plugins/local_aws). If you use the original SDK, your site will become unavailable.
* This plugin is 100% open source and has NOT been tested in Moodle Workplace, Totara, or any other proprietary software system. As long as the latter do not reward plugin developers, you can use this plugin only in 100% open source environments.
* This plugin is NOT compatible with the original [Amazon's SDK for PHP plugin](https://moodle.org/plugins/local_aws). If you use the original SDK, your site will become unavailable.
* Encrypted files or buckets are not supported.

## Theme support
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
$plugin->component = 'repository_s3bucket';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = ['repository_s3' => ANY_VERSION, 'local_aws' => 2024050800];
$plugin->release = 'v4.4.1';
$plugin->release = 'v4.4.2';
$plugin->supported = [402, 404];
$plugin->version = 2024031000;
$plugin->version = 2024062800;

0 comments on commit cebdb26

Please sign in to comment.