Skip to content

Releases: matejvelikonja/LabbyBundle

Release 0.2.2

01 Jun 07:23

Choose a tag to compare

Merge pull request #14 from origammi/do-not-hardcode-mysql-path

Do not hardcode the path to the mysql binary

Release 0.2.1

21 Mar 14:42

Choose a tag to compare

Merge pull request #13 from alsar/configupdate

Added a list of accepted DBAL config keys

Release 0.2.0

24 Dec 09:52

Choose a tag to compare

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

19 Mar 08:15

Choose a tag to compare

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

27 Feb 21:28

Choose a tag to compare

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

27 Feb 21:02

Choose a tag to compare

v0.0.1

missing timeout in process building