This repository has been archived by the owner on May 25, 2020. It is now read-only.
Releases: serlo/athene2
Releases · serlo/athene2
Build 15
Build 14
Build 13
Build 12
Build 11
Build 10
Build 9
Build 8
Build 8 - 2019-02-20
Fixed
- Upload all images required for new tenants
- Send notification emails correctly
Internal
- Downgrade PHP version in dev environment to PHP 7.0.33 to match version on production servers
- Execute PHP stuff (e.g. Composer, PHPUnit) in a Docker Container with PHP 7.0.33
- Automatically deploy assets (mind the changes in
develop.local.dist.php
)
Build 7
Build 7 - 2019-02-18
Added
- Add hindi (hi) and spanish (es) tenants. Locally needs a database update before using! (#807)
Changed
- Improved compliance with spam guidelines
- Improved welcome email
- Improved notification email
Internal
- Add mock mail adapter to test emails in development environment (see changed
src/config/autoload/develop.local.dist.php
)