Skip to content

Releases: Dan0sz/strip-db-dump

v1.1.3

26 Jan 19:21
Compare
Choose a tag to compare
  • Improved: when no filename argument is provided, a random 6 character string is generated.

Full Changelog: v1.1.2...v1.1.3

v1.1.2

26 Jan 19:12
Compare
Choose a tag to compare

Seperated the Compatibility-classes to allow more flexible contracts when adding compatibility for a 3rd party plugin:

  • OrdersCompatibilityInterface
  • CustomersCompatibilityInterface
  • UsersCompatibilityInterface

Also, added return types.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

26 Jan 14:32
Compare
Choose a tag to compare

Additional 3rd party plugin support can now be easily added by simply creating a class in src/Compatibility/ which implements the CompatibilityInterface and adding the new class' name to the handler methods in the Main class.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

26 Jan 13:16
Compare
Choose a tag to compare
  • Added --all argument
  • Added support for @afragen's Git Plugin Updater.

Full Changelog: v1.0.1...v1.1.0

v1.0.1

25 Jan 13:59
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

25 Jan 13:47
Compare
Choose a tag to compare

First release!

Check the README for currently supported 3rd party plugins.

Full Changelog: https://github.com/Dan0sz/strip-db-dump/commits/v1.0.0