die-wegmeister / Wegmeister.DatabaseStorage

A Neos CMS plugin to store data into Database and export it as xlsx (and other table formats). Also compatible with the Neos FormBuilder (https://github.com/neos/form-builder).
GNU General Public License v3.0
5 stars 7 forks source link

Neos 5.x support #17

Closed christophengelmayer closed 4 years ago

christophengelmayer commented 4 years ago

Updated dependecies to support Neos 5.x

Fixes #16

Benjamin-K commented 4 years ago

Thanks for your Pull Request. Did you test the change with Neos 5.0 or simply update the composer.json?

christophengelmayer commented 4 years ago

I tested it on a site running Neos 5.1.5 and it works fine.

Only thing I noticed, is that the csv export isn't working.

Benjamin-K commented 4 years ago

Thanks for the feedback. I will add the CSV issue to the issues and merge your PR.