Releases: mendix/CommunityCommons
Releases · mendix/CommunityCommons
App Store release v7.0.0
- Microflow parameters, instead of microflow name as string. Thanks Jelle Dekker!
- String split action. Thanks Richard Edens!
- Parameter name improvement. Thanks Pieter vd Braak!
App Store release v6.3.2
Added entity access to entity to prevent incomplete module status.
App Store release v6.3.1
Added Batik library which is not provided by Mendix Runtime for Mendix 7. Fixes NoClassDefined error when using Sanitize function.
App Store release v6.3.0
- Converted module to 7.1.0.
- Added jar which is not provided by runtime anymore in Mx7.
App Store release v6.2
- Added MonthsBetween(Thanks R.Catersels)
- Fixed hash function(Thanks M.deHaas)
- Added CreateLogNode function (Thanks M.deHaas).
- Updated Commons.Codec jar.
- Added substring functions (Thanks R.Schouwen)
- Added option for PDF overlay in background (Thanks J.Dekker)
App Store release v6.1
- Fixed deprecations for Mx7.
- Updated Joda Time library (Thanks to Andries Smit)
App Store release v6.0.0
- Prevents error in
RunMicroflowAsUserin case of execution of scheduled event where the context has no user. - Removed extensive logging in RunMicroflowAsync
App Store release v5.5.1
- Use current context when context user equals username as parameter in 'ExecuteMicroflowAsUser'.
- Removed condition in AquireLock method enabling locking from scheduled events.
- Now closes inputstreams in DuplicateFileDocument and DuplicateImage methods.
App Store release v5.5
- Removed deprecated getDTAPMode function, use IsInDevelopmentMode instead.
- Improved hash() java action
- Added empty files to userlib folder. These files are an indicator for which module added particular libraries to a project, when downloading the module from the App Store.
App Store v5.4 Release
- Execute session initialization in separate transaction to avoid potential deadlock
- Added ability to specify nr of digits, uppercase and special characters to use in the random generated password.
- Update commons lang jar from 2.5 to 3