Skip to content

Releases: IUREDCap/phpcap

PHPCap 1.2.0

24 Aug 20:20

Choose a tag to compare

  • added export logging method

PHPCap 1.1.2

30 Jul 14:29

Choose a tag to compare

  • 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

22 Apr 14:43

Choose a tag to compare

  • 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

24 Mar 20:18

Choose a tag to compare

  • 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

01 Oct 13:31

Choose a tag to compare

  • Changed shield URLs in README to use GitHub instead of Packagist, because the shields were not updating correctly

PHPCap 1.0.4

01 Oct 12:40

Choose a tag to compare

  • Updated license metadata

PHPCap 1.0.3

01 Oct 12:19

Choose a tag to compare

  • Updated package name to iu-redcap/phpcap in the documentation

PHPCap 1.0.2

30 Sep 12:59

Choose a tag to compare

  • Changed package name to iu-redcap/phpcap

PHPCap 1.0.0

27 Sep 20:25

Choose a tag to compare

  • 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