Skip to content

Commit 1b1d20f

Browse files
author
bcchr dev team
committed
v4.1.1 release
1 parent 3bbcf50 commit 1b1d20f

File tree

3 files changed

+217
-116
lines changed

3 files changed

+217
-116
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,20 @@ The module users the PHP template engine, Smarty, to fill in the templates with
4646
WARNING: This module is not currently able to support REDCap instances using load balancers due to the requirement to save templates to the file system.
4747

4848
## Changelog
49-
* v4.1.0
49+
* v4.1.1
5050
* Basic date formatting through Smarty; can format with dd-mm-yyyy formatting by passing formatting information through the template as ```{$redcap['visit_date']|date_format:'%d-%m-%Y'}``` This will format the visit_date into two digit day, two digit month, four digit year. **Please note**: this is currently the only other format allowed outside the default REDCap display.
5151
* Added code to process the new format returned by REDCap::getUserRightsdata()
5252
* Fixed bug found when downloading a zip file of batched reports (modified headers set before download)
5353
* Modified code to store data into the proper redcap_dataX tables introduced in RC v14.0.
5454
* Upgrading packages to address security issues:
55-
* dompdf/dompdf (v2.0.3 => v2.0.8)
55+
* dompdf/dompdf (v2.0.3 => v3.0.0)
56+
* php-font-lib (0.5.4 => 1.0.0)
57+
* php-svg-lib (0.5.0 => 1.0.0)
5658
* masterminds/html5 (2.8.1 => 2.9.0)
57-
* phenx/php-font-lib (0.5.4 => 0.5.6)
58-
* phenx/php-svg-lib (0.5.0 => 0.5.4)
5959
* sabberworm/php-css-parser (8.4.0 => v8.5.1)
60-
* smarty/smarty (v4.3.4 => v4.5.2)
60+
* smarty/smarty (v4.3.4 => v5.1.0)
61+
* New packages installed per upgrades above:
62+
* polyfill-mbstring (v1.29.0)
6163

6264
* v4.0.0
6365
* Minimal REDCap version is v12.4

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"require": {
33
"ckeditor/ckeditor": "dev-full/4.21.x",
4-
"dompdf/dompdf": "^2.0",
5-
"smarty/smarty": "^4.3.4"
4+
"dompdf/dompdf": ">=2.0.5",
5+
"smarty/smarty": ">=4.5.2"
66
},
77
"config": {
88
"platform": {

0 commit comments

Comments
 (0)