Hi, where can I see a list of files that have been changed in 4.2.0 from 4.1.2? I have customized several files in 4.1.2 for a client, and I need to see if they have been changed before I can upgrade her to 4.2.0. Thanks!
Make yourself a clone of the OpenEMR git repository, create your own custom branch from the rel-412 branch, copy your changes to that and make a commit, create another custom branch from the rel-420 branch, cherry-pick your commit into that, resolve conflicts.
Also if any of your customizations are of general interest, you can do everyone (including yourself and your client) a favor by submitting them for inclusion in the project.
Agree with Rob it is a lot easier if your code is in the repository then you have a lot less to worry about. The only list I found was for the patch’s, but Brady may have a list. There will be a lot more changes coming with the next release.