...
- WMS DPI support.
- A DPI parameter is included in WMS map requests which helps generate better maps in reports at higher DPI settings.
- Improved support for date and time in inline data definitions.
- The inline data definitions now support date, time and timestamp values.
- Support dump update.
- The support dump now attempts to include the report designs in the generated zip file.
- Map tips configuration update.
- The maptips configuration will now accept the 'tip' tags embedded in a 'tips' tag.
- Improvement in snippet registration.
- Snippets that require an 'id' attribute can be registered using 'refid' to preserve the 'id' value. For example a view snippet requires an 'id' to specify what view panel to use, so a view snippet can now be registered with the correct id for the view panel, plus a 'refid' attributes, and the snippet can then be referenced by the 'refid' rather than the 'id'.
- User login/logout events.
- A user starting a new session and ending a session will now fire an internal event that can be used by other bundles to track user sessions.
- Updated bundle output in support dump.
- The bundles listed in a support dump no longer include the bundle id, which was useless for support, and is now sorted by bundle name.
- Zip'n'ship update.
- The Zip'n'Ship export now uses the map CRS as the CRS to export the data to if one isn't set explicitly.
- StreetView enhancement.
- It's now possible to run both v2 and v3 of street view at once.
- Include file list in support dump.
- The support dump now include a list of the feature and plugin files.
- Improved error reporting on AGS errors.
- The logging when an invalid AGS URL is specified has been improved for AGS 10.1.
- Log warning for AGS.
- If AGS returns a map image smaller that requested a warning is logged asking you to increase the size of images AGS is allowed to generate.
...