Skip to content

Commit

Permalink
prepping for patch 3
Browse files Browse the repository at this point in the history
* Added Support for Plug and Play Telehealth Modules
* Patient Portal improvements
* Security fixes
* PHP8 bug fixes
* Patient finder fix
* Billing fixes
* EDI history fixes
* Fee sheet fix
* Billing daysheet fix
* Collection report fix
* Demographics fixes
* Vitals form fix
* Unique installation ID fix
* Code types fix
* Pnote fix
* Added setting to turn on/off input of onset/hospitalization date for each visit
  • Loading branch information
bradymiller committed Oct 19, 2021
1 parent f9211b5 commit cb04657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// A real patch identifier. This is incremented when we release a patch for a
// production release. Note the above $v_patch variable is a misnomer and actually
// stores release version information.
$v_realpatch = '2';
$v_realpatch = '3';

// Database version identifier, this is to be incremented whenever there
// is a database change in the course of development. It is used
Expand Down

0 comments on commit cb04657

Please sign in to comment.