Difference between revisions of "OpenEMR Patches"

From OpenEMR Project Wiki
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<br>
<br>
= <center>7.0.1 Patch (5/30/23)</center> =
= <center>7.0.2 Patch</center> =
<br>
<br>
=== Download link ===
:'''There are no patches for 7.0.2 at this time.'''
<googa>https://www.open-emr.org/patch/7-0-1-Patch-1.zip|7-0-1-Patch-1.zip|/download/file/patch_7_0_1</googa> <small>(MD5 sum: 155eeeef42c33dd5b043c0e0c7ac71ac)</small>
<br>
<br>
 
=== Description ===
This is the 1st patch. '''Please read through the [[OpenEMR_Patches#List_of_files_(7.0.1)_Patch_1|list of modified files]] to ensure you haven't customized any of these, since this will copy over this.'''
<br>
<br>
 
=== 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 <nowiki>http://your_server_name_or_ip/openemr/sql_patch.php</nowiki>
:::(this script will run automatically and patch the database)
:::(if you are using the [[OpenEMR_Multiple_Sites_Module|Multisite Module]], then skip step 2 and [[OpenEMR_Multiple_Sites_Module#Patches|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 <nowiki>http://your_server_name_or_ip/openemr/sql_patch.php</nowiki>
:::(this script will run automatically and patch the database)
:::(if you are using the [[OpenEMR_Multiple_Sites_Module|Multisite Module]], then skip step 2 and [[OpenEMR_Multiple_Sites_Module#Patches|follow these instructions]])
:3. Delete the sql_patch.php file from the openemr web directory
<br>
 
=== Fixes and New Features ===
* Security fixes (by Stephen Waite and Brady Miller)
* [[ClaimRev_Clearinghouse_Module|Billing Claim Submissions Module Improvements]] (by Brad Sharp)
* [[Comlink_Telehealth_Module_Admin_Instructions|Telehealth Module Improvements]] (by Stephen Nielson)
* [[Brute_Force_Login_Prevention|Maximum Failed Login Mechanism Improvements]] (by Brady Miller)
* Billing Fixes (by Stephen Waite)
* Patient Dashboard Prescription Fix (by Stephen Waite)
* Growth Chart Fixes (by Stephen Waite)
* Encounter Fixes (by Stephen Waite)
* Eye Form Fixes (by Stephen Waite)
* Dated Reminders Fix (by Jerry Padgett)
* PHP 8.1 and 8.2 Fixes (by Stephen Waite)
* Documentation Fixes (by Myles Penner)
* New Background Service to Manage Outgoing Emails (by Brady Miller)
<br>
 
=== List of files (7.0.1) Patch 1 ===
<pre>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</pre>
<br>
<br>
<br>
<br>

Latest revision as of 07:35, 16 November 2023


7.0.2 Patch


There are no patches for 7.0.2 at this time.



Previous Patches

Previous OpenEMR version patches