Skip to content

Releases: makers99/wp-cli-db-export-clean

Release list

1.0.1

Choose a tag to compare

@sun sun released this 04 Sep 10:52
74e4bbb

What's Changed

  • fix(export): Emojis are replaced with "?" in the exported database dump. by @sun in #25

Full Changelog: 1.0.0...1.0.1

1.0.0

Choose a tag to compare

@sun sun released this 17 Mar 22:25
4610b9d
  • Fixed SQL errors if allowed IDs are empty. (#20)
  • Fixed slow query for allowed users caused by the use of regexp. (#21)
  • Added --remove-keys option to avoid missing licenses on staging sites. (#19)
  • Fixed missing postmeta for exported posts. (#18)
  • Added exclusions for woocommerce, gravityforms, woocommerce-seo et al. (#17)
  • Added drop table option. (#7)
  • Fixed DB_HOST is not respected. (#3)
  • Fixed fatal error due to missing composer dependencies. (#4)
  • Fixed export is removing all orders and subscriptions. (#2)
  • Added filtering of users, orders and subscriptions, and progress bar.