Releases: IUREDCap/phpcap
Releases · IUREDCap/phpcap
PHPCap 1.5.3
PHPCap 1.5.2
- 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
- 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
- added file repository methods:
- createFileRepositoryFolder
- exportFileRepositoryList
- exportFileRepositoryFile
- importFileRepositoryFile
- deleteFileRepositoryFile
- added deleteLogging parameter to the deleteRecords method
PHPCap 1.4.2
- Fixed PHP 8 deprecation issue for the RedCapProject class
PHPCap 1.4.1
- Regenerated API documentation with the latest version of phpDocumentor
- Removed unneeded jQuery files in the documentation directory
- Updated development dependencies
PHPCap 1.4.0
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
- Added renameRecord method
- Added new parameters form, event, repeatInstance to deleteRecords method
- Added new parameter exportBlankForGrayFormStatus to exportRecords method
PHPCap 1.2.2
- 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
- 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