All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.1 - 2025-02-14
- Fix bug where media sync hooks are added when s3 bucket settings are empty by @seanlanglands in #34
1.4.0 - 2025-01-14
- Added upload custom WP-CLI command to upload a single attachment by @ovidiul in #20
- Added documentation for WP-CLI commands by @GaryJones in #31
1.3.0 - 2025-01-01
- Update stop_the_insanity to vip_inmemory_cleanup by @rebeccahum in #16
- update readme to note composer use by @BrookeDot in #21
- Adjustments to terminology and adding some links by @yolih in #22
- Adding Tests Skeleton by @ovidiul in #25
- Add composer ^2.0 by @matriphe in #24
- Bump aws/aws-sdk-php from 3.150.3 to 3.288.1 by @ovidiul in #26
- chore: Remove composer.lock by @GaryJones in #27
- Define minimum supported PHP version by @GaryJones in #28
1.2.0 - 2022-10-27
- Update dependencies for PHP 8.0 and bump to v1.2.0 by @bratvanov in #18
1.1.0 - 2024-04-25
- Check settings exists before hooking for sync by @PatelUtkarsh in #2
- VIP: Eliminate chance of duplicate
wp-content/uploads
in destination path by @jacklenox in #1 - Change hooks to improve reliability by @jacklenox in #5
- Add/upload image edits to s3 by @brettshumaker in #11
- Update
aws-sdk-php
version by @parkcityj in #3 - Update composer.lock file for aws-sdk-php lib update. by @rahulsprajapati in #4
- Initial release.