Skip to content

Releases: humanmade/S3-Uploads

3.0.7

04 May 08:22
b65f2c7
Compare
Choose a tag to compare

What's Changed

  • [Backport v3-branch] Added get_s3_path function instead of hard coding s3 path. by @hm-backport in #632

Full Changelog: 3.0.6...3.0.7

3.0.6

29 Nov 09:35
1f3a7a2
Compare
Choose a tag to compare

What's Changed

  • [Backport v3-branch] Add composer/installers to allow-plugins by @hm-backport in #615

Full Changelog: 3.0.5...3.0.6

3.0.5

28 Nov 17:50
776f6d0
Compare
Choose a tag to compare

What's Changed

  • [Backport v3-branch] Use ListObjectsV2 where applicable by @hm-backport in #613

Full Changelog: 3.0.4...3.0.5

Note: If you're looking for the pre-built ZIP archive, use version 3.0.6.

3.0.4

02 Mar 12:00
8ad534d
Compare
Choose a tag to compare

What's Changed

  • Fix spelling mistake in class-wp-cli-command.php by @jezemery in #545
  • Fix typo in class-wp-cli-command.php by @jezemery in #547
  • Updating version to latest release by @kopiro in #544
  • Support composer/installers 2.x, in addition to the 1.x by @grappler in #551
  • Image Editor Imagick: Always return the WP_Error object of parent call by @ocean90 in #566
  • Remove misleading documentation from README.md by @jezemery in #546
  • Backport to v3 branch by @joehoyle in #567

New Contributors

Full Changelog: 3.0.3...3.0.4

3.0.3

30 Jul 15:44
8a1262d
Compare
Choose a tag to compare
  • Change priority for S3 Uploads loader, fixes compat issues with AMP and plugins that access wp_upload_dir() early #540
  • Fix local stream wrapper class name #536

3.0.2

17 Jun 08:43
d47a596
Compare
Choose a tag to compare
  • Fix manual-install script

3.0.1

16 Jun 18:50
6660495
Compare
Choose a tag to compare
  • Fix upload-directory command #521

2.3.0

18 Mar 10:55
3b995ba
Compare
Choose a tag to compare
  • Remove bundled getID3 library #500

2.2.3

16 Mar 14:29
2064c46
Compare
Choose a tag to compare
  • Save filesize with attachment metadata on upload #493

3.0.0

20 Apr 09:29
a840701
Compare
Choose a tag to compare

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().