Skip to content

Releases: norberttech/aceeditor-bundle

5.0.0

02 Jan 21:15
db63227
Compare
Choose a tag to compare

What's Changed

  • Fixed spaceless block for Twig 3 by @verheyenkoen in #36
  • Bump symfony/http-kernel from 5.1.2 to 5.1.11 by @dependabot in #37
  • Bump twig/twig from 3.0.3 to 3.4.3 by @dependabot in #43
  • Configure Renovate by @renovate in #44
  • Update actions/checkout action to v3 by @renovate in #48
  • Update actions/cache action to v3 by @renovate in #47
  • Bump php minimum version & fix deprecations by @nocive in #67
  • Fix preg_match being called on non string values in form type by @nocive in #68
  • Update documentation to reflect current support for 5.x by @nocive in #69
  • Small code modernization refactor by @nocive in #70
  • Delete renovate.json by @norberttech in #73
  • Migrate project to the AceEditorBundle\AceEditorBundle namespace (fixes #74) by @nocive in #75
  • Add dependabot configuration (fixes #72) by @nocive in #76
  • Fix namespace for twig templates by @nocive in #83
  • Bump symfony/expression-language from 6.4.0 to 6.4.2 by @dependabot in #81
  • Bump symfony/framework-bundle from 6.4.1 to 6.4.2 by @dependabot in #80
  • Bump symfony/twig-bridge from 6.4.0 to 6.4.2 by @dependabot in #79
  • Bump phpunit/phpunit from 9.6.15 to 10.5.5 by @dependabot in #78
  • Bump friendsofphp/php-cs-fixer from 3.41.1 to 3.45.0 by @dependabot in #77
  • Add psalm & phpstan static analysis by @nocive in #82
  • Bump symfony/expression-language from 6.4.0 to 6.4.2 by @dependabot in #84
  • Bump symfony/twig-bridge from 6.4.0 to 6.4.2 by @dependabot in #85
  • Bump symfony/framework-bundle from 6.4.1 to 6.4.2 by @dependabot in #86

New Contributors

Full Changelog: 4.0.2...5.0.0

4.0.2

26 Nov 10:26
Compare
Choose a tag to compare
  • Use Twig namespaced classes and removed usage deprecated interface (#32)

4.0.1

11 Aug 17:03
9cf4198
Compare
Choose a tag to compare
  • Fixed form template resource path

4.0.0

09 Mar 06:42
Compare
Choose a tag to compare
  • Added support for Symfony 4

3.0.0

07 Jul 08:58
Compare
Choose a tag to compare
  • Added support for Symfony ^3.0

2.8.0

07 Jul 08:47
Compare
Choose a tag to compare
  • Symfony ^2.8 support

0.1.2: Merge pull request #11 from EDSI-Tech/master

05 Jan 11:40
Compare
Choose a tag to compare
Fixed #10 "Error with Symfony 2.6"