Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 09 May 14:41
· 32 commits to refs/heads/main since this release
54712c3

What's changed

⚠️ Breaking changes

  • The configuration for the AnonymizeUsers processor has changed. Make sure to update your config file accordingly, so
    that it follows the following format:

    \VanOns\LaravelEnvironmentImporter\Processors\AnonymizeUsers::class => [
        'preserve_emails' => ['@example.com', '[email protected]'],
        'email_domain' => 'example.com',
        'password_override' => 'password',
    ]

🚀 Features

  • Add support for configurable email domain and password override #7 (by @dnwjn)