Skip to content

Commit

Permalink
7.x-2.1-php54
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama committed Jan 17, 2017
2 parents 6fb551d + d5d4307 commit 475d7f8
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 9 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,27 @@ Stanford CAPx x.x-x.x, xxxx-xx-xx

php54, 2015-10-19
---------------------------------

- Guzzle downgraded to 5.3 to support PHP 5.4

Stanford CAPx 7.x-2.1-php54, 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-php54, 2016-05-27
---------------------------------
Expand Down
2 changes: 1 addition & 1 deletion modules/capx_auto_nodetitle/README.md
Original file line number Diff line number Diff line change
@@ -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-php54
##### Version: 7.x-2.1-php54

Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama)
[Changelog.txt](CHANGELOG.txt)
Expand Down
2 changes: 1 addition & 1 deletion modules/capx_auto_nodetitle/capx_auto_nodetitle.info
Original file line number Diff line number Diff line change
Expand Up @@ -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-php54
version = 7.x-2.1-php54
project = capx_auto_nodetitle
dependencies[] = auto_nodetitle
dependencies[] = stanford_capx
Expand Down
2 changes: 1 addition & 1 deletion modules/capx_filters/capx_filters.info
Original file line number Diff line number Diff line change
Expand Up @@ -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-php54

files[] = views/views_handler_filters_link.inc

Expand Down
2 changes: 1 addition & 1 deletion modules/capx_issue_collector/capx_issue_collector.info
Original file line number Diff line number Diff line change
@@ -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-php54
version = 7.x-2.1-php54
package = Stanford CAPx
; scripts[] = capx_issue_collector.js
2 changes: 1 addition & 1 deletion modules/capx_ssp/capx_ssp.info
Original file line number Diff line number Diff line change
Expand Up @@ -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-php54
project = capx_ssp
dependencies[] = stanford_capx
dependencies[] = stanford_ssp
2 changes: 1 addition & 1 deletion modules/capx_tamper/capx_tamper.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = CAPx Tamper
core = 7.x
version = 7.x-2.0-dev
version = 7.x-2.1-php54
package = Stanford CAPx
project = capx_tamper

Expand Down
2 changes: 1 addition & 1 deletion modules/capx_webauth/capx_webauth.info
Original file line number Diff line number Diff line change
Expand Up @@ -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-php54
project = capx_webauth
dependencies[] = stanford_capx
dependencies[] = webauth
2 changes: 1 addition & 1 deletion stanford_capx.info
Original file line number Diff line number Diff line change
Expand Up @@ -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-php54
version = 7.x-2.1-php54

dependencies[] = entity
dependencies[] = block
Expand Down

0 comments on commit 475d7f8

Please sign in to comment.