diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b8d4ada8..02684e53 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,10 @@ Stanford CAPx x.x-x.x, xxxx-xx-xx --------------------------------- +Stanford CAPx 7.x-3.0-beta14, 2019-06-03 +----------------------------------------- +- Bugfix: Fix infinite loop and schema validation issue. + Stanford CAPx 7.x-3.0-beta13, 2019-04-30 ----------------------------------------- - Bugfix: Do not save empty values in to unmapped reference fields. diff --git a/README.md b/README.md index 64b78774..aae0d6e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Stanford CAPx -#### Version 7.x-3.0-beta14-dev +#### Version 7.x-3.0-beta14 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 9a2272a3..d410efdc 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-beta14-dev +version = 7.x-3.0-beta14 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 0f206fd3..33ae60e1 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-beta14-dev +version = 7.x-3.0-beta14 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 4a25d31e..2fbbe862 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-beta14-dev +version = 7.x-3.0-beta14 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 b8eba6bf..c813bb92 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-beta14-dev +version = 7.x-3.0-beta14 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 ff7ded9c..eb5dfff9 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-beta14-dev +version = 7.x-3.0-beta14 package = Stanford CAPx project = capx_tamper diff --git a/modules/capx_webauth/capx_webauth.info b/modules/capx_webauth/capx_webauth.info index 7ee16ca4..7e3b4e5e 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-beta14-dev +version = 7.x-3.0-beta14 project = capx_webauth dependencies[] = stanford_capx dependencies[] = webauth diff --git a/stanford_capx.info b/stanford_capx.info index 6882cd28..cb538709 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-beta14-dev +version = 7.x-3.0-beta14 dependencies[] = entity dependencies[] = block