Skip to content

Latest commit

 

History

History
176 lines (141 loc) · 9.85 KB

CHANGELOG.md

File metadata and controls

176 lines (141 loc) · 9.85 KB

Changelog

All notable changes to this project will be documented in this file, per the Keep a Changelog standard.

[2.2.1] - 2022-03-23

Fixed

  • Fix download command

[2.2.0] - 2021-05-17

  • Support overriding version for create and push as well as setting version to nightly. Props dinhtungdu.
  • Better error handling for get_download_url. Props paulschreiber.
  • Message warning users about using production databases
  • Update rmccue/requests version

2.1.0 - 2021-01-22

Added

  • --overwirte_local_copy flag to the pull command (props @eugene-manuilov via #71).
  • --suppress_instructions flag to the pull command (props @eugene-manuilov via #76).
  • --format option to the search command that accepts json and table values (props @eugene-manuilov via #70).
  • GitHub actions to build and push a new docker image when a new release is published (props @eugene-manuilov via #72, #73).

Changed

  • Search command arguments to allow multiple queries.
  • --include_files and --include_db flags of create, download, pull and push commands to accept negative values.
  • --confirm_wp_version_change flag of the pull command to accept negative values.
  • Documentation updates (props @eugene-manuilov, @jeffpaul via #75).
  • Docker image to be compatible with the current version of 10up/wpsnapshots:dev (props @eugene-manuilov via #74).

Removed

  • --column-statistics=0 --no-tablespaces parameters (props @felipeelia via #68).

Fixed

  • Empty line issue rendered at the beginning of all commands.

2.0.1 - 2020-08-06

Fixed

2.0 - 2020-07-15

Added

  • CLI options for slug and description (props @tlovett1 via #60).

Changed

1.6.3 - 2020-01-18

Changed

1.6.2 - 2019-10-17

Fixed

1.6.1 - 2019-10-17

Changed

  • Improve hosts file suggestion (props @adamsilverstein via #50).
  • Use --single-transaction during the database backup phase of a create or push (props @dustinrue via #58).
  • Documentation updates (props @jeffpaul via #54).

1.6 - 2019-04-16

Added

  • fs method, small option, and cookie constants (props @tlovett1).

1.5.4 - 2019-03-21

Added

Changed

  • If unable to decode config, set empty array (props @tlovett1).

1.5.3 - 2018-12-09

Fixed

1.5.2 - 2018-11-14

Added

1.5.1 - 2018-10-23

Added

  • Custom snapshot directory environment variable (props @tlovett1).

1.5 - 2018-10-14

Changed

  • Refactoring from Connection to RepositoryManager and backcompat for filling repo name in (props @tlovett1).

1.4 - 2018-10-10

Added

  • Multi-repo support and verbose logging (props @tlovett1).

Changed

  • Search and replace optimizations, get site and home URLs directly (props @tlovett1).

Fixed

  • region variable in LocationConstraint (props @tlovett1).

1.3.1 - 208-09-30

Fixed

1.3 - 2018-09-23

Added

  • Enable pushing an already created snapshot, smart defaults for Pull (props @tlovett1).
  • Auto-write multisite constatns to wp-config.php (props @tlovett1).
  • Port to blog domain, main domain CLI option (props @tlovett1).

1.2.1 - 2018-09-18

Fixed

  • Provide signature, region, and version in the ::test method (props @cmmarslender via #40).

1.2 - 2018-09-16

Added

Changed

  • Move config file to ~/.wpsnapshots/config.json(props @tlovett1).
  • Abstract out Snapshot class to make programmatic interaction with WP Snapshots easier (props @tlovett1).
  • Properly test MySQL connection before bootstrapping WordPress (props @tlovett1).
  • Multisite pull changes: should URLs inside existing snapshots, make sure type full URLs instead of paths (props @tlovett1).
  • &> to 2>&1. &> is a bash shortcut for the other, but not running bash with shell_exec so sometimes still see the errors (props @cmmarslender via #37).
  • Update AWS SDK and require PHP 7 (props @tlovett1).
  • Ensure WordPRess is present (props @tlovett1).

1.1.3 - 2018-07-31

Added

  • Reference AWS Setup documentation in main repo readme (props @christianc1 via #28).

Fixed

  • Error on CreateRepository command (props @tlovett1, @EvanAgee).
  • Bug where downloading WordPress and moving wp-content when it already existed threw an error (props @tlovett1).
  • maxdepth parameter order (props @tlovett1).

1.1.2 - 2018-02-23

Fixed

1.1.1 - 2018-01-12

Added

Fixed

1.0 - 2017-12-11

  • Initial WP Snapshots release.