Skip to content

Releases: helios-ag/FMElfinderBundle

Bugfix release

17 Apr 02:44
e8df6b1
Compare
Choose a tag to compare

What's Changed

  • fix plugin options not passed

New Contributors

Full Changelog: 12.1.2...12.1.3

Bugfix release

21 Jan 13:18
a83f0c7
Compare
Choose a tag to compare

What's Changed

  • Fix elfinder_tinymce_init4 duplicate definition by @magik092 in #473

New Contributors

Full Changelog: 12.1.1...12.1.2

PHP 8, Symfony 6 Support

09 Jan 10:41
d4d66dc
Compare
Choose a tag to compare

Symfony 6 support

PHP 7.4, Symfony 4.4/5.0/5.2

15 Dec 13:50
ab52b44
Compare
Choose a tag to compare

#437 Add missing constant
#447 Fix typos in elfinder_type.html.twig
#448 Improved error message for custom adapter service
#451 Replaced deprecated calls

Optional docroot, Symfony 5.2 Support and PHP 8

29 Jan 14:44
0c35db5
Compare
Choose a tag to compare

#436 Added option to select docroot
#433 Symfony 5.2 and PHP 8.0
#424 Pass formTypeId to custom editor
#411 More one home folder
#403 Add support for the quarantine parameter

Use asset() for settings correct URL

16 Feb 23:33
334dbd4
Compare
Choose a tag to compare

#396 yml extensions changed to yaml
#395 Setting MIME reply to text/javascript for mainJS
#394 Using asset() to ensure the URL is correct (if website not deployed under /)

Minor fixes

26 Jan 05:18
e7433a2
Compare
Choose a tag to compare

Closes #358
Issue with relative path to js dir fixed.

Fixed minor bugs

25 Jan 05:47
6605c06
Compare
Choose a tag to compare

#390 Wrong import for eventdispatcher
#391 AWS fix for endpoint (default null)

Renamed routing file extension

14 Jan 10:02
15cb1f7
Compare
Choose a tag to compare
Routing file extension changed to yaml (#387)

* renamed routing file extension

* Changed to yaml in tests

Symfony 5 support

12 Jan 06:39
4fcf580
Compare
Choose a tag to compare
Symfony 5 support Pre-release
Pre-release
  • Added Symfony 5 support #377
  • Removed component installer dependency
  • assetsPath option removed
  • Return hash #368
  • Controller deprecation fix #361
  • Some more minor fixes