Difference between revisions of "OpenEMR Patches"

From OpenEMR Project Wiki
Line 30: Line 30:
=== Fixes and New Features ===
=== Fixes and New Features ===
* Security fixes (by Stephen Waite and Brady Miller)
* Security fixes (by Stephen Waite and Brady Miller)
* [[ClaimRev_Clearinghouse_Module|Billing Claim Submissions Module Improvements]] ([https://community.open-emr.org/t/openemr-lecture-series-medical-billing-clearinghouse-and-eligibility-verification-in-openemr/20474/2 Video]) (by Brad Sharp)
* [[ClaimRev_Clearinghouse_Module|Billing Claim Submissions Module Improvements]] ([https://community.open-emr.org/t/openemr-lecture-series-medical-billing-clearinghouse-and-eligibility-verification-in-openemr/20474/2 Video Presentation]) (by Brad Sharp)
* [[Comlink_Telehealth_Module_Admin_Instructions|Telehealth Module Improvements]] ([https://www.open-emr.org/blog/openemr-comlink-telehealth-release-7-0-1-2023-04-25 Blog Article]) (by Stephen Nielson)
* [[Comlink_Telehealth_Module_Admin_Instructions|Telehealth Module Improvements]] ([https://www.open-emr.org/blog/openemr-comlink-telehealth-release-7-0-1-2023-04-25 Blog Article]) (by Stephen Nielson)
* [[Brute_Force_Login_Prevention|Maximum Failed Login Mechanism Improvements]] (by Brady Miller)
* [[Brute_Force_Login_Prevention|Maximum Failed Login Mechanism Improvements]] (by Brady Miller)

Revision as of 04:17, 31 May 2023


7.0.1 Patch (5/30/23)


Download link

7-0-1-Patch-1.zip (MD5 sum: 155eeeef42c33dd5b043c0e0c7ac71ac)

Description

This is the 1st patch. Please read through the list of modified files to ensure you haven't customized any of these, since this will copy over this.

Installation instructions

Windows

1. Extract the zipped file into the openemr web directory, and say yes to copying over files
2. Open web browser and go to http://your_server_name_or_ip/openemr/sql_patch.php
(this script will run automatically and patch the database)
(if you are using the Multisite Module, then skip step 2 and follow these instructions)
3. Delete the sql_patch.php file from the openemr web directory

Linux

1. Move the patch file to the openemr web directory, then type 'unzip 7-0-1-Patch-1.zip', and confirm ok to copy over files.
2. Open web browser and go to http://your_server_name_or_ip/openemr/sql_patch.php
(this script will run automatically and patch the database)
(if you are using the Multisite Module, then skip step 2 and follow these instructions)
3. Delete the sql_patch.php file from the openemr web directory


Fixes and New Features


List of files (7.0.1) Patch 1

controllers/C_InsuranceCompany.class.php
controllers/C_Prescription.class.php
docker/production/docker-compose.yml
Documentation/Direct_Messaging_README.txt
Documentation/INSTALL
Documentation/README.phpgacl
interface/forms/eye_mag/js/eye_base.php
interface/forms/eye_mag/php/eye_mag_functions.php
interface/forms/newpatient/common.php
interface/forms/vitals/growthchart/chart.php
interface/globals.php
interface/main/calendar/add_edit_event.php
interface/main/dated_reminders/dated_reminders.php
interface/main/tabs/menu/menus/standard.json
interface/modules/custom_modules/oe-module-claimrev-connect/composer.json
interface/modules/custom_modules/oe-module-claimrev-connect/public/EraDownload.php
interface/modules/custom_modules/oe-module-claimrev-connect/public/era.php
interface/modules/custom_modules/oe-module-claimrev-connect/src/ClaimRevApi.php
interface/modules/custom_modules/oe-module-claimrev-connect/src/EligibilityData.php
interface/modules/custom_modules/oe-module-claimrev-connect/src/EraPage.php
interface/modules/custom_modules/oe-module-claimrev-connect/src/EraSearch.php
interface/modules/custom_modules/oe-module-claimrev-connect/src/FileSearchModel.php
interface/modules/custom_modules/oe-module-claimrev-connect/src/GlobalConfig.php
interface/modules/custom_modules/oe-module-claimrev-connect/src/ReportDownload.php
interface/modules/custom_modules/oe-module-claimrev-connect/templates/navbar.php
interface/modules/custom_modules/oe-module-claimrev-connect/templates/quick_info.php
interface/modules/custom_modules/oe-module-comlink-telehealth/public/assets/js/dist/telehealth.js
interface/modules/custom_modules/oe-module-comlink-telehealth/public/assets/js/dist/telehealth.min.js
interface/modules/custom_modules/oe-module-comlink-telehealth/public/assets/js/src/conference-room.js
interface/modules/custom_modules/oe-module-comlink-telehealth/public/assets/js/src/cvb.min.js
interface/modules/custom_modules/oe-module-comlink-telehealth/public/assets/js/src/patient-conference-room.js
interface/modules/custom_modules/oe-module-comlink-telehealth/public/assets/js/src/telehealth-bridge.js
interface/modules/custom_modules/oe-module-comlink-telehealth/src/TelehealthGlobalConfig.php
interface/patient_file/reminder/patient_reminders.php
interface/patient_file/summary/demographics.php
interface/reports/ip_tracker.php
interface/usergroup/usergroup_admin.php
library/ajax/addlistitem.php
library/ajax/login_counter_ip_tracker.php
library/classes/Controller.class.php
library/classes/InsuranceCompany.class.php
library/classes/postmaster.php
library/classes/X12Partner.class.php
library/email_service_run.php
library/formatting.inc.php
library/globals.inc.php
library/patient.inc.php
setup.php
sites/default/documents/custom_menus/Custom.json
sql/database.sql
sql_patch.php
sql/patch.sql
src/Billing/BillingProcessor/Tasks/GeneratorX12Direct.php
src/Billing/BillingProcessor/Tasks/GeneratorX12.php
src/Billing/Claim.php
src/Billing/X125010837P.php
src/Common/Auth/AuthUtils.php
templates/x12_partners/general_edit.html
version.php



Previous Patches

Previous OpenEMR version patches