Skip to content

Releases: gebruederheitz/wp-backup

1.0.0: It's release time

19 May 09:32
Compare
Choose a tag to compare

No functional changes to 1.0.0-beta.1.4.

  • [chore] Update changelog (0b38dba)
  • [chore] Remove nvm config from npm tarball (ff5abdd)

1.0.0-beta.1.4: Restoration & External dependency cleanup

19 May 09:20
Compare
Choose a tag to compare

This release properly implements backup restoration and an option to create a new backup before restoring an older one. It also removes the external dependencies on PHP, WP-CLI and the archive tools gzip and ZIP. The database connection is now configured through an existing dotenv file, a YAML configuration file or a "database URL" string passed as a command line option. Backups can now also be "tagged" with a simple string appended to the generated filename.

  • [feat] Read db-url from command line & YAML (#3) (ea50f7e)
  • [feat] Remove wp-cli and php dependencies (#3) (8fa612f)
  • [docs] Extend usage documentation (e30f5cc)
  • [feat] Use internal archive utility to compress backups (closes #2) (0952a55)
  • [fix] Use release-it to write version string to source (8824368
  • [feat] Read app version from pubspec file (#1) (d7903fc)
  • [fix] Always clean up (53a4056)
  • [chore] Update dependencies (8b9eadb)
  • [feat] Backup before restore; including restore fixes (#5) (d29fecf)
  • [feat] Add backup comments & restoration (2914960)
  • [refactor] Normalized OptionParameters object; rename command to "mode" (57e41e0)

1.0.0-beta.1.3: Fix configuration wizard

02 Mar 19:05
Compare
Choose a tag to compare
  • [chore] Remove releast-it changelog plugin for now (38bd299)
  • [fix] Type conflict through List<String?> vs. List (be2042a)
  • [docs] Document installation methods (337f29f)
  • [chore] Fix packaging (e7d0c6d)
  • [chore] Add additional npm binary field (11909b4)

1.0.0-beta.1.2: Initial prerelase

02 Mar 18:09
Compare
Choose a tag to compare
Pre-release

Added

  • release-it set up.
  • Keep-a-changelog plugin added.
  • NPM configuration added