Skip to content

v1.11.0

Compare
Choose a tag to compare
@Zales0123 Zales0123 released this 27 Apr 10:06
· 68 commits to 1.12 since this release
v1.11.0
2fd10e3

TL;DR

  • GridBuilder configurable in PHP 🎉
  • Bump PHP to 8.0 and Symfony to 5.4 🦾
  • Make grid command ⚙️
  • Multiple fixes and improvements 🚀

Features

Improvements

Fixes

  • #182 [GridBuilder] Fix update action label (@loic425)
  • #209 Hotfix with datasources (@loic425)
  • #212 [Fix] Add a logic exception to install the needed adapter (@loic425)
  • #211 [Fix] Register grid maker only when maker is enabled (@loic425)
  • #222 [Security] Dql injection through sorting parameters blocked (@TheMilek)
  • #223 [Sorting] Allow for sorting on disabled, declared fields (to preserve bc) (@lchrusciel)
  • #224 [Sorting] Allow for sorting on disabled, declared fields (to preserve bc) (@lchrusciel)
  • #228 Fix coding style for make grid command (@loic425)
  • #229 [GridMaker] Use snake case for grid names (@loic425)
  • #231 Remove tmp Price grid (@loic425)
  • #233 Fix coding standards (and the build as well) (@Zales0123)