Skip to content

Releases: IUREDCap/phpcap

PHPCap 1.5.3

16 Jan 13:56
Compare
Choose a tag to compare
  • Added PHPStan (a static analyzer) as a development dependency
  • Fixed some issues found by PHPStan, including adding default argument values to the throwException method of the ErrorHandlerInterface class

PHPCap 1.5.2

06 Dec 20:32
Compare
Choose a tag to compare
  • Added the backgroundProcess argument to the importRecords method
  • Updated development dependencies
  • Updated automated tests for upgrades to REDCap and/or PHP
  • Fixed documentation typo

PHPCap 1.5.1

08 Mar 17:18
Compare
Choose a tag to compare
  • replaced development dependency php-csv-parser (which had deprecated PHP constructs) with code that uses standard PHP functions
  • updated all remaining development dependencies to their latest versions, including upgrading phpunit from 9.6.10 to 11.0.4
  • fixed deprecated PHP code

PHPCap 1.5.0

05 Mar 19:03
Compare
Choose a tag to compare
  • added file repository methods:
    • createFileRepositoryFolder
    • exportFileRepositoryList
    • exportFileRepositoryFile
    • importFileRepositoryFile
    • deleteFileRepositoryFile
  • added deleteLogging parameter to the deleteRecords method

PHPCap 1.4.2

16 Oct 18:24
Compare
Choose a tag to compare
  • Fixed PHP 8 deprecation issue for the RedCapProject class

PHPCap 1.4.1

10 Aug 13:14
Compare
Choose a tag to compare
  • Regenerated API documentation with the latest version of phpDocumentor
  • Removed unneeded jQuery files in the documentation directory
  • Updated development dependencies

PHPCap 1.4.0

28 Oct 16:54
Compare
Choose a tag to compare

Added new methods and parameter for remaining API features in REDCap 12.4, including:

  • "Switch DAG" method
  • repeat_instance parameter for "Export PDF File of Instruments" method
  • "Delete Users" method
  • "Export User Roles" method
  • "Import User Roles" method
  • "Delete User Roles" method
  • "Export User-Role Assignments" method
  • "Import User-Role Assignments" method

PHPCap 1.3.0

04 Oct 16:37
Compare
Choose a tag to compare
  • Added renameRecord method
  • Added new parameters form, event, repeatInstance to deleteRecords method
  • Added new parameter exportBlankForGrayFormStatus to exportRecords method

PHPCap 1.2.2

02 Sep 19:47
Compare
Choose a tag to compare
  • Fixed issue with PHPCap zip file download caused by files generated by phpDocumentor for the API documentation (it generated 2 files with names that differed only by capitalization that caused problems on some systems)

PHPCap 1.2.1

20 Jul 19:40
Compare
Choose a tag to compare
  • Added fileInfo parameter to the exportFile method
    • if the fileInfo argument is set to an array before its use in a call to exportFile, it will be set to information about the file
    • the keys that will be set for fileInfo are name, mime_type, and charset (e.g., "UTF-8") if the file is a text file