Releases: zumo/zumokit-bundle
Releases · zumo/zumokit-bundle
Release list
Release 1.0.9
[1.0.9] - 2020-01-06
Added
- Added root file for the bundle documentation (Resources/doc/index.rst)
- Added Travis CI configuration file .travis.yml.
- Added Flint CI configuration file.
- Added PHPStan bundle for Symfony. [DEV]
- Added phpunit.xml.dist and modified composer.json for functional tests.
- Added documentation for Zumokit Bundle integration (Resources/doc/index.md).
Changed
- Improved User and Wallet entity interfaces. Now we support multiple wallets (crypto accounts) per user.
Removed
- Removed excess code.
Release 1.0.6
[1.0.6] - 2019-12-20
Fixed
- Fixed namespace for Wallet in Controller/AuthControoler.
Release 1.0.5
[1.0.5] - 2019-12-19
Changed
- Changes due to the reference direction change between user and his wallets (Wallets => User):
- Added 'user' property to the 'wallet' entity.
Added
- Added verification if wallet already exists on Controller/AuthController/syncWallets before deciding whether to update properties of existing wallet or create a new one.
Release 1.0.4
[1.0.4] - 2019-12-19
Fixed
- Fixed package version in composer.json.
Release 1.0.1
[1.0.1] - 2019-11-09
Changed
- Renamed vendor's name from 'Blockstar' to 'Zumo'.
- Renamed PHP package namespace from 'blockstar/zumokit-bundle' to 'zumo/zumokit-bundle'
- Renamed root configuration parameter from 'zumo_zumokit' to 'zumokit'.
- Security update: changed minimal required version of symfony/dependency-injection and symfony/framework-bundle.