Skip to content

Releases: spryker/product-attribute-gui

1.2.5

26 Sep 07:29

Choose a tag to compare

Included commits: 1.2.4...1.2.5

Improvements

  • Fixed table URL's.

1.2.4

07 Aug 12:01

Choose a tag to compare

Included commits: 1.2.3...1.2.4

Bugfixes

  • Adjusted the readonly attribute for the input fields in the product attribute management view.

1.2.3

22 Jul 11:24

Choose a tag to compare

Included commits: 1.2.2...1.2.3

Bugfixes

  • Fixed a bug in AttributeController to handle form validation only in case the forms were submitted.

1.2.2

11 Jul 08:35

Choose a tag to compare

Included commits: 1.2.1...1.2.2

Improvements

  • Removed deprecated usage of choices_as_values.

1.2.1

15 Feb 08:52

Choose a tag to compare

Included commits: 1.2.0...1.2.1

Improvements

  • Adjusted filtered output of JSON data.

1.2.0

13 Feb 15:01

Choose a tag to compare

Included commits: 1.1.0...1.2.0

Improvements

Added de_DE and en_US locale translations for Zed UI.

1.1.0

13 Feb 06:38

Choose a tag to compare

Included commits: 1.0.8...1.1.0

Improvements

  • Added CSRF form Spryker\Zed\ProductAttributeGui\Communication\Form\AttributeCsrfForm for product attribute related controllers.
  • Added CSRF validation for product attribute related controllers.

1.0.8

06 Feb 00:12

Choose a tag to compare

Included commits: 1.0.7...1.0.8

Bugfixes

  • removed require('ZedGui'); from every entry point in order to speed Zed building

1.0.7

02 Oct 14:05

Choose a tag to compare

Included commits: 1.0.6...1.0.7

Bugfixes

It is now impossible to add a not existing attribute.

1.0.6

25 Jan 17:54

Choose a tag to compare

Included commits: 1.0.5...1.0.6

Bugfixes

  • Replaced text names for types $builder->add('foo', 'text') is replace by $builder->add('foo', TextType::class).
  • Removed form constructor.
  • Forms now extend Spryker's AbstractType.
  • Use FQCN instead of instances in FormBuilder.