Releases: sandstorm/UserManagement
Releases · sandstorm/UserManagement
🐛 FIX: Registration Flow deprecated attributes column type "json_array" - migrated to "flow_json_array"
🐛 FIX: Registration Flow deprecated attributes column type "json_array" - migrated to "flow_json_array"
Latest
Bug since Neos 8.4, original error message: "Unknown column type 'json_array'...."
DC2Type "json_array" was deprecated (Doctrine Deprecation) and needed to be changed to work for newer flow / Neos versions.
The RegistrationFlow class still used it for its attributes column.
7.1.4: Merge pull request #59 from sandstorm/prefill-reset-pw
FEATURE: Allow to prefill reset password form
7.1.3: Merge pull request #58 from haase-fabian/master
TASK: replace whitelistObject() with new allowObject()
Compatibility with Neos 8
7.1.2 TASK: 8.0 compatibility
7.1.1: Merge pull request #55 from Alloboissons/feature/i18n-bugfix
[BUGFIX] Fix translation arguments type and wrong translation id
Translatability of Messages, French Default Translation
Thanks so much @Chxyz for your contribution :)
support Neos/Flow 7
Thanks @MarcoPNS for your contribution ❤️ ❤️
fixed RegistrationFlowValidationServiceInterface in Flow 6
Thanks to @gsirin for your contribution :)
fix Doctrine Migration Charset issues
7.0.2 Merge remote-tracking branch 'origin/6.0'
fix Doctrine Migration Charset issues
6.2.1 Merge remote-tracking branch 'origin/5.0' into 6.0