Skip to content

Releases: shivas/versioning-bundle

4.1.0

16 Mar 16:54
fd09c29
Compare
Choose a tag to compare

What's Changed

  • Support Symfony 7 by @sorrx in #93
  • Dropped support for Symfony 3 and 4.

Full Changelog: 4.0.3...4.1.0

4.0.3

30 Jul 17:18
88d8fe0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.2...4.0.3

Version 4.0.2

19 Dec 14:26
427969b
Compare
Choose a tag to compare
  • Make use of attribute AsCommand. #85 #86

Version 4.0.1

19 Feb 15:00
a1ff217
Compare
Choose a tag to compare

Added

Version 4.0.0

15 May 17:49
Compare
Choose a tag to compare

Added

Breaking changes

  • Service Shivas\VersioningBundle\Service\VersionManagerInterface instead of Shivas\VersioningBundle\Service\VersionManager.
  • Set service Shivas\VersioningBundle\Formatter\FormatterInterface to change formatter instead of VersionManager argument.
  • Shivas\VersioningBundle\Formatter\NullFormatter to disable formatting.
  • PHP type hints where possible.
  • Consider changes of nikolaposa/version as well.

Version 3.2.4

18 Mar 19:50
f17c797
Compare
Choose a tag to compare

Changed

  • GitRevisionProvider: Recognize repository if .git is a file as well. #68 #71

Version 3.2.3

08 Dec 15:59
44611db
Compare
Choose a tag to compare

Added

  • Support for Symfony 5. #64

Changed

  • Make commands lazily loaded. #65

Version 3.2.2

21 Nov 17:40
368c574
Compare
Choose a tag to compare

Added

  • Support for Twig 3. #62

Version 3.2.1

09 Aug 17:24
757022a
Compare
Choose a tag to compare

Fixed

  • Attempted to call an undefined method named "withPatchIncremented" of class "Version\Version". #59

Version 3.2.0

04 Aug 13:01
441c0b8
Compare
Choose a tag to compare

Added

  • Support for nikolaposa/version:^3.0. #47

Changed

  • Removed/updated deprecated code. #52 #53

Fixed

  • GitRepositoryProvider Warning: is_dir(): open_basedir restriction in effect. #41
  • Exception when using trailing whitespace in version file. #37 #40