Skip to content

Releases: zumo/zumokit-bundle

Release 1.0.9

Choose a tag to compare

@dbibbos dbibbos released this 06 Jan 12:38
5d51aeb

[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

Choose a tag to compare

@dbibbos dbibbos released this 20 Dec 17:38
c2b226a

[1.0.6] - 2019-12-20

Fixed

  • Fixed namespace for Wallet in Controller/AuthControoler.

Release 1.0.5

Choose a tag to compare

@dbibbos dbibbos released this 20 Dec 12:19
8298585

[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

Choose a tag to compare

@dbibbos dbibbos released this 19 Dec 10:55
03529dd

[1.0.4] - 2019-12-19

Fixed

  • Fixed package version in composer.json.

Release 1.0.1

Choose a tag to compare

@dbibbos dbibbos released this 16 Dec 12:54
abdf76c

[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.

Initial release 1.0.0

Choose a tag to compare

@zumo zumo released this 08 Nov 15:39
Initial commit