Skip to content

Releases: spryker/acl

3.0.6

25 Jan 17:54
Compare
Choose a tag to compare

Included commits: 3.0.5...3.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.

3.0.5

13 Dec 15:43
Compare
Choose a tag to compare

Included commits: 3.0.4...3.0.5

Bugfixes

  • update success/error messages in Zed

3.0.4

07 Nov 15:26
Compare
Choose a tag to compare

Included commits: 3.0.3...3.0.4

Bugfixes

  • add .safe-submit css class where double-click prevention must be enabled

3.0.3

05 Oct 15:46
Compare
Choose a tag to compare

Included commits: 3.0.2...3.0.3

Bugfixes

  • Fixing navigation.xml by removing link from "Users Control" breadcrumb element

3.0.2

30 Aug 09:32
Compare
Choose a tag to compare

Included commits: 3.0.1...3.0.2

Bugfixes

Fixed Installer::addUser() call during Installer run. The order of the arguments had to be switched.

3.0.1

01 Aug 12:03
Compare
Choose a tag to compare

Included commits: 3.0.0...3.0.1

Bugfixes

  • Refactored tests.
  • Added missing navigation entries into the XML file.

3.0.0

23 Feb 14:30
Compare
Choose a tag to compare

Included commits: 2.0.2...3.0.0

Improvements

  • Use new UtilDateTime bundle.
  • Use AbstractController from Kernel.
  • Replaced Spryker\Shared\Url\Url with UtilText.
  • Added GroupPlugin to handle user groups.
  • Renamed Installer to AclInstallerPlugin, removed direct use of Installer bundle.

2.0.2

21 Nov 14:26
Compare
Choose a tag to compare

Included commits: 2.0.1...2.0.2

Adjustments

In newer Symfony Versions setDefaultOptions() is deprecated. To be able to work with the newer versions we added the new configureOptions() method. The old method now delegates to the new method.

  • Deprecated setDefaultOptions().
  • Added configureOptions().

2.0.1

22 Jun 13:04
Compare
Choose a tag to compare

Included commits: 2.0.0...2.0.1

Bugfixes

  • Allows latest Importer bundle release to be used.

2.0.0

04 Apr 16:39
Compare
Choose a tag to compare

Release Acl bundle with version 2.0.0