Skip to content

Releases: ThreeSixtyEu/Sylius

v0.13.0.10

15 Jun 17:04
Compare
Choose a tag to compare

fix type error

v0.13.0.8

05 Jun 14:06
Compare
Choose a tag to compare
dummy payment automaticaly makes order paid and shipped

v0.13.0.7

02 Jun 12:18
Compare
Choose a tag to compare
table sylius_search_index set to InnoDB engine because of master/slav…

v0.13.0.6

29 May 08:39
Compare
Choose a tag to compare
further improves collections, fixes naming issues

The class that marks collection childs for removal was renamed to more descriptive 'remove-on-collection-add' (from 'no-data') and now applies to any child element (not justt direct children).
Collection items' ID is now decided by trying all numbers before one "slot" is free. This should fix all issues with items overwriting one another (inspired by Bootstrap's collection code: https://github.com/braincrafted/bootstrap-bundle/blob/v2.1.2/Resources/js/bc-bootstrap-collection.js#L42-L50).

v0.13.0.5

28 May 15:58
Compare
Choose a tag to compare
form-collection will remove children with a class

Form collection will remove all children with class 'no-data'.
Adding this class to non-data elements will fix numbering of data elements on addition.

v0.13.0.4

22 Apr 14:20
Compare
Choose a tag to compare
uprava zobrazeni nadchazejicich akci pro partnera na dashboardu

v0.13.0.3

04 Mar 14:17
Compare
Choose a tag to compare
added last 5 products for dashboard

v0.13.0.2

13 Feb 15:37
Compare
Choose a tag to compare
fix shipping calculators to return integers

v0.13.0.1

13 Feb 12:30
Compare
Choose a tag to compare
Merge commit 'v0.13.0'

Conflicts:
	src/Sylius/Bundle/CoreBundle/Doctrine/ORM/OrderRepository.php

v0.12.0.3

15 Jan 14:27
Compare
Choose a tag to compare

fixed sorting orders by client name