diff --git a/command/tests/extensionsTest/extensionWithLibsAtRoot/plugin.xml b/command/tests/extensionsTest/extensionWithLibsAtRoot/plugin.xml index d0d510cba8..240f88dc42 100644 --- a/command/tests/extensionsTest/extensionWithLibsAtRoot/plugin.xml +++ b/command/tests/extensionsTest/extensionWithLibsAtRoot/plugin.xml @@ -2,7 +2,7 @@ TEST Plugin Mirth Corporation @mirthversion - 3.9.0 + 3.9.1 http://www.mirthcorp.com Fake plugin.xml to test shared library loading diff --git a/command/tests/extensionsTest/extensionWithLibsAtRootAndSubfolder/destination.xml b/command/tests/extensionsTest/extensionWithLibsAtRootAndSubfolder/destination.xml index bb7d88f527..9edac6c31f 100644 --- a/command/tests/extensionsTest/extensionWithLibsAtRootAndSubfolder/destination.xml +++ b/command/tests/extensionsTest/extensionWithLibsAtRootAndSubfolder/destination.xml @@ -2,7 +2,7 @@ TEST Plugin Mirth Corporation @mirthversion - 3.9.0 + 3.9.1 http://www.mirthcorp.com Fake plugin.xml to test shared library loading diff --git a/command/tests/extensionsTest/extensionWithMultileSharedLibsFromDifferentXml/destination.xml b/command/tests/extensionsTest/extensionWithMultileSharedLibsFromDifferentXml/destination.xml index 6804ae53df..0acfc7e82f 100644 --- a/command/tests/extensionsTest/extensionWithMultileSharedLibsFromDifferentXml/destination.xml +++ b/command/tests/extensionsTest/extensionWithMultileSharedLibsFromDifferentXml/destination.xml @@ -2,7 +2,7 @@ TEST Plugin Mirth Corporation @mirthversion - 3.9.0 + 3.9.1 http://www.mirthcorp.com Fake plugin.xml to test shared library loading diff --git a/command/tests/extensionsTest/extensionWithMultileSharedLibsFromDifferentXml/plugin.xml b/command/tests/extensionsTest/extensionWithMultileSharedLibsFromDifferentXml/plugin.xml index b7f58f53cb..724fb5ed7f 100644 --- a/command/tests/extensionsTest/extensionWithMultileSharedLibsFromDifferentXml/plugin.xml +++ b/command/tests/extensionsTest/extensionWithMultileSharedLibsFromDifferentXml/plugin.xml @@ -2,7 +2,7 @@ TEST Plugin Mirth Corporation @mirthversion - 3.9.0 + 3.9.1 http://www.mirthcorp.com Fake plugin.xml to test shared library loading diff --git a/command/tests/extensionsTest/extensionWithMultileSharedLibsFromDifferentXml/source.xml b/command/tests/extensionsTest/extensionWithMultileSharedLibsFromDifferentXml/source.xml index b0d6a3bcc0..1bc6bc05d9 100644 --- a/command/tests/extensionsTest/extensionWithMultileSharedLibsFromDifferentXml/source.xml +++ b/command/tests/extensionsTest/extensionWithMultileSharedLibsFromDifferentXml/source.xml @@ -2,7 +2,7 @@ TEST Plugin Mirth Corporation @mirthversion - 3.9.0 + 3.9.1 http://www.mirthcorp.com Fake plugin.xml to test shared library loading diff --git a/command/tests/extensionsTest/extensionWithNoSharedLibs/source.xml b/command/tests/extensionsTest/extensionWithNoSharedLibs/source.xml index 0de84f42b4..42686c1813 100644 --- a/command/tests/extensionsTest/extensionWithNoSharedLibs/source.xml +++ b/command/tests/extensionsTest/extensionWithNoSharedLibs/source.xml @@ -2,7 +2,7 @@ TEST Plugin Mirth Corporation @mirthversion - 3.9.0 + 3.9.1 http://www.mirthcorp.com Fake plugin.xml to test shared library loading diff --git a/command/tests/extensionsTest/extensionWithSameLibReferencedFromDifferentXml/plugin.xml b/command/tests/extensionsTest/extensionWithSameLibReferencedFromDifferentXml/plugin.xml index 757aca8eb4..c0f843b134 100644 --- a/command/tests/extensionsTest/extensionWithSameLibReferencedFromDifferentXml/plugin.xml +++ b/command/tests/extensionsTest/extensionWithSameLibReferencedFromDifferentXml/plugin.xml @@ -2,7 +2,7 @@ TEST Plugin Mirth Corporation @mirthversion - 3.9.0 + 3.9.1 http://www.mirthcorp.com Fake plugin.xml to test shared library loading diff --git a/command/tests/extensionsTest/extensionWithSameLibReferencedFromDifferentXml/source.xml b/command/tests/extensionsTest/extensionWithSameLibReferencedFromDifferentXml/source.xml index 757aca8eb4..c0f843b134 100644 --- a/command/tests/extensionsTest/extensionWithSameLibReferencedFromDifferentXml/source.xml +++ b/command/tests/extensionsTest/extensionWithSameLibReferencedFromDifferentXml/source.xml @@ -2,7 +2,7 @@ TEST Plugin Mirth Corporation @mirthversion - 3.9.0 + 3.9.1 http://www.mirthcorp.com Fake plugin.xml to test shared library loading diff --git a/server/conf/mirth.properties b/server/conf/mirth.properties index 2ac1b366b9..958b720bed 100644 --- a/server/conf/mirth.properties +++ b/server/conf/mirth.properties @@ -22,7 +22,7 @@ password.reuseperiod = 0 password.reuselimit = 0 # Only used for migration purposes, do not modify -version = 3.9.0 +version = 3.9.1 # keystore keystore.path = ${dir.appdata}/keystore.jks diff --git a/server/dbconf/derby/derby-database.sql b/server/dbconf/derby/derby-database.sql index 038826b55e..0f29895a7c 100644 --- a/server/dbconf/derby/derby-database.sql +++ b/server/dbconf/derby/derby-database.sql @@ -90,7 +90,7 @@ INSERT INTO PERSON (USERNAME, LOGGED_IN) VALUES('admin', 0); INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(1, 'YzKZIAnbQ5m+3llggrZvNtf5fg69yX7pAplfYg0Dngn/fESH93OktQ=='); -INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.9.0'); +INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.9.1'); INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1'); diff --git a/server/dbconf/mysql/mysql-database.sql b/server/dbconf/mysql/mysql-database.sql index 02b84ec084..c4c5ce6f10 100644 --- a/server/dbconf/mysql/mysql-database.sql +++ b/server/dbconf/mysql/mysql-database.sql @@ -97,7 +97,7 @@ INSERT INTO PERSON (USERNAME, LOGGED_IN) VALUES('admin', FALSE); INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(1, 'YzKZIAnbQ5m+3llggrZvNtf5fg69yX7pAplfYg0Dngn/fESH93OktQ=='); -INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.9.0'); +INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.9.1'); INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1'); diff --git a/server/dbconf/oracle/oracle-database.sql b/server/dbconf/oracle/oracle-database.sql index 988b6ec473..a65d147340 100644 --- a/server/dbconf/oracle/oracle-database.sql +++ b/server/dbconf/oracle/oracle-database.sql @@ -91,7 +91,7 @@ INSERT INTO PERSON (ID, USERNAME, LOGGED_IN) VALUES (PERSON_SEQUENCE.NEXTVAL, 'a INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(PERSON_SEQUENCE.CURRVAL, 'YzKZIAnbQ5m+3llggrZvNtf5fg69yX7pAplfYg0Dngn/fESH93OktQ=='); -INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.9.0'); +INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.9.1'); INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1'); diff --git a/server/dbconf/postgres/postgres-database.sql b/server/dbconf/postgres/postgres-database.sql index abf5df8594..824ecf7105 100644 --- a/server/dbconf/postgres/postgres-database.sql +++ b/server/dbconf/postgres/postgres-database.sql @@ -91,7 +91,7 @@ INSERT INTO PERSON (USERNAME, LOGGED_IN) VALUES('admin', FALSE); INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(1, 'YzKZIAnbQ5m+3llggrZvNtf5fg69yX7pAplfYg0Dngn/fESH93OktQ=='); -INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.9.0'); +INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.9.1'); INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1'); diff --git a/server/dbconf/sqlserver/sqlserver-database.sql b/server/dbconf/sqlserver/sqlserver-database.sql index 8a04f13ae6..dbda5da26c 100644 --- a/server/dbconf/sqlserver/sqlserver-database.sql +++ b/server/dbconf/sqlserver/sqlserver-database.sql @@ -100,7 +100,7 @@ INSERT INTO PERSON (USERNAME, LOGGED_IN) VALUES('admin', 0); INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(1, 'YzKZIAnbQ5m+3llggrZvNtf5fg69yX7pAplfYg0Dngn/fESH93OktQ=='); -INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.9.0'); +INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.9.1'); INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1'); diff --git a/server/mirth-build.properties b/server/mirth-build.properties index 04f8d27abf..12e1b924cc 100644 --- a/server/mirth-build.properties +++ b/server/mirth-build.properties @@ -4,4 +4,4 @@ client=../client webadmin=../webadmin manager=../manager cli=../command -version=3.9.0 \ No newline at end of file +version=3.9.1 \ No newline at end of file diff --git a/server/src/com/mirth/connect/client/core/Version.java b/server/src/com/mirth/connect/client/core/Version.java index 04ad79ac81..660600673d 100644 --- a/server/src/com/mirth/connect/client/core/Version.java +++ b/server/src/com/mirth/connect/client/core/Version.java @@ -57,7 +57,8 @@ public enum Version { V3_7_1("3.7.1"), V3_8_0("3.8.0"), V3_8_1("3.8.1"), - V3_9_0("3.9.0"); + V3_9_0("3.9.0"), + V3_9_1("3.9.1"); // @formatter:on diff --git a/server/src/com/mirth/connect/connectors/dimse/destination.xml b/server/src/com/mirth/connect/connectors/dimse/destination.xml index ce8692ce20..bccf3939a8 100644 --- a/server/src/com/mirth/connect/connectors/dimse/destination.xml +++ b/server/src/com/mirth/connect/connectors/dimse/destination.xml @@ -2,7 +2,7 @@ DICOM Sender NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to send messages using DICOM protocol. com.mirth.connect.connectors.dimse.DICOMSender diff --git a/server/src/com/mirth/connect/connectors/dimse/source.xml b/server/src/com/mirth/connect/connectors/dimse/source.xml index 40b8ddd0f9..d848db1472 100644 --- a/server/src/com/mirth/connect/connectors/dimse/source.xml +++ b/server/src/com/mirth/connect/connectors/dimse/source.xml @@ -2,7 +2,7 @@ DICOM Listener NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to listen for incoming messages over a standard TCP connection. com.mirth.connect.connectors.dimse.DICOMListener diff --git a/server/src/com/mirth/connect/connectors/doc/destination.xml b/server/src/com/mirth/connect/connectors/doc/destination.xml index 7bc38ccab6..81f48aa254 100644 --- a/server/src/com/mirth/connect/connectors/doc/destination.xml +++ b/server/src/com/mirth/connect/connectors/doc/destination.xml @@ -2,7 +2,7 @@ Document Writer NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to create RTF or PDF documents based on an HTML template. PDF files can be password protected. com.mirth.connect.connectors.doc.DocumentWriter diff --git a/server/src/com/mirth/connect/connectors/file/destination.xml b/server/src/com/mirth/connect/connectors/file/destination.xml index 0a9b1ca5e0..517aafc0ce 100644 --- a/server/src/com/mirth/connect/connectors/file/destination.xml +++ b/server/src/com/mirth/connect/connectors/file/destination.xml @@ -2,7 +2,7 @@ File Writer NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to write files to a local or network file system. A velocity template is available to dynamically generate files. com.mirth.connect.connectors.file.FileWriter diff --git a/server/src/com/mirth/connect/connectors/file/source.xml b/server/src/com/mirth/connect/connectors/file/source.xml index a9e506b466..386347c882 100644 --- a/server/src/com/mirth/connect/connectors/file/source.xml +++ b/server/src/com/mirth/connect/connectors/file/source.xml @@ -2,7 +2,7 @@ File Reader NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to poll for files from a local or network file system. com.mirth.connect.connectors.file.FileReader diff --git a/server/src/com/mirth/connect/connectors/http/destination.xml b/server/src/com/mirth/connect/connectors/http/destination.xml index d099e773e9..271bc87c56 100644 --- a/server/src/com/mirth/connect/connectors/http/destination.xml +++ b/server/src/com/mirth/connect/connectors/http/destination.xml @@ -2,7 +2,7 @@ HTTP Sender NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to send messages to an HTTP server. Custom header properties can be specified. com.mirth.connect.connectors.http.HttpSender diff --git a/server/src/com/mirth/connect/connectors/http/source.xml b/server/src/com/mirth/connect/connectors/http/source.xml index 8b698f2fc0..21a751ef8b 100644 --- a/server/src/com/mirth/connect/connectors/http/source.xml +++ b/server/src/com/mirth/connect/connectors/http/source.xml @@ -2,7 +2,7 @@ HTTP Listener NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to listen for incoming HTTP data. Messages are received as XML and include the full header contents. com.mirth.connect.connectors.http.HttpListener diff --git a/server/src/com/mirth/connect/connectors/jdbc/destination.xml b/server/src/com/mirth/connect/connectors/jdbc/destination.xml index 72b95ae677..b535d1078a 100644 --- a/server/src/com/mirth/connect/connectors/jdbc/destination.xml +++ b/server/src/com/mirth/connect/connectors/jdbc/destination.xml @@ -2,7 +2,7 @@ Database Writer NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to write to any JDBC-compatabile database with Insert, Update or JavaScript statements. com.mirth.connect.connectors.jdbc.DatabaseWriter diff --git a/server/src/com/mirth/connect/connectors/jdbc/source.xml b/server/src/com/mirth/connect/connectors/jdbc/source.xml index 96fec149be..800833ae36 100644 --- a/server/src/com/mirth/connect/connectors/jdbc/source.xml +++ b/server/src/com/mirth/connect/connectors/jdbc/source.xml @@ -2,7 +2,7 @@ Database Reader NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to poll any supported JDBC-compatabile database for data. Rows are returned as XML and JavaScript can be used for advanced logic. com.mirth.connect.connectors.jdbc.DatabaseReader diff --git a/server/src/com/mirth/connect/connectors/jms/destination.xml b/server/src/com/mirth/connect/connectors/jms/destination.xml index 75885e6f32..f2399f5243 100644 --- a/server/src/com/mirth/connect/connectors/jms/destination.xml +++ b/server/src/com/mirth/connect/connectors/jms/destination.xml @@ -2,7 +2,7 @@ JMS Sender NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to write messages to a JMS queue. com.mirth.connect.connectors.jms.JmsSender diff --git a/server/src/com/mirth/connect/connectors/jms/source.xml b/server/src/com/mirth/connect/connectors/jms/source.xml index 884ceaea0e..3cc4b6e12a 100644 --- a/server/src/com/mirth/connect/connectors/jms/source.xml +++ b/server/src/com/mirth/connect/connectors/jms/source.xml @@ -2,7 +2,7 @@ JMS Listener NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to read messages from a JMS queue. com.mirth.connect.connectors.jms.JmsListener diff --git a/server/src/com/mirth/connect/connectors/js/destination.xml b/server/src/com/mirth/connect/connectors/js/destination.xml index b8861a6bed..720bf9c5a8 100644 --- a/server/src/com/mirth/connect/connectors/js/destination.xml +++ b/server/src/com/mirth/connect/connectors/js/destination.xml @@ -2,7 +2,7 @@ JavaScript Writer NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to execute JavaScript to connect to an arbitrary destination. com.mirth.connect.connectors.js.JavaScriptWriter diff --git a/server/src/com/mirth/connect/connectors/js/source.xml b/server/src/com/mirth/connect/connectors/js/source.xml index f9f311b753..a41ec1e97f 100644 --- a/server/src/com/mirth/connect/connectors/js/source.xml +++ b/server/src/com/mirth/connect/connectors/js/source.xml @@ -2,7 +2,7 @@ JavaScript Reader NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to execute arbitrary JavaScript to pull in messages to a channel. com.mirth.connect.connectors.js.JavaScriptReader diff --git a/server/src/com/mirth/connect/connectors/smtp/destination.xml b/server/src/com/mirth/connect/connectors/smtp/destination.xml index 10477af5b1..3436dc9857 100644 --- a/server/src/com/mirth/connect/connectors/smtp/destination.xml +++ b/server/src/com/mirth/connect/connectors/smtp/destination.xml @@ -2,7 +2,7 @@ SMTP Sender NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to send email messages via SMTP. A template is available to dynamically create messages. com.mirth.connect.connectors.smtp.SmtpSender diff --git a/server/src/com/mirth/connect/connectors/tcp/destination.xml b/server/src/com/mirth/connect/connectors/tcp/destination.xml index bc91b6e036..cc7078be23 100644 --- a/server/src/com/mirth/connect/connectors/tcp/destination.xml +++ b/server/src/com/mirth/connect/connectors/tcp/destination.xml @@ -2,7 +2,7 @@ TCP Sender NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to send messages to a TCP server. com.mirth.connect.connectors.tcp.TcpSender diff --git a/server/src/com/mirth/connect/connectors/tcp/plugin.xml b/server/src/com/mirth/connect/connectors/tcp/plugin.xml index 317a8631be..7fd13667a5 100644 --- a/server/src/com/mirth/connect/connectors/tcp/plugin.xml +++ b/server/src/com/mirth/connect/connectors/tcp/plugin.xml @@ -2,7 +2,7 @@ TCP Connector Service Plugin NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin is required for correct use of the TCP connectors. diff --git a/server/src/com/mirth/connect/connectors/tcp/source.xml b/server/src/com/mirth/connect/connectors/tcp/source.xml index 6f449e6437..9cbe1f6104 100644 --- a/server/src/com/mirth/connect/connectors/tcp/source.xml +++ b/server/src/com/mirth/connect/connectors/tcp/source.xml @@ -2,7 +2,7 @@ TCP Listener NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to listen for incoming messages over a standard TCP connection. com.mirth.connect.connectors.tcp.TcpListener diff --git a/server/src/com/mirth/connect/connectors/vm/destination.xml b/server/src/com/mirth/connect/connectors/vm/destination.xml index 9d8b5366e6..dcc696b66f 100644 --- a/server/src/com/mirth/connect/connectors/vm/destination.xml +++ b/server/src/com/mirth/connect/connectors/vm/destination.xml @@ -2,7 +2,7 @@ Channel Writer NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to send events to other channels in the same Mirth Connect instance. com.mirth.connect.connectors.vm.ChannelWriter diff --git a/server/src/com/mirth/connect/connectors/vm/source.xml b/server/src/com/mirth/connect/connectors/vm/source.xml index ab5a3e3af2..1005042b11 100644 --- a/server/src/com/mirth/connect/connectors/vm/source.xml +++ b/server/src/com/mirth/connect/connectors/vm/source.xml @@ -2,7 +2,7 @@ Channel Reader NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to listen for incoming events from other channels in the same Mirth Connect instance. com.mirth.connect.connectors.vm.ChannelReader diff --git a/server/src/com/mirth/connect/connectors/ws/destination.xml b/server/src/com/mirth/connect/connectors/ws/destination.xml index 8eff928435..aa610b0b16 100644 --- a/server/src/com/mirth/connect/connectors/ws/destination.xml +++ b/server/src/com/mirth/connect/connectors/ws/destination.xml @@ -2,7 +2,7 @@ Web Service Sender NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to invoke remote Web Services over HTTP. com.mirth.connect.connectors.ws.WebServiceSender diff --git a/server/src/com/mirth/connect/connectors/ws/source.xml b/server/src/com/mirth/connect/connectors/ws/source.xml index 69cca7ec2f..813b1072fe 100644 --- a/server/src/com/mirth/connect/connectors/ws/source.xml +++ b/server/src/com/mirth/connect/connectors/ws/source.xml @@ -2,7 +2,7 @@ Web Service Listener NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This connector allows Mirth Connect to listen on an HTTP port for incoming Web Service calls. This connector also provides a WSDL for SOAP clients to use. com.mirth.connect.connectors.ws.WebServiceListener diff --git a/server/src/com/mirth/connect/plugins/dashboardstatus/plugin.xml b/server/src/com/mirth/connect/plugins/dashboardstatus/plugin.xml index da072516ca..7b493b74d4 100644 --- a/server/src/com/mirth/connect/plugins/dashboardstatus/plugin.xml +++ b/server/src/com/mirth/connect/plugins/dashboardstatus/plugin.xml @@ -2,7 +2,7 @@ Dashboard Connector Status Monitor NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides a real-time connection status column on the Mirth Connect client diff --git a/server/src/com/mirth/connect/plugins/datapruner/plugin.xml b/server/src/com/mirth/connect/plugins/datapruner/plugin.xml index c18c683df2..b6900f9a92 100644 --- a/server/src/com/mirth/connect/plugins/datapruner/plugin.xml +++ b/server/src/com/mirth/connect/plugins/datapruner/plugin.xml @@ -2,7 +2,7 @@ Data Pruner NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides data pruning capability for Mirth Connect diff --git a/server/src/com/mirth/connect/plugins/datatypes/delimited/plugin.xml b/server/src/com/mirth/connect/plugins/datatypes/delimited/plugin.xml index 1e3120cebb..c84042d5eb 100644 --- a/server/src/com/mirth/connect/plugins/datatypes/delimited/plugin.xml +++ b/server/src/com/mirth/connect/plugins/datatypes/delimited/plugin.xml @@ -2,7 +2,7 @@ Delimited Data Type NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides support for the delimited data type diff --git a/server/src/com/mirth/connect/plugins/datatypes/dicom/plugin.xml b/server/src/com/mirth/connect/plugins/datatypes/dicom/plugin.xml index 09e07eb197..687263cba9 100644 --- a/server/src/com/mirth/connect/plugins/datatypes/dicom/plugin.xml +++ b/server/src/com/mirth/connect/plugins/datatypes/dicom/plugin.xml @@ -2,7 +2,7 @@ DICOM Data Type NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides support for the DICOM data type diff --git a/server/src/com/mirth/connect/plugins/datatypes/edi/plugin.xml b/server/src/com/mirth/connect/plugins/datatypes/edi/plugin.xml index b6f88e6098..27429a1fb0 100644 --- a/server/src/com/mirth/connect/plugins/datatypes/edi/plugin.xml +++ b/server/src/com/mirth/connect/plugins/datatypes/edi/plugin.xml @@ -2,7 +2,7 @@ EDI Data Type NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides support for the EDI data type diff --git a/server/src/com/mirth/connect/plugins/datatypes/hl7v2/plugin.xml b/server/src/com/mirth/connect/plugins/datatypes/hl7v2/plugin.xml index d0a7ba4757..a31ef0d7d1 100644 --- a/server/src/com/mirth/connect/plugins/datatypes/hl7v2/plugin.xml +++ b/server/src/com/mirth/connect/plugins/datatypes/hl7v2/plugin.xml @@ -2,7 +2,7 @@ HL7v2 Data Type NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides support for the HL7v2 data type diff --git a/server/src/com/mirth/connect/plugins/datatypes/hl7v3/plugin.xml b/server/src/com/mirth/connect/plugins/datatypes/hl7v3/plugin.xml index 9ce950950d..3834c817ce 100644 --- a/server/src/com/mirth/connect/plugins/datatypes/hl7v3/plugin.xml +++ b/server/src/com/mirth/connect/plugins/datatypes/hl7v3/plugin.xml @@ -2,7 +2,7 @@ HL7v3 Data Type NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides support for the HL7v3 data type diff --git a/server/src/com/mirth/connect/plugins/datatypes/json/plugin.xml b/server/src/com/mirth/connect/plugins/datatypes/json/plugin.xml index f5bb2ae669..65ce6ba5ac 100644 --- a/server/src/com/mirth/connect/plugins/datatypes/json/plugin.xml +++ b/server/src/com/mirth/connect/plugins/datatypes/json/plugin.xml @@ -2,7 +2,7 @@ JSON Data Type NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides support for the JSON data type diff --git a/server/src/com/mirth/connect/plugins/datatypes/ncpdp/plugin.xml b/server/src/com/mirth/connect/plugins/datatypes/ncpdp/plugin.xml index b6697ab2f2..445134ce24 100644 --- a/server/src/com/mirth/connect/plugins/datatypes/ncpdp/plugin.xml +++ b/server/src/com/mirth/connect/plugins/datatypes/ncpdp/plugin.xml @@ -2,7 +2,7 @@ NCPDP Data Type NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides support for the NCPDP data type diff --git a/server/src/com/mirth/connect/plugins/datatypes/raw/plugin.xml b/server/src/com/mirth/connect/plugins/datatypes/raw/plugin.xml index e6061c70f2..13d4638138 100644 --- a/server/src/com/mirth/connect/plugins/datatypes/raw/plugin.xml +++ b/server/src/com/mirth/connect/plugins/datatypes/raw/plugin.xml @@ -2,7 +2,7 @@ Raw Data Type NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides support for the raw data type diff --git a/server/src/com/mirth/connect/plugins/datatypes/xml/plugin.xml b/server/src/com/mirth/connect/plugins/datatypes/xml/plugin.xml index 9584f0ebbe..de4d0d9ac7 100644 --- a/server/src/com/mirth/connect/plugins/datatypes/xml/plugin.xml +++ b/server/src/com/mirth/connect/plugins/datatypes/xml/plugin.xml @@ -2,7 +2,7 @@ XML Data Type NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides support for the XML data type diff --git a/server/src/com/mirth/connect/plugins/destinationsetfilter/plugin.xml b/server/src/com/mirth/connect/plugins/destinationsetfilter/plugin.xml index ebc1c376c2..69c65f3869 100644 --- a/server/src/com/mirth/connect/plugins/destinationsetfilter/plugin.xml +++ b/server/src/com/mirth/connect/plugins/destinationsetfilter/plugin.xml @@ -2,7 +2,7 @@ Destination Set Filter Step NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com Provides an easy method in the source transformer to filter destinations from being executed. diff --git a/server/src/com/mirth/connect/plugins/dicomviewer/plugin.xml b/server/src/com/mirth/connect/plugins/dicomviewer/plugin.xml index 382a6c73b6..c2590d336f 100644 --- a/server/src/com/mirth/connect/plugins/dicomviewer/plugin.xml +++ b/server/src/com/mirth/connect/plugins/dicomviewer/plugin.xml @@ -2,7 +2,7 @@ DICOM Viewer NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides DICOM attachment viewing capability in message browser diff --git a/server/src/com/mirth/connect/plugins/directoryresource/plugin.xml b/server/src/com/mirth/connect/plugins/directoryresource/plugin.xml index 7ffe76cdd9..ba94ba2e0c 100644 --- a/server/src/com/mirth/connect/plugins/directoryresource/plugin.xml +++ b/server/src/com/mirth/connect/plugins/directoryresource/plugin.xml @@ -2,7 +2,7 @@ Directory Resource Plugin NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin allows a directory to be used as a source for libraries to include in channels. diff --git a/server/src/com/mirth/connect/plugins/globalmapviewer/plugin.xml b/server/src/com/mirth/connect/plugins/globalmapviewer/plugin.xml index 470e56e4c8..81191b536a 100644 --- a/server/src/com/mirth/connect/plugins/globalmapviewer/plugin.xml +++ b/server/src/com/mirth/connect/plugins/globalmapviewer/plugin.xml @@ -2,7 +2,7 @@ Global Map Viewer NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin allows you to view the global map and global channel maps in the Mirth Connect Administrator. diff --git a/server/src/com/mirth/connect/plugins/httpauth/plugin.xml b/server/src/com/mirth/connect/plugins/httpauth/plugin.xml index 910425795b..ba3d8ae520 100644 --- a/server/src/com/mirth/connect/plugins/httpauth/plugin.xml +++ b/server/src/com/mirth/connect/plugins/httpauth/plugin.xml @@ -2,7 +2,7 @@ HTTP Authentication Settings NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides advanced authentication support for HTTP-based source connectors. diff --git a/server/src/com/mirth/connect/plugins/imageviewer/plugin.xml b/server/src/com/mirth/connect/plugins/imageviewer/plugin.xml index 99cda0bd61..c388e9119d 100644 --- a/server/src/com/mirth/connect/plugins/imageviewer/plugin.xml +++ b/server/src/com/mirth/connect/plugins/imageviewer/plugin.xml @@ -2,7 +2,7 @@ Image Viewer NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides image attachment viewing capability in message browser. diff --git a/server/src/com/mirth/connect/plugins/javascriptrule/plugin.xml b/server/src/com/mirth/connect/plugins/javascriptrule/plugin.xml index bc60260b98..97a3bf2731 100644 --- a/server/src/com/mirth/connect/plugins/javascriptrule/plugin.xml +++ b/server/src/com/mirth/connect/plugins/javascriptrule/plugin.xml @@ -2,7 +2,7 @@ JavaScript Filter Rule NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides a JavaScript rule-type for Mirth Connect filters diff --git a/server/src/com/mirth/connect/plugins/javascriptstep/plugin.xml b/server/src/com/mirth/connect/plugins/javascriptstep/plugin.xml index 449d52f113..d39ce48255 100644 --- a/server/src/com/mirth/connect/plugins/javascriptstep/plugin.xml +++ b/server/src/com/mirth/connect/plugins/javascriptstep/plugin.xml @@ -2,7 +2,7 @@ JavaScript Transformer Step NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides a JavaScript step-type for Mirth Connect transformers diff --git a/server/src/com/mirth/connect/plugins/mapper/plugin.xml b/server/src/com/mirth/connect/plugins/mapper/plugin.xml index bab0918dcd..e0eec5ae15 100644 --- a/server/src/com/mirth/connect/plugins/mapper/plugin.xml +++ b/server/src/com/mirth/connect/plugins/mapper/plugin.xml @@ -2,7 +2,7 @@ Mapper Transformer Step NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides a Mapping step type for Mirth Connect transformers diff --git a/server/src/com/mirth/connect/plugins/messagebuilder/plugin.xml b/server/src/com/mirth/connect/plugins/messagebuilder/plugin.xml index 74814e1f67..cfd5414d8a 100644 --- a/server/src/com/mirth/connect/plugins/messagebuilder/plugin.xml +++ b/server/src/com/mirth/connect/plugins/messagebuilder/plugin.xml @@ -2,7 +2,7 @@ Message Builder Transformer Step NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides a Message Builder step-type for Mirth Connect transformers diff --git a/server/src/com/mirth/connect/plugins/mllpmode/plugin.xml b/server/src/com/mirth/connect/plugins/mllpmode/plugin.xml index 59d2b3b6f1..3cb5101262 100755 --- a/server/src/com/mirth/connect/plugins/mllpmode/plugin.xml +++ b/server/src/com/mirth/connect/plugins/mllpmode/plugin.xml @@ -2,7 +2,7 @@ Transmission Mode - MLLP NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides an MLLP transmission mode for socket/serial connectors. diff --git a/server/src/com/mirth/connect/plugins/pdfviewer/plugin.xml b/server/src/com/mirth/connect/plugins/pdfviewer/plugin.xml index ea7c32a16d..998d50a138 100644 --- a/server/src/com/mirth/connect/plugins/pdfviewer/plugin.xml +++ b/server/src/com/mirth/connect/plugins/pdfviewer/plugin.xml @@ -2,7 +2,7 @@ PDF Viewer NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides PDF attachment viewing capability in message browser. diff --git a/server/src/com/mirth/connect/plugins/rulebuilder/plugin.xml b/server/src/com/mirth/connect/plugins/rulebuilder/plugin.xml index 837d4ca4b7..1645a96f7f 100644 --- a/server/src/com/mirth/connect/plugins/rulebuilder/plugin.xml +++ b/server/src/com/mirth/connect/plugins/rulebuilder/plugin.xml @@ -2,7 +2,7 @@ Rule Builder Filter Rule NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides a Rule Builder type for Mirth Connect filters diff --git a/server/src/com/mirth/connect/plugins/scriptfilerule/plugin.xml b/server/src/com/mirth/connect/plugins/scriptfilerule/plugin.xml index 7b951b2930..cbcd22e081 100644 --- a/server/src/com/mirth/connect/plugins/scriptfilerule/plugin.xml +++ b/server/src/com/mirth/connect/plugins/scriptfilerule/plugin.xml @@ -2,7 +2,7 @@ External Script Filter Step NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides an External Script step-type for Mirth Connect filters diff --git a/server/src/com/mirth/connect/plugins/scriptfilestep/plugin.xml b/server/src/com/mirth/connect/plugins/scriptfilestep/plugin.xml index 93b036cc66..71a62d4ba6 100644 --- a/server/src/com/mirth/connect/plugins/scriptfilestep/plugin.xml +++ b/server/src/com/mirth/connect/plugins/scriptfilestep/plugin.xml @@ -2,7 +2,7 @@ External Script Transformer Step NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides an External Script step-type for Mirth Connect transformers diff --git a/server/src/com/mirth/connect/plugins/serverlog/plugin.xml b/server/src/com/mirth/connect/plugins/serverlog/plugin.xml index 7395a61367..e244a7deb9 100644 --- a/server/src/com/mirth/connect/plugins/serverlog/plugin.xml +++ b/server/src/com/mirth/connect/plugins/serverlog/plugin.xml @@ -2,7 +2,7 @@ Server Log NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin allows you to view the server log on the Mirth Connect administrator. diff --git a/server/src/com/mirth/connect/plugins/textviewer/plugin.xml b/server/src/com/mirth/connect/plugins/textviewer/plugin.xml index 1ee1576281..1f6774146b 100644 --- a/server/src/com/mirth/connect/plugins/textviewer/plugin.xml +++ b/server/src/com/mirth/connect/plugins/textviewer/plugin.xml @@ -2,7 +2,7 @@ Text Viewer NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides text and RTF attachment viewing capability in message browser. diff --git a/server/src/com/mirth/connect/plugins/xsltstep/plugin.xml b/server/src/com/mirth/connect/plugins/xsltstep/plugin.xml index 227f1f75ab..cc33c63868 100644 --- a/server/src/com/mirth/connect/plugins/xsltstep/plugin.xml +++ b/server/src/com/mirth/connect/plugins/xsltstep/plugin.xml @@ -2,7 +2,7 @@ XSLT Transformer Step NextGen Healthcare @mirthversion - 3.9.0 + 3.9.1 http://www.nextgen.com This plugin provides a XSLT support step-type for Mirth Connect transformers diff --git a/server/src/com/mirth/connect/server/migration/ServerMigrator.java b/server/src/com/mirth/connect/server/migration/ServerMigrator.java index df38783c9a..ba183c631d 100644 --- a/server/src/com/mirth/connect/server/migration/ServerMigrator.java +++ b/server/src/com/mirth/connect/server/migration/ServerMigrator.java @@ -236,6 +236,7 @@ private Migrator getMigrator(Version version) { case V3_8_0: return new Migrate3_8_0(); case V3_8_1: return null; case V3_9_0: return null; + case V3_9_1: return null; } // @formatter:on return null;