Skip to content

Releases: susom/redcap-em-shazam

PHP 8.2 Fix

20 Aug 21:34
c548b53
Compare
Choose a tag to compare
Merge pull request #56 from mmcev106/php8-fix

Fixed a warning turned error in PHP8

Update framework and address crash issue in v13.4

28 Mar 17:10
Compare
Choose a tag to compare

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

30 Nov 04:58
Compare
Choose a tag to compare

a few minor tweaks to address psalm issues

Php 8.0 fix2

29 Nov 04:14
Compare
Choose a tag to compare

Fixing an issue where no users are defined as valid javascript editors

fix for php8

18 May 19:04
Compare
Choose a tag to compare

Fixed issue with SUPER_USER construct in php8 - #44

bug fix for php 8

20 Apr 19:28
Compare
Choose a tag to compare

A change in php8's handling of countable caused the module to stop working. This is fixed.

minor bug fix

06 May 21:03
Compare
Choose a tag to compare

Prevent error due to UserRights not in project context

descriptive ui enhancements

24 Aug 05:40
Compare
Choose a tag to compare

if the descriptive fields contained html, it could mess up the rendering of the setup page. This is now fixed.

bug fix

08 May 20:33
Compare
Choose a tag to compare

fixed emlogger bug

v1.3.5 Update

06 May 23:55
Compare
Choose a tag to compare

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.