Skip to content

Releases: mendix/CommunityCommons

App Store release v7.0.0

22 Feb 16:33

Choose a tag to compare

  • 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

15 Sep 13:44

Choose a tag to compare

Added entity access to entity to prevent incomplete module status.

App Store release v6.3.1

29 Aug 08:47

Choose a tag to compare

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

10 Jul 11:33

Choose a tag to compare

  • Converted module to 7.1.0.
  • Added jar which is not provided by runtime anymore in Mx7.

App Store release v6.2

26 Jun 08:26

Choose a tag to compare

  • 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

18 Nov 14:12

Choose a tag to compare

  • Fixed deprecations for Mx7.
  • Updated Joda Time library (Thanks to Andries Smit)

App Store release v6.0.0

11 Nov 09:08

Choose a tag to compare

  • Prevents error in RunMicroflowAsUser in case of execution of scheduled event where the context has no user.
  • Removed extensive logging in RunMicroflowAsync

App Store release v5.5.1

13 Jul 15:27

Choose a tag to compare

  • 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

25 Nov 12:28

Choose a tag to compare

  • 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

02 Jun 14:23

Choose a tag to compare

  • 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