Version 3.0 (6/13/2023) * Now supports Ubuntu 20.04 on x86_64 architecture and 22.04 on x86_64 and aarch64 architectures * Added native Apple Silicon (M1/M2) support * Better SSL support * General stability improvements * Memory management / PID file cleanup improvements Version 2.3 (11/3/2022) * Added support for MacOS Ventura Version 2.205 (6/25/2021) * Added support for Apple M1 Architecture Version 2.204 (12/11/2020) * Fixed an issue with sending plugin problem reports Version 2.203 (11/2/2020) * Fixed an issue where plugins were failing to load on FileMaker Server 19.1 and later Version 2.2 (11/20/2019) * Fixed issues with the registration dialog where registration would not persist * Plugins are now notarized to comply with MacOS Catalina changes * Improved logging, preventing hangups on background logging threads * Better handling of child processes on Windows Version 2.1 (5/14/2019) * Plugin startup and shutdown procedures have been greatly improved. * Fixed issues that caused PSOS calls to return "Host capacity exceeded" * Fixed issues that prevented plugins from autoupdating using the Install Plugin script step * Fixed an issue where multiple server side scripts would cause plugin functions to time out * Fixed issues related to multi user environments (Server side scripts, WebDirect, Custom Web Publishing) * Fixed issues where child processes would not be terminated on shutdown * Reworked GUI framework, so that plugin windows will stay in lock-step with FileMaker windows Version 2.09 (6/14/2018) * Fixed a problem that caused some plug-ins installed in FMS 17 on Windows to not initialize * Fixed a problem when loading JBDC jars Version 2.08 (1/21/2018) * Fixed a problem where plug-ins that had just been installed on Windows would not initialize if Internet Security options were set to 'high' Version 2.07 (1/12/2018) * Various improvements to plug-in GUI functions for progress bars and dialogs * Significant improvements to plug-in stability when running in FileMaker Server, on Mac, Windows, and FileMaker Cloud Version 2.06 (12/6/2017) * Now compatible with MacOS High Sierra * License checking code has been improved - fixed several issues related to license checking * Graphical User Interface (GUI) improvements made to progress bars, file choosers, and configuration dialog windows * Better reliability when loading and initializing plug-ins Version 2.05 (6/6/2017) * Fixed cases where server-side scripts could cause the FileMaker Scripting Engine to hang * Fixed some issues with FileMaker Cloud when enabling and disabling plug-ins repeatedly * Fixed some problems on Mac displaying configuration dialog * Fixed an issue for maintenance customers getting an incorrect message that their license was expired * Restored compatibility for 32-bit Windows OS Version 2.04 (5/27/2017) * Many bug fixes, especially for GUI operations, server-side operations, and running multiple plug-ins Version 2.02 (5/12/2017) * Fixed an issue that prevented plug-ins from loading in Windows Server 2012r2 Version 2.01 (5/10/2017) *No longer requires Java installation *Can use plugin functions as script steps with a user-friendly GUI for specifying parameters *Better error reporting in scripts *Compatible with FileMaker Cloud *Better compatibility with FileMaker Server for Perform Script on Server and scheduled scripts *Each plugin runs in a separate process, increasing reliability and stability *Plugins can be reliably unloaded, making it possible to auto-update without restarting FileMaker *Where appropriate, plugin parameters can be selected from pull-down lists and checkboxes *Support for streaming large container data, allowing unlimited amounts of data to be transferred between FileMaker and the plugin without running out of memory. *Compatible with the older plugin API, so you can continue to use your existing scripts and calculations with the new plugins. Version 1.86 (5/12/2015) * FileMaker 14 compatibility release * Updates to usage with PSOS and server scheduled scripts * Updates to install plugin and auto-update Version 1.851 (1/8/2015) * Improvements XML import feature Version 1.84 (12/15/2014) * Full support for Perform Script on Server (PSOS), FileMaker Server 13 feature * 64-bit support for all plugin deployments * Support for Windows Server 2012 * Various fixes and improvements Version 1.832 (7/18/2013) * Added support for multi-jar JDBC drivers * Improved logging * Fixed bug that would throw errors when closing old statements Version 1.83 (7/18/2013) * Fixed an issue where the plugin was attempting to retrieve auto-generated keys for JDBC drivers that do not support this feature Version 1.81 (6/21/2013) * 64-bit plugin now included for use with Custom Web Publishing in FMS 12 * New error reporting features in plugin * Compatible with Java 7 update 25 Version 1.8 (4/4/2012) * FileMaker Pro and Server 12 compatibility release. Version 1.77 (12/27/2011) * Fixes for PostgreSQL compatibility Version 1.75 (4/8/2011) * Fixed a problem where making hundreds of inserts to Oracle could result in a 'too many open cursors' error * Fixed an issue with running an INSERT, plugin was incorrectly returning -1 instead of the count of inserted records. Version 1.74 (1/24/2010) * Fixed issues with Auto-Update on Mac and Windows. Plugins prior to this version will need to be removed from the Auto-Update directory, we've put together an applet to take care of this http://www.360works.com/remove-plugins/. Perviously, FileMaker needed to be restarted after Auto-Update on Mac and on Windows the update had to be performed manually in some cases, this update takes care of both issues. Version 1.73 (1/18/2010) * Issue was resolved that was only allowing one plugin at a time to load on Windows 7 and Windows Server 2008r2. * Logging is now consolidated to a single log file for all 360Works plug-ins. This should make it easier to report issues to 360Works, and will also significantly reduce the amount of disk space used when running multiple 360Works plugins on FileMaker Server. Version 1.722 (7/12/2010) * Updated licensing architecture * Improved connection example in the documentation. * Better date/time/number formatting for SQL statement with embedded filemaker fields. Version 1.721 (3/8/2010) * Fixed intermittent problem where plugins may not load in Windows XP in FileMaker 11 Version 1.72 (2/4/2010) * Removed error dialog popups for added in last update Version 1.711 (1/27/2010) * Now displays visible error message unless SetErrorCapture is on * Fixed situations where modal dialogs could appear behind other windows in MS Windows * Fixed plugin not loading in Java 6 update 18 Version 1.7 (12/2/2009) * Support for returning large amounts of data from MySQL queries, fixing OutOfMemoryError Version 1.69 (8/27/2009) * OS X 10.6 Snow Leopard compatible Version 1.68 * Fixed bug that could happen when SQL query doesn't start with a normal SQL keyword (for example, when it's wrapped in parentheses) Version 1.671 (3/17/2009) * Documentation improvements Version 1.67 (3/9/2009) * Added support for Sybase / jConnect databases * Improved support for non-conforming JDBC drivers Version 1.651 (2/6/2009) * Added support for jConnect JDBC driver, works with sybase, many other databases. Version 1.6 (1/30/2009) * Added two new functions: jdbcGetTimestampValue and jdbcGetNumberValue * Added auto-detection of column types to jdbcGetValue function Version 1.53 (1/28/2009) * Fixed compatibility issues with running on Server 10 and IWP Version 1.52 (11/12/2008) * Fix for applets when using Java 1.6_10 Version 1.51 (10/3/2008) * No longer requires a demo license to run in demo mode Version 1.5 * Binary/Container support for reading/writing. Version 1.4 * Better compatibility with multiple 360Works plugins running in Leopard. * Fixed memory leaks. * Improvements to stability, especially when running in IWP Version 1.31 * Better error handling & capture during XML import Version 1.3 * Results of jdbcXmlImportUrl are now streamed directly to FileMaker, preventing memory issues with large result sets.