From 210916612f55446d694c966e7c649e1953bce844 Mon Sep 17 00:00:00 2001 From: Sherakama Date: Fri, 8 Feb 2019 07:19:57 -0800 Subject: [PATCH] 7.x-3.0-beta12 (#196) --- CHANGELOG.txt | 5 +++++ README.md | 2 +- modules/capx_auto_nodetitle/capx_auto_nodetitle.info | 2 +- modules/capx_filters/capx_filters.info | 2 +- modules/capx_issue_collector/capx_issue_collector.info | 2 +- modules/capx_ssp/capx_ssp.info | 2 +- modules/capx_tamper/capx_tamper.info | 2 +- modules/capx_webauth/capx_webauth.info | 2 +- stanford_capx.info | 2 +- 9 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 63265407..d6ac82f5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,11 @@ Stanford CAPx x.x-x.x, xxxx-xx-xx --------------------------------- +Stanford CAPx 7.x-3.0-beta12, 2019-02-07 +----------------------------------------- +- Bugfix: Do not save empty values in to unmapped fields +- Bugfix: OOO issue with encrypt upgrade path. You must decrypt BEFORE changing the key. + Stanford CAPx 7.x-3.0-beta11, 2019-01-22 ----------------------------------------- - Upgraded Guzzle to 6.3.3 diff --git a/README.md b/README.md index 71960af2..d9a17a11 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Stanford CAPx -#### Version 7.x-3.0-dev +#### Version 7.x-3.0-beta12 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 42097e6e..284a7333 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-dev +version = 7.x-3.0-beta12 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 6e8280fc..e91e9e2a 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-dev +version = 7.x-3.0-beta12 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 7d881578..dae96f62 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-dev +version = 7.x-3.0-beta12 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 e4ae76eb..6eec36c1 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-dev +version = 7.x-3.0-beta12 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 bc0d98b4..d59bcb7f 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-dev +version = 7.x-3.0-beta12 package = Stanford CAPx project = capx_tamper diff --git a/modules/capx_webauth/capx_webauth.info b/modules/capx_webauth/capx_webauth.info index 4a52d3ee..a9b03e28 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-dev +version = 7.x-3.0-beta12 project = capx_webauth dependencies[] = stanford_capx dependencies[] = webauth diff --git a/stanford_capx.info b/stanford_capx.info index 7dbc7274..93e1b152 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-dev +version = 7.x-3.0-beta12 dependencies[] = entity dependencies[] = block