Skip to content

Commit

Permalink
Preparing 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdion committed Sep 15, 2022
1 parent 0efcaf8 commit 36e4b3b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
8 changes: 7 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Integrate Amazon S3, CloudFront and Amazon S3–compatible storage with Joomla!'s Media Manager.

This is the first version of this plugin.
#### Changelog

* Bug fix: [HIGH] Some S3 buckets may return directories with an empty name, breaking Media manager
* Bug fix: [HIGH] Clicking the sidebar folder names leads to an error
* Bug fix: [MEDIUM] No image previews when using straight up S3 (instead of CloudFront)
* Bug fix: [LOW] PHP 8 warning
* Bug fix: [LOW] PHP 8 deprecated notice
4 changes: 2 additions & 2 deletions plugins/filesystem/s3/s3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<authorUrl>https://www.akeeba.com</authorUrl>
<copyright>Copyright (c)2022 Akeeba Ltd / Nicholas K. Dionysopoulos</copyright>
<license>GNU GPL v3 or later</license>
<creationDate>2022-04-24</creationDate>
<version>1.0.0</version>
<creationDate>2022-09-15</creationDate>
<version>1.0.1</version>
<description>PLG_FILESYSTEM_S3_XML_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\Filesystem\S3</namespace>

Expand Down
31 changes: 31 additions & 0 deletions update/plg_filesystem_s3.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
<!-- Amazon S3 Filesystem for Joomla update provisioning XML stream -->
<updates>
<update>
<version>1.0.1</version>
<tags>
<tag>stable</tag>
</tags>

<downloads>
<downloadurl type="full" format="zip">https://github.com/akeeba/plg_filesystem_s3/releases/download/1.0.1/plg_filesystem_s3-1.0.1.zip</downloadurl>
</downloads>
<infourl title="Release Notes">https://github.com/akeeba/plg_filesystem_s3/releases/download/1.0.1</infourl>

<targetplatform name="joomla" version="4.[012]"/>

<php_minimum>7.2.0</php_minimum>

<ars-phpcompat version="7.2"/>
<ars-phpcompat version="7.3"/>
<ars-phpcompat version="7.4"/>
<ars-phpcompat version="8.0"/>
<ars-phpcompat version="8.1"/>
<ars-phpcompat version="8.2"/>

<name><![CDATA[Amazon S3 Filesystem for Joomla]]></name>
<description><![CDATA[Integrate Amazon S3, CloudFront and Amazon S3–compatible storage with Joomla!'s Media Manager]]></description>
<maintainer><![CDATA[Akeeba Ltd]]></maintainer>
<maintainerurl><![CDATA[https://www.akeeba.com]]></maintainerurl>
<type>plugin</type>
<element>s3</element>
<folder>filesystem</folder>
<client>administrator</client>
</update>
<update>
<version>1.0.0</version>
<tags>
Expand Down

0 comments on commit 36e4b3b

Please sign in to comment.