Skip to content

Releases: IUREDCap/phpcap

PHPCap 1.5.5

Choose a tag to compare

@naalong naalong released this 16 Jun 20:01
  • Made the following changes for the API randomization feature:
    • Added new methods and parameters
    • Updated documentation
    • Added phpunit test
    • Modified config-example.ini for test
    • Added project xml, result data, and randomization allocation files for test

Full Changelog: 1.5.4...1.5.5

PHPCap 1.5.4

Choose a tag to compare

@mullen2 mullen2 released this 10 Mar 16:19
  • Updated develop dependencies
  • Fixed PHP 8.5 deprecated code

PHPCap 1.5.3

Choose a tag to compare

@mullen2 mullen2 released this 16 Jan 13:56
  • 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

Choose a tag to compare

@mullen2 mullen2 released this 06 Dec 20:32
  • 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

Choose a tag to compare

@mullen2 mullen2 released this 08 Mar 17:18
  • 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

Choose a tag to compare

@mullen2 mullen2 released this 05 Mar 19:03
  • added file repository methods:
    • createFileRepositoryFolder
    • exportFileRepositoryList
    • exportFileRepositoryFile
    • importFileRepositoryFile
    • deleteFileRepositoryFile
  • added deleteLogging parameter to the deleteRecords method

PHPCap 1.4.2

Choose a tag to compare

@mullen2 mullen2 released this 16 Oct 18:24
  • Fixed PHP 8 deprecation issue for the RedCapProject class

PHPCap 1.4.1

Choose a tag to compare

@mullen2 mullen2 released this 10 Aug 13:14
  • Regenerated API documentation with the latest version of phpDocumentor
  • Removed unneeded jQuery files in the documentation directory
  • Updated development dependencies

PHPCap 1.4.0

Choose a tag to compare

@mullen2 mullen2 released this 28 Oct 16:54

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

Choose a tag to compare

@mullen2 mullen2 released this 04 Oct 16:37
  • Added renameRecord method
  • Added new parameters form, event, repeatInstance to deleteRecords method
  • Added new parameter exportBlankForGrayFormStatus to exportRecords method