Releases: IUREDCap/phpcap
Releases · IUREDCap/phpcap
PHPCap 1.2.0
- added export logging method
PHPCap 1.1.2
- Added CSV delimiters to the data import method
- Added export, import and delete DAG methods
- Added import and export user DAG assignment methods
PHPCap 1.1.1
- Changed to using phpDocumentor for API documentation generation
- Updated the development dependencies, e.g., PHPUnit, to the latest versions
- Improved documentation, comments, and automated tests
PHPCap 1.1.0
- added exportRedcapVersion method to the RedCap class, which enables the method to be called using a super token (instead of an API token as used in the RedCapProject class).
- added importRepeatingInstrumentsAndEvents method
- added the following to the exportRecords and exportRecordsAp methods:
- dateRangeBegin
- dateRangeEnd
- csvDelimiter
- decimalCharacter
- added the following parameters to the exportReports method
- csvDelimiter
- decimalCharacter
PHPCap 1.0.5
- Changed shield URLs in README to use GitHub instead of Packagist, because the shields were not updating correctly
PHPCap 1.0.4
- Updated license metadata
PHPCap 1.0.3
- Updated package name to iu-redcap/phpcap in the documentation
PHPCap 1.0.2
- Changed package name to iu-redcap/phpcap
PHPCap 1.0.0
- Changed documentation to refer to this repo (where code was moved)
- Changed to BSD 3-Clause License
- Added Version class, which contains the PHPCap version number
- Fixed typos