From 0a26fa0a87679c573048fddccb16a1e94f45460c Mon Sep 17 00:00:00 2001 From: Caryl Westerberg Date: Fri, 7 Sep 2018 08:09:38 -0700 Subject: [PATCH] 7.x-3.0-beta9 --- CHANGELOG.txt | 4 ++++ README.md | 2 +- modules/capx_auto_nodetitle/README.md | 2 +- modules/capx_auto_nodetitle/capx_auto_nodetitle.info | 2 +- modules/capx_filters/README.MD | 2 +- modules/capx_filters/capx_filters.info | 2 +- modules/capx_issue_collector/capx_issue_collector.info | 2 +- modules/capx_ssp/README.md | 2 +- modules/capx_ssp/capx_ssp.info | 2 +- modules/capx_tamper/README.md | 2 +- modules/capx_tamper/capx_tamper.info | 2 +- modules/capx_webauth/README.md | 2 +- modules/capx_webauth/capx_webauth.info | 2 +- stanford_capx.info | 2 +- 14 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c99a796f..de99659d 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-beta9, 2018-09-07 +----------------------------------------- +- Address issues with tampers + Stanford CAPx 7.x-3.0-beta8, 2018-06-26 ----------------------------------------- - Changed composer type to drupal-custom-module from stanford-module diff --git a/README.md b/README.md index 9a64a432..a9383bf3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Stanford CAPx -#### Version 3.0-beta8 +#### Version 7.x-3.0-beta9 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/README.md b/modules/capx_auto_nodetitle/README.md index 7514487a..22e60cbd 100644 --- a/modules/capx_auto_nodetitle/README.md +++ b/modules/capx_auto_nodetitle/README.md @@ -1,5 +1,5 @@ #[CAPX Auto Nodetitle](https://github.com/SU-SWS/stanford_capx/tree/7.x-1.x/modules/capx_auto_nodetitle) -##### Version: 7.x-3.x-dev +##### Version: 7.x-3.0-beta9 Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama) [Changelog.txt](CHANGELOG.txt) diff --git a/modules/capx_auto_nodetitle/capx_auto_nodetitle.info b/modules/capx_auto_nodetitle/capx_auto_nodetitle.info index 57f07cc2..43ad7aad 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.x-dev +version = 7.x-3.0-beta9 project = capx_auto_nodetitle dependencies[] = auto_nodetitle dependencies[] = stanford_capx diff --git a/modules/capx_filters/README.MD b/modules/capx_filters/README.MD index b034507b..177b6357 100644 --- a/modules/capx_filters/README.MD +++ b/modules/capx_filters/README.MD @@ -1,5 +1,5 @@ # Stanford CAPx Filters -#### Version 3.0-beta8 +#### 7.x-3.0-beta9 CAPx filters provide the option to prevent the importing of certain profiles from the API. Users can configure capx importers to filter out profiles based on nearly any information sent by the API. diff --git a/modules/capx_filters/capx_filters.info b/modules/capx_filters/capx_filters.info index d39ac022..8cfb76e3 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.x-dev +version = 7.x-3.0-beta9 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 20971b64..86b8e02e 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.x-dev +version = 7.x-3.0-beta9 package = Stanford CAPx ; scripts[] = capx_issue_collector.js diff --git a/modules/capx_ssp/README.md b/modules/capx_ssp/README.md index 486328fc..51c9162e 100644 --- a/modules/capx_ssp/README.md +++ b/modules/capx_ssp/README.md @@ -1,5 +1,5 @@ #[CAPx SSP](https://github.com/SU-SWS/stanford_capx) -##### Version: 7.x-3.x-dev +##### Version: 7.x-3.0-beta9 Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama) [Changelog.txt](CHANGELOG.txt) diff --git a/modules/capx_ssp/capx_ssp.info b/modules/capx_ssp/capx_ssp.info index db486abb..2ab44cd1 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.x-dev +version = 7.x-3.0-beta9 project = capx_ssp dependencies[] = stanford_capx dependencies[] = stanford_ssp diff --git a/modules/capx_tamper/README.md b/modules/capx_tamper/README.md index 330b5baa..82c6ffd4 100644 --- a/modules/capx_tamper/README.md +++ b/modules/capx_tamper/README.md @@ -1,5 +1,5 @@ # Stanford CAPx Tampers -#### Version 3.0-beta8 +#### Version 7.x-3.0-beta9 CAPx Tampers provide the option to alter the data from the API before saving it to a profile. Much of this functionality is inspired by the feeds_tamper module and additional help can be found at that resource. diff --git a/modules/capx_tamper/capx_tamper.info b/modules/capx_tamper/capx_tamper.info index 08f544c5..d787b0b3 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.x-dev +version = 7.x-3.0-beta9 package = Stanford CAPx project = capx_tamper diff --git a/modules/capx_webauth/README.md b/modules/capx_webauth/README.md index 9bde9732..5380c644 100644 --- a/modules/capx_webauth/README.md +++ b/modules/capx_webauth/README.md @@ -1,5 +1,5 @@ # [CAPx Webauth](https://github.com/SU-SWS/stanford_capx) -##### Version: 7.x-3.x-dev +##### Version: 7.x-3.0-beta9 Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama) [Changelog.txt](CHANGELOG.txt) diff --git a/modules/capx_webauth/capx_webauth.info b/modules/capx_webauth/capx_webauth.info index c17f0046..4c3e5e61 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.x-dev +version = 7.x-3.0-beta9 project = capx_webauth dependencies[] = stanford_capx dependencies[] = webauth diff --git a/stanford_capx.info b/stanford_capx.info index b3158002..b1e8bcd8 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.x-dev +version = 7.x-3.0-beta9 dependencies[] = entity dependencies[] = block