Releases: Dan0sz/strip-db-dump
Releases · Dan0sz/strip-db-dump
v1.1.3
v1.1.2
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
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
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
First release!
Check the README for currently supported 3rd party plugins.
Full Changelog: https://github.com/Dan0sz/strip-db-dump/commits/v1.0.0