Skip to content

Commit

Permalink
Merge branch 'release/0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ChemiKyle committed Apr 2, 2021
2 parents e59f756 + a62e272 commit c129ac0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to the Search and Populate Data From Another Project module
documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).


## [0.3.1] - 2021-04-02
### Changed
- Remove trailing comma from final param to getDataDictionary call to support PHP < 7.3 (Kyle Chesney)


## [0.3.0] - 2021-04-01
### Added
- Add Limit fields to search option Add fetchMappings helper function to backend (Kyle Chesney)
Expand Down
2 changes: 1 addition & 1 deletion ExternalModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function redcap_data_entry_form_top($project_id, $record, $instrument, $event_id
/*$isMobileApp= */false,
/*$draft_mode= */false,
/*$revision_id= */null,
/*$project_id_override= */$target_pid,
/*$project_id_override= */$target_pid
/*$delimiter=','*/);

foreach($source_fields_mapping as $k => $v) {
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1

0 comments on commit c129ac0

Please sign in to comment.