Skip to content

Releases: joschi127/doctrine-entity-override-bundle

Fix dependencies to use symfony flex

05 Oct 23:05
4a4f70d
Compare
Choose a tag to compare

config loading & travis changes

28 May 16:13
9cb13da
Compare
Choose a tag to compare
v0.7.1

travis changes

Added support for Symfony 4.0, dropped support for php 5.5

05 Jun 10:17
e464a22
Compare
Choose a tag to compare
Merge pull request #11 from joschi127/travis-php71-php72

Add php 7.1 and 7.2 to travis matrix

Update readme

26 Mar 15:10
Compare
Choose a tag to compare

Add info about unsupported @Orm\AttributeOverrides and example code in tests folder to readme.

Allow to directly override properties

26 Mar 15:00
Compare
Choose a tag to compare

Allow to directly override properties, without using @Orm\AttributeOverrides

Several fixes and improvements

09 Mar 17:54
ba440e7
Compare
Choose a tag to compare
  • Implement assoc mapping to customized entity
  • Added test - One to one relation to customized user
  • Fix for relative targetEntity classnames in inherited associations
  • Update to Symfony 2.8.3 or newer, drop support for Symfony 2.7

Added Compatibility with Stable Version of Symfony 3.0.x

17 May 10:30
Compare
Choose a tag to compare
v0.4.3

Added Compatibility with Stable Version of Symfony 3.0.x (has to be a…

Fix for ManyToOne Relation

14 May 23:18
Compare
Choose a tag to compare
v0.4.2

Fix for ManyToOne Relation

Compatibility with different Symfony Versions, Tests, Support for inheritance from entity without mapped super class - fixed

14 May 21:41
Compare
Choose a tag to compare

Fix for symfony 3, service name starting with @ has to be quoted in yml

13 May 21:13
Compare
Choose a tag to compare
v0.3.1

Fix for symfony 3, service name starting with @ has to be quoted in y…