github j0k3r/banditore 4.0.0

latest releases: 5.0.0, 4.0.1
2 years ago

More than a year after the latest release... ouch.

Main changes are:

The upgrade might be pretty complex.

  1. The configuration is no more in app/config/parameters.yml.dist but in .env.local (which must be created, take inspiration from .env).
  2. If you are using Supervisor to handle consumers, commands have changed too. See data/supervisor.conf to see what changed.
  3. The public entry is no more web/app.php but public/index.php (update your server configuration).
  4. There is a new migration to run (see migrations/Version20200613153754.php): php bin/console doctrine:migrations:migrate -vv (use --dry-run before, of course).

If you are struggling to update to that version, don't hesitate to open an issue.

What's Changed

Full Changelog: 3.1.0...4.0.0

Don't miss a new banditore release

NewReleases is sending notifications on new releases.