FarCry Core 7.2.7 and 7.2.8 Released

7.2.7 is maintenance patch fixing a bunch of annoying file form tool related errors.

Releases available for download from the website:

Or available direct from GitHub:

7.2.7 Bugs Fixed

[FC-3081] - Form validation is running multiple times in webtop forms
[FC-3082] - Avoid files being written to disk twice due to validation
[FC-3083] - Remove temp file after doing a bulk file upload
[FC-3084] - ioUploadFile is modifying original filenames unnecessarily
[FC-3085] - Replace spaces with a dash in uploaded images and files

Full details for 7.2.7 Bug List

We’ve also back ported a variety of fixes to earlier maintenance branches for those unable to upgrade to the full glory of later releases.

7.1.7 Bugs Fixed

[FC-3066] - Default logDBChanges value on application init
[FC-3072] - Sort order modal not displaying tree nodes
[FC-3076] - Match FARCRY_CONFIG_ env vars on the beginning of the variable name
[FC-3081] - Form validation is running multiple times in webtop forms
[FC-3082] - Avoid files being written to disk twice due to validation
[FC-3083] - Remove temp file after doing a bulk file upload
[FC-3084] - ioUploadFile is modifying original filenames unnecessarily
[FC-3085] - Replace spaces with a dash in uploaded images and files

Full details for 7.1.7 Bug List

7.0.14 Bugs Fixed

[FC-3072] - Sort order modal not displaying tree nodes
[FC-3076] - Match FARCRY_CONFIG_ env vars on the beginning of the variable name
[FC-3081] - Form validation is running multiple times in webtop forms
[FC-3082] - Avoid files being written to disk twice due to validation
[FC-3083] - Remove temp file after doing a bulk file upload
[FC-3084] - ioUploadFile is modifying original filenames unnecessarily
[FC-3085] - Replace spaces with a dash in uploaded images and files

Full details for 7.0.14 Bug List

Enjoy!

1 Like

This release has been followed up with 7.2.8, 7.1.8 and 7.0.15 with the same two bug fixes across all three branches;

  • [FC-3086] - Signed URL for private S3 file download link doesn’t work when there are whitespaces in filename
  • [FC-3087] - Error in ioUploadFile when a CDN location is missing “fullpath” key

This version fixes a compatibility issue with the Cloudinary plugin (FC-3087), plus adds an additional fix for whitespace handling in filenames stored on S3 when using signed URLs (FC-3086).

1 Like