v2.0.1
- communication with the API now works on any host #89
- integration tests added #54
.yml
configuration files cleanup 9140334, d6efaee- improve naming of API access related classes 3a1275f
- add missing translations #92, #73
- improve webpack and bundle configuration 4098dbf, c86faa3
Important security update 🔐
SUPLA-Cloud prior to v2.0.1 uses an obsolete MD5 algorithm for hashing user passwords. The password are now hashed with an appropriate solution using BCrypt.
Passwords for existing users will be silently re-hashed on the next successfull authentication.
Database schema changes 🏦
This release contains database schema changes. In order to apply them, run the following command after update:
php bin/console doctrine:migrations:migrate
Upgrades ⬆️
Symfony 3.1.10 ➡️ 3.3.2
Swift Mailer 5.4.6 ➡️ 6.0.1
If upgrading manually, run composer install
to fetch the new dependencies.