Releases: matejvelikonja/LabbyBundle
Releases · matejvelikonja/LabbyBundle
Release 0.2.2
Merge pull request #14 from origammi/do-not-hardcode-mysql-path Do not hardcode the path to the mysql binary
Release 0.2.1
Merge pull request #13 from alsar/configupdate Added a list of accepted DBAL config keys
Release 0.2.0
Added support for Symfony3.
BC: Dropped support for PHP 5.3.3. Lowest version of PHP is now 5.3.9.
Release 0.1.1
Adds recreate database option, which is by default enabled. Every time before syncing database from remote, it drops database and creates new one.
More details at #9.
Release 0.1.0
BC
password_reset option has been removed in favour of event executors.
Now you can achieve same functionality with this config:
# ...
event_executors:
post_sync.db:
- sf: "fos:user:change-password admin admin"
# ...First release
v0.0.1 missing timeout in process building