Releases 2017-05
This page shows items released so far this month.
Friday, May 12, 2017
NEW OPTIONS HTTP verb support (CORS)
We now support OPTIONS calls on Beebox API methods. This allows you to perform API requests through a web browser and pass the CORS pre-flight checks. Please note you still require to add Access-Control-Allow-Origin to the Web.config of the Beebox server.
Core, Beebox - BB-25
IMPROVED Project creation: copy properties improved
When copying properties from another project that use XLIFF hotfolder, we disabled the XLIFF hotfolder to avoid the two projects to use the same XLIFF folders. We changed this behavior in order to keep the XLIFF hotfolder enabled, but change the XLIFF paths to the new project folders.
Core, Beebox - BB-24