diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2b20db67..3e90031c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,26 @@ Stanford CAPx x.x-x.x, xxxx-xx-xx --------------------------------- +Stanford CAPx 7.x-2.1, 2017-01-16 +--------------------------------- +- Tamper data + You can now alter the data before it gets saved to your entity directly + through the UI. Very similar to Feeds Tamper Data. +- Filters for importers + Perhaps you didn't want everyone in that organization after all. You can now + set conditions on the importers on who to import. +- Webauth Integration + Now when you create user entities you can have them automatically linked up + with webauth so they may log in. +- Simple SAML PHP auth Integration + Instead of webauth you can use stanford_ssp to authenticate user entities + created through CAPx +- Performance improvements + Wee speed. +- Orphan processing performance improvements +- Orphan processing logic enhancements +- Minor bug fixes + Stanford CAPx 7.x-2.0, 2016-05-27 --------------------------------- - Entity relationships! diff --git a/modules/capx_auto_nodetitle/README.md b/modules/capx_auto_nodetitle/README.md index 1c2c9097..b6c95e1d 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-2.0-dev +##### Version: 7.x-2.1 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 a5c3149f..98e917f2 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-2.0-dev +version = 7.x-2.1 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 8bea5095..fee36dc2 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-2.0-dev +version = 7.x-2.1 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 e9ce33e4..51381b88 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-2.0-dev +version = 7.x-2.1 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 f69e3116..d23bc378 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-2.0-dev +version = 7.x-2.1 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 4bdd982a..885a042c 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-2.0-dev +version = 7.x-2.1 package = Stanford CAPx project = capx_tamper diff --git a/modules/capx_webauth/capx_webauth.info b/modules/capx_webauth/capx_webauth.info index 8d93b77d..f0af834f 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-2.0-dev +version = 7.x-2.1 project = capx_webauth dependencies[] = stanford_capx dependencies[] = webauth diff --git a/stanford_capx.info b/stanford_capx.info index 1415a607..74f9e66f 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-2.0-dev +version = 7.x-2.1 dependencies[] = entity dependencies[] = block