Skip to content

Releases: humanmade/S3-Uploads

3.0.0 Beta 1

01 Apr 13:47
a840701
Compare
Choose a tag to compare
3.0.0 Beta 1 Pre-release
Pre-release

This update contains breaking changes:

The plugin now uses namespaces rather than prefixed class or function names. Any references in custom code to classes or functions in this plugin will need to be updated.

For example to get the plugin class instance change S3_Uploads::get_instance() to S3_Uploads\Plugin::get_instance().

3.0.0 Alpha 1

09 Mar 12:43
a840701
Compare
Choose a tag to compare
3.0.0 Alpha 1 Pre-release
Pre-release

This update contains breaking changes:

The plugin now uses namespaces rather than prefixed class or function names. Any references in custom code to classes or functions in this plugin will need to be updated.

For example to get the plugin class instance change S3_Uploads::get_instance() to S3_Uploads\Plugin::get_instance().

2.2.2

08 Jul 12:10
577886b
Compare
Choose a tag to compare
  • Backport slow scandir() operations #425

2.2.1

18 Nov 17:20
bc1df42
Compare
Choose a tag to compare
  • Fix verify WP CLI command #357

2.1.0

23 May 16:05
f17559c
Compare
Choose a tag to compare

2.1.0 final release. See 2.1.0 RC 1 and 2.1.0 RC 2 notes for changes.

2.1.0 RC2

16 Apr 05:15
f17559c
Compare
Choose a tag to compare
2.1.0 RC2 Pre-release
Pre-release
  • Remove lib/aws-sdk from repository #305
  • Fix delete files on delete attachment #307
  • Fix Imagick with s3 compatibility #306

2.1 RC1

21 Dec 16:27
3962555
Compare
Choose a tag to compare
2.1 RC1 Pre-release
Pre-release
Merge pull request #285 from tristanbes/patch-2

Update README.md

2.0.0

13 Mar 15:13
70d50a2
Compare
Choose a tag to compare

2.0.0 Beta 3

15 Mar 04:02
Compare
Choose a tag to compare
2.0.0 Beta 3 Pre-release
Pre-release
  • Fix temp directory in copy_image_from_s3()

2.0.0 Beta 2

09 Aug 11:34
Compare
Choose a tag to compare
2.0.0 Beta 2 Pre-release
Pre-release
  • Fix metadata fetching via wp_read_image_metadata()