Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

57 lines (41 loc) · 2.9 KB

Changelog for S3 Media Sync

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

Fixed

  • 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

  • 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

Changed

  • 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

Maintenance

  • 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

Maintenance

  • Update dependencies for PHP 8.0 and bump to v1.2.0 by @bratvanov in #18

1.1.0 - 2024-04-25

Fixed

  • 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

Maintenance

  • Update aws-sdk-php version by @parkcityj in #3
  • Update composer.lock file for aws-sdk-php lib update. by @rahulsprajapati in #4

1.0.0 - 2020-06-03

  • Initial release.