Skip to content

Releases: avto-dev/app-version-laravel

v2.0.1

18 Jul 15:22

Choose a tag to compare

Fixed

  • DI binding (register using interface instead implementation)

v2.0.0

16 Jul 06:36
487e669

Choose a tag to compare

Added

  • Docker-based environment for development
  • Project Makefile

Changed

  • Minimal PHP version now is ^7.1.3
  • Minimal Laravel version now is 5.5.x
  • Maximal Laravel version now is 5.8.x
  • Dependency laravel/framework changed to illuminate/*
  • Composer scripts
  • \AvtoDev\AppVersion\AppVersionServiceProvider\AvtoDev\AppVersion\ServiceProvider
  • AppVersionManagerContract methods signatures
  • Helpers (app_versio, app_build, app_version_hash) type-hints

Removed

  • DI binding app.version.manager

v1.4.0

02 Dec 16:59

Choose a tag to compare

Changed

  • Maximal PHP version now is undefined
  • Maximal Laravel version now is 5.7.*
  • CI changed to Travis CI
  • CodeCov integrated

v1.3.1

09 Oct 20:43

Choose a tag to compare

Fixed

v1.3.0

25 Sep 18:59

Choose a tag to compare

Changed

  • Up maximal laravel package version (5.7.*)
  • Tests and CI config for laravel 5.7.*

v1.2.1

06 Jun 17:47

Choose a tag to compare

Changed

  • Composer dependencies clean-up

Updated

  • Source and tests a little bit refactored
  • Blade directives use contract instead abstract container bind alias
  • Abstract tests bootstrapper class removed
  • PHPUnit HTML coverage report disabled by default (container errors after composer update --no-interaction --prefer-lowest)

v1.2

27 Mar 13:22

Choose a tag to compare

Fixed

  • Fix bug with stored in file build value [#1].

Removed

  • Method ->clearCompiled() removed (without previous depreciation).

v1.1

18 Mar 15:21

Choose a tag to compare

Cleanup .gitattributes

First release

17 Mar 19:13

Choose a tag to compare

v1.0

Readme file updated