Skip to content

Releases: zoopcommerce/shard

Hotfix: EmbedOne DiscriminatorMap

15 Jun 06:37
Compare
Choose a tag to compare

Fixes a bug that prevented:

/**
 * @ODM\EmbedOne(
 *      discriminatorField="type",
 *      discriminatorMap={
 *         "RecordLabel"    = "Zoop\Shard\Test\ODMCore\TestAsset\Document\RecordLabel",
 *         "Artist"         = "Zoop\Shard\Test\ODMCore\TestAsset\Document\Artist"
 *      }
 * )
 */
protected $license;

ZF2 v2.3

09 Jun 04:03
Compare
Choose a tag to compare

Updates shard dependencies to ZF2 v 2.3.

Hotfix: Nested Abstract Embeds

09 Jun 03:40
Compare
Choose a tag to compare

Fixes:

  • Unserialize Nested Abstract Embeds #56
  • EmbedMany with a discriminatorMap #55