InfoGlue 2.9.5 Final available for download
Release notes
Version 2.9.5 is a bugfix release but it also has some small new features.
It improves performance and also increases backwards compability. We have also released this version as a bundled developer version made for the windows-platform. Read more here.
Thanx for all reports and proposals for bugfixes.
The InfoGlue Team
Abbreviated Changelog from 2.9.4 Final
- Fixed bug in script reference - made all popups from management tool not work.
- Added save and exit button to component property dialog.
- Also fixed so component properties are not shown after you use a content:assignPropertyBinding. New attribute on that tag as well so you can force the palette to show.
- Made compress page response default true - makes page delivery much faster.
- Reinstated page cache on decorated views. Most important for the related css/javascript pages. To many uncached hits otherwise.
- Bundled some jquery plugins into one file instead of many in decorated view.
- Fixed small bug with custom markup
- Added new structure:componentLabel tag which works similar as contentAttribute but is meant only to get mapped labels from the component itself.
- Fixed SQL so SQLServer does accept the diagnostic screen.
- Added setting possibility to turn off final rendering in decorated view.
- Fixed so the old behaviour with decorated mode being finally rendered is back. To many was forced to rewrite components otherwise.
- Fixed so component property value does not return null due but empty string as it used to if not available.
- Fixed encoding bug in asset bindings
- Worked on better asset key encoding handling - before there was issues with i18n asset keys on multiple asset bindings.
- Added new interception point "ComponentPropertyEditor.EditAdvancedProperties" which controls who sees the Advanced properties - arrow on component properties palette.