coopTilleuls / CoopTilleulsCKEditorSonataMediaBundle

Integrates SonataMediaBundle for Symfony with CKEditor
http://les-tilleuls.coop
MIT License
53 stars 41 forks source link

MediaAdminController compatibility with Symfony 3.4 #31

Closed gnorby88 closed 6 years ago

gnorby88 commented 6 years ago

Use FormRenderer runtime to maintain compatibility with Symfony 3.4

Symfony 3.4 deprecates TwigRenderer (TwigBridge) in favour of FormRenderer (Form component). While the old class is still available, it is not registered as a Twig runtime anymore. (See this related changeset in the TwigBridge component.)

meyerbaptiste commented 6 years ago

Thx @gnorby88!

meyerbaptiste commented 6 years ago

FYI, I just created a new release.