Releases: rewardenv/reward
Releases · rewardenv/reward
v0.5.2
Changelog
Added
- Configure exact Composer version from
.env
file. - Use ssmtp to send emails from PHP containers instead of mhsendmail.
- Add option to configure MAGE_RUN_CODE and MAGE_RUN_TYPE from
.env
file.
Changed
- Update Magento install command to support customizing cache options.
Fixed
- Read template overrides from reward home directory properly (thanks @moke13-dev)
v0.5.1
Changelog
[0.5.1] - 2023-11-02
We're super excited to announce Reward
0.5.1!
Changed
- Add
TRAEFIK_EXTRA_HOSTS
from.env
to traefik labels.
v0.5.0
Changelog
We're super excited to announce Reward
0.5.0!
Major changes
- Add experimental support for rootless
php-fpm
containers.
v0.4.10
Changelog
Changed
- Default Magento version is now v2.4.6-p2.
- Change default PHP versions to 8.2.
Fixed
- Fix an issue with patch version comparisons.
v0.4.9
Changelog
Fixed
- Fix an issue with disabling Magento 2 Two Factor Authentication for 2.4.6+ versions.
v0.4.8
Changelog
Changed
- Add
host.docker.internal
to php-fpm and php-debugextra_hosts
to support this host name on linux native docker.
v0.4.7
Changelog
Changed
- Reverted default dnsmasq listen address back to
127.0.0.1
instead of0.0.0.0
as it caused issues for some users.
v0.4.6
Changelog
Added
- Above Magento 2.4.6 when you run
reward bootstrap
with--disable-tfa
flag Reward will also disable Adobe IMS.
v0.4.5
Changelog
Fixed
- Fix an issue with the default shell container of PWA-Studio environment.
v0.4.4
Changelog
Fixed
- Fix an issue with PWA-Studio environment.