Skip to content

Releases: intaro/custom-index-bundle

v1.1.0

21 Oct 19:56
e44da36
Compare
Choose a tag to compare

What's Changed

  • docker env + php-cs + phpstan + ci + fixes by php-cs-fixer and phpstan by @muxx in #26
  • doctrine/orm 3 compability by @muxx in #27

Full Changelog: v1.0.3...v1.1.0

v1.0.3

20 Sep 14:59
aff719d
Compare
Choose a tag to compare

What's Changed

  • Exclude temp concurrent indexes %_ccnew from query of current indexes by @blackbjorn in #25

Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

27 Aug 14:23
Compare
Choose a tag to compare

What's Changed

v1.0.1

27 Aug 08:13
Compare
Choose a tag to compare

What's Changed

v1.0.0

26 Aug 11:30
Compare
Choose a tag to compare

What's Changed (by @underground20 in #22)

  • Minimum php version raised to 8.1
  • Removed support for symfony < 5
  • Now you must always pass an array in a property columns (previously it was possible to pass a string/array)
  • Replaced the use of annotations with attributes

Full Changelog: v0.5.0...v1.0.0

v0.5.0

19 Aug 05:39
46e33a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

13 Jun 15:42
11d499c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

Symfony 6.x support

05 Jul 12:08
c9c5e22
Compare
Choose a tag to compare

Merge pull request #17 from tuqqu/symfony6

Symfony 6 support

Indexes in an abstract class of a joined inheritance

25 Mar 14:41
d4b0895
Compare
Choose a tag to compare

Merged pull request #8 from efacenda:indexing-of-join-and-single-table-inheritance

Add support indexes in an abstract class of a joined inheritance

Symfony 5.x support

14 Sep 11:51
f4db53e
Compare
Choose a tag to compare
Merge pull request #14 from kiler129/symfony5

intaro#13: Add support for Symfony 5.x