Downloads:
Verj.io Studio Links:
Windows 64 bit: https://downloads.verj.io/verjio/v5.10. ... _win64.exe
Linux 64 bit: https://downloads.verj.io/verjio/v5.10. ... x64.tar.gz
Mac: https://downloads.verj.io/verjio/v5.10. ... _1_mac.dmg
On-premise Server Links
Windows 64 bit: https://downloads.verj.io/verjio/v5.10. ... _win64.exe
Linux 64 bit: https://downloads.verj.io/verjio/v5.10. ... x64.tar.gz
Changes introduced in Version 5.10.1:
- When configuring web resource client scripts using the $ws prefix syntax, some operating systems resolve the mime-type for JavaScript files. This prevents the browser loading the JavaScript.
For example: $ws/clientScripts/myfunctions.js
Some JavaScript files were generated in the HTML as: <script src="ebWebResource/clientScripts/myfunctions.js" type="text/plain"></script>
This has been corrected to: <script src="ebWebResource/clientScripts/myfunctions.js" type="text/javascript"></script>
- Public RESTFul Web Service could not resolve the endpoint if it contains both Path and URL parameters.
For example: /customer/{customerId}?customerName{customerName}
- Losing concatenated properties in object return values from executeFunction. The value is returned as
For example:
Code: Select all
{"empty": false}
This now returns:Code: Select all
var customerName = "Joe Bloggs"; function getCustomerDetails() { return { customer = "Customer Name: " + customerName; } }
Code: Select all
{ customer: "Customer Name: Joe Bloggs" }
- When using the Workflow API worlkflow.getFilteredJobs() threw an exception when using a POSTGRES database for the UFSRepository.
- Running an event script in a Part Page Component caused an error when testing the component by pressing the Test Part Page Component from the Verj.io Studio.
- Search Files in the Verj.io Studio did not search all the JQuery events handlers configured on a Control in its HTML Element Properties.
Release notes and installation instructions:
See the V5.10.1 Readme