Skip to content

Commit

Permalink
7.x-2.0-RC1-PHP54
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama committed May 30, 2016
2 parents 9710444 + d8709c7 commit 0df6afb
Show file tree
Hide file tree
Showing 497 changed files with 34,999 additions and 15,299 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,18 @@ Stanford CAPx 7.x-2.0, 2016-05-27
- Required fields with a default value are no longer required in the mapping.
- Added auto truncating of text fields in order to avoid the PDO exception error of value too long.

Stanford CAPx 7.x-1.3, 2016-02-05
Stanford CAPx 7.x-1.3-php54, 2015-10-19
---------------------------------

- Guzzle downgraded to 5.3 to support PHP 5.4
- Support for auto_nodetitle
- Create random password and set more default values for user creation
- Removed filename salting and added timestamp check
- Added Protection for bad json responses
- No more duplication of files
- Importer checks timestamps before downloading files

Stanford CAPx 7.x-1.2, 2015-09-10
---------------------------------
- Bugfix: Removed hook_install views save and install time check for private files dir.
- Bugfix: Reduced duplicate warning messages.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stanford CAPx
#### Version 2.0-RC1
#### Version 2.0-RC1-PHP54

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
2 changes: 1 addition & 1 deletion includes/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"guzzlehttp/guzzle": "6.*",
"guzzlehttp/guzzle": "5.*",
"guzzlehttp/oauth-subscriber": "*",
"peekmo/jsonpath": "dev-master",
"phpunit/phpunit": "~4.7"
Expand Down
Loading

0 comments on commit 0df6afb

Please sign in to comment.