Releases: humanmade/S3-Uploads
Releases · humanmade/S3-Uploads
3.0.7
3.0.6
3.0.5
3.0.4
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
- @jezemery made their first contribution in #545
- @kopiro made their first contribution in #544
- @grappler made their first contribution in #551
Full Changelog: 3.0.3...3.0.4
3.0.3
3.0.2
3.0.1
2.3.0
2.2.3
3.0.0
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()
.
- Switch to using PHP namespaces #401 by @joehoyle
- Save filesize with attachment metadata on upload #493 by @goldenapples
- Switch to fixed version of Psalm Plugin WordPress #494 by @joehoyle
- Forward travis env vars to Psalm #480 by @joehoyle
- Publish type coverage to Psalm Shepherd #479 by @joehoyle
- Lazy load s3 client #475 by @joehoyle
- Set coding-standards to 0.8.0 #477 by @joehoyle
- Loosen type signature add_s3_signed_params_to_attachment_image_src #474 by @joehoyle
- Fix issue with get attachment image src #447 by @stuartshields