Releases: susom/redcap-em-shazam
PHP 8.2 Fix
Update framework and address crash issue in v13.4
I cleaned up the method definition syntax in Shazam which appears to address some PHP breaking change or framework change in 13.4 with some servers. I also bumped the framework to v9.
psalm fixes
a few minor tweaks to address psalm issues
Php 8.0 fix2
Fixing an issue where no users are defined as valid javascript editors
fix for php8
Fixed issue with SUPER_USER construct in php8 - #44
bug fix for php 8
A change in php8's handling of countable caused the module to stop working. This is fixed.
minor bug fix
Prevent error due to UserRights not in project context
descriptive ui enhancements
if the descriptive fields contained html, it could mess up the rendering of the setup page. This is now fixed.
bug fix
v1.3.5 Update
fixed issue with emLogger and emFramework. Added hook function in javascript that can be called once Shazam is done re-ordering page in case you have other hooks dependent on that step.