diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ec6b76b..1860357 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,14 @@ Stanford CAPx x.x-x.x, xxxx-xx-xx --------------------------------- +Stanford CAPx 7.x-3.0-beta18, 2020-02-13 +---------------------------------------- +- Update included dependencies (and their dependencies): + - guzzlehttp/guzzle + - symfony/polyfill-intl-idn + - symfony/polyfill-mbstring + - symfony/polyfill-php72 + Stanford CAPx 7.x-3.0-beta17, 2020-02-13 ---------------------------------------- - Bug fix: Set default encryption scheme to CAPx - AES SSL (Machine name: stanford_capx_aes_ssl) at install time. @@ -8,10 +16,10 @@ Stanford CAPx 7.x-3.0-beta17, 2020-02-13 Stanford CAPx 7.x-3.0-beta16, 2020-02-13 ---------------------------------------- - Update included dependencies (and their dependencies): - - guzzlehttp/guzzle - - guzzlehttp/oauth-subscriber - - peekmo/jsonpath - - phpunit/phpunit + - guzzlehttp/guzzle + - guzzlehttp/oauth-subscriber + - peekmo/jsonpath + - phpunit/phpunit Stanford CAPx 7.x-3.0-beta15, 2019-09-25 ---------------------------------------- diff --git a/README.md b/README.md index 1a53e75..67650da 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Stanford CAPx -#### Version 7.x-3.0-beta17 +#### Version 7.x-3.0-beta18 Stanford CAP Extensible module builds on some great work. This module provides an interface for administrators to pull information directly from the CAP API into Drupal. This allows profile owners to continue to manage their profile information on the CAP web service and have that information automatically reflected into a Drupal website. diff --git a/modules/capx_auto_nodetitle/capx_auto_nodetitle.info b/modules/capx_auto_nodetitle/capx_auto_nodetitle.info index 2742b5f..1debadf 100644 --- a/modules/capx_auto_nodetitle/capx_auto_nodetitle.info +++ b/modules/capx_auto_nodetitle/capx_auto_nodetitle.info @@ -2,7 +2,7 @@ name = CAPX Auto Node Title Support description = Allows support for the auto_nodetitle module core = 7.x package = Stanford -version = 7.x-3.0-beta17 +version = 7.x-3.0-beta18 project = capx_auto_nodetitle dependencies[] = auto_nodetitle dependencies[] = stanford_capx diff --git a/modules/capx_filters/capx_filters.info b/modules/capx_filters/capx_filters.info index 29b73e9..3f6787a 100644 --- a/modules/capx_filters/capx_filters.info +++ b/modules/capx_filters/capx_filters.info @@ -2,7 +2,7 @@ name = CAPx Filters core = 7.x package = Stanford CAPx project = capx_filters -version = 7.x-3.0-beta17 +version = 7.x-3.0-beta18 files[] = views/views_handler_filters_link.inc diff --git a/modules/capx_issue_collector/capx_issue_collector.info b/modules/capx_issue_collector/capx_issue_collector.info index 36fe6a4..dde5d7c 100644 --- a/modules/capx_issue_collector/capx_issue_collector.info +++ b/modules/capx_issue_collector/capx_issue_collector.info @@ -1,6 +1,6 @@ name = Stanford CAPx Issue Collector description = Provides a feedback link to the CAPx Working Group Jira project. core = 7.x -version = 7.x-3.0-beta17 +version = 7.x-3.0-beta18 package = Stanford CAPx ; scripts[] = capx_issue_collector.js diff --git a/modules/capx_ssp/capx_ssp.info b/modules/capx_ssp/capx_ssp.info index 92543c3..9486958 100644 --- a/modules/capx_ssp/capx_ssp.info +++ b/modules/capx_ssp/capx_ssp.info @@ -2,7 +2,7 @@ name = CAPx SSO Integration description = Enable to allow user entities to log in with SSO core = 7.x package = Stanford -version = 7.x-3.0-beta17 +version = 7.x-3.0-beta18 project = capx_ssp dependencies[] = stanford_capx dependencies[] = stanford_ssp diff --git a/modules/capx_tamper/capx_tamper.info b/modules/capx_tamper/capx_tamper.info index f47bc81..6988675 100644 --- a/modules/capx_tamper/capx_tamper.info +++ b/modules/capx_tamper/capx_tamper.info @@ -1,6 +1,6 @@ name = CAPx Tamper core = 7.x -version = 7.x-3.0-beta17 +version = 7.x-3.0-beta18 package = Stanford CAPx project = capx_tamper diff --git a/modules/capx_webauth/capx_webauth.info b/modules/capx_webauth/capx_webauth.info index f42d819..d32dfb6 100644 --- a/modules/capx_webauth/capx_webauth.info +++ b/modules/capx_webauth/capx_webauth.info @@ -2,7 +2,7 @@ name = CAPx WebAuth Integration description = Enable to allow user entities to log in with SSO core = 7.x package = Stanford -version = 7.x-3.0-beta17 +version = 7.x-3.0-beta18 project = capx_webauth dependencies[] = stanford_capx dependencies[] = webauth diff --git a/stanford_capx.info b/stanford_capx.info index feae63d..e0fdc5f 100644 --- a/stanford_capx.info +++ b/stanford_capx.info @@ -3,7 +3,7 @@ description = Provides the ability to import profiles into existing entity types core = 7.x package = Stanford CAPx project = stanford_capx -version = 7.x-3.0-beta17 +version = 7.x-3.0-beta18 dependencies[] = entity dependencies[] = block