Skip to content

Releases: vanderbilt-redcap/advanced_import

1.9.7

14 Nov 20:44
Compare
Choose a tag to compare

minimum redcap version requirement lowered to 13.7.0

1.9.6

14 Nov 16:08
Compare
Choose a tag to compare
  • PHP 8.0 Compatibility: Now fully compatible with PHP 8.0.
  • Bug Fixes: Various previous bugs have been resolved.
  • Ready for Backend Change: Updated for upcoming redcap_data tables introduction.

js bugfix

16 Feb 16:10
Compare
Choose a tag to compare
adjusted case for the API base URL
lowercase path was causing an error in case sensitive web-serevrs

1.9.4

25 Jan 19:24
Compare
Choose a tag to compare

PHP 8.1 compatibility

bugfix

08 Feb 21:24
Compare
Choose a tag to compare
1.9.3

tweaks and cleanup

1.9.2

20 Jan 20:10
Compare
Choose a tag to compare

tweaks for module framework v8

1.9.1

07 Jan 20:20
Compare
Choose a tag to compare
upgraded framework

1.9.0

30 Nov 20:07
Compare
Choose a tag to compare

upload refactoring

  • only allow .csv and .txt files
  • do not show final name of the uploaded file

1.8.3

20 Oct 15:57
Compare
Choose a tag to compare

commented code in unit-testing

1.8.2

19 Oct 21:13
Compare
Choose a tag to compare

bugfixes and tweaks

  • fixed bug that caused to drop leading zeroes in data
  • tweaked the pivot rotation query to deal with double primary keys when the first instance of a repeatable form is saved using REDCap::saveData
  • a temp file is used to stop a running job instead of constantly checking the status on the database