Skip to content

Commit

Permalink
7.x-2.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama committed Aug 24, 2016
1 parent aee88e7 commit 9acbb58
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stanford CAPx
#### Version 2.x
#### Version 2.x RC2

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.

Expand Down Expand Up @@ -32,7 +32,7 @@ Collaboration and bug reports are welcome. Please file bug reports on the github
Also included in this package is a module called: capx_issue_collector. If you enable this module you will have a 'report feedback' button added to the bottom right hand corner of your website. This will allow you to post feedback directly to our Jira instance.

### Security
#### HTTPS
#### HTTPS
CAPx uses https for all API calls. Please follow this best practice as you develop with this module.
#### httpoxy mitigation:
In July 2016, the httpoxy security exploit was announced for PHP, including libraries such as Guzzle. CAPx installs were by default protected because of https usage (see above). In addition, **developers are encouraged to seek their own httpoxy mitigation steps at the server level**. Check with your hosting provider to ensure that your implementation is protected from httpoxy. See https://httpoxy.org for details.
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-1.3
version = 7.x-2.0-rc2
project = capx_auto_nodetitle
dependencies[] = auto_nodetitle
dependencies[] = stanford_capx
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-1.3
version = 7.x-2.0-rc2
package = Stanford CAPx
; scripts[] = capx_issue_collector.js
3 changes: 1 addition & 2 deletions 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-dev
version = 7.x-2.0-rc2

dependencies[] = entity
dependencies[] = block
Expand All @@ -25,4 +25,3 @@ files[] = includes/views/views_handler_field_importer_orphan_profiles.inc
files[] = includes/views/views_handler_field_capx_profile_id.inc

project status url = https://github.com/SU-SWS/stanford_capx

0 comments on commit 9acbb58

Please sign in to comment.