Fork 3.7.2 released

Today we released Fork 3.7.2. You can also follow Fork on github.

Changelog

Improvements

  • Profiles: LoginLink widget added.
  • Profiles: Added password verification field, see #695.
  • Location: BackendLocationModel::getCoordinates() added.
  • Extensions: you can upload a module from a zip with an extra directory
  • Ajax: endpoint has been changed to not contain an extension. /src/Backend/Ajax.php is now /backend/ajax and /src/Frontend/Ajax.php is now /frontend/ajax
  • Cronjob: endpoint has been changed to not contain an extension. /src/Backend/Cronjob.php is now /backend/cronjob.
  • Routing: use the Symfony routing component to replace routing.yml
  • Core: implement the SymfonyFrameworkBundle to handle routing.
  • Core: make the AppKernel more similar to Symfony's kernel.
  • Core: add the Symfony console component.

Bugfixes

  • Faq: deleting a faq question now also deletes the meta record.
  • Analytics: Cronjob now throws exception instead of trying to redirect.
  • BackendModel: createURLForAction now works in a Cronjob, fixed #513.
  • Core: Fix generation of url's containing non-ascii characters

Comments

Jeroen Desloovere wrote 9 years ago

Awesomeness!