diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c1586..cc06601 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Stanford News +8.x-1.13 +-------------------------------------------------------------------------------- +_Release Date: 2021-05-07_ + +- Fixed cap API parameter string (#141) (06cdedd) + 8.x-1.12 -------------------------------------------------------------------------------- _Release Date: 2021-03-05_ diff --git a/composer.json b/composer.json index bec014c..4dcd1ba 100755 --- a/composer.json +++ b/composer.json @@ -94,9 +94,9 @@ "drupal/views_contextual_filters_or": "^1.1", "drupal/views_infinite_scroll": "^1.6", "sainsburys/guzzle-oauth2-plugin": "^3.0", - "su-sws/jumpstart_ui": "dev-8.x-1.x", - "su-sws/stanford_migrate": "dev-8.x-1.x", - "su-sws/stanford_text_editor": "dev-8.x-1.x" + "su-sws/jumpstart_ui": "^8.1", + "su-sws/stanford_migrate": "^8.1", + "su-sws/stanford_text_editor": "^8.1" }, "extra": { "enable-patching": true, diff --git a/modules/stanford_person_importer/stanford_person_importer.info.yml b/modules/stanford_person_importer/stanford_person_importer.info.yml index 8354c87..b43e0b8 100644 --- a/modules/stanford_person_importer/stanford_person_importer.info.yml +++ b/modules/stanford_person_importer/stanford_person_importer.info.yml @@ -3,7 +3,7 @@ type: module description: 'Migration support for importing of profile information from stanford.edu.' core_version_requirement: '^8.8 || ^9' package: Stanford -version: 8.x-1.13-dev +version: 8.x-1.13 dependencies: - 'config_pages:config_pages' - 'drupal:migrate' diff --git a/stanford_person.info.yml b/stanford_person.info.yml index 833c266..342c18c 100755 --- a/stanford_person.info.yml +++ b/stanford_person.info.yml @@ -3,7 +3,7 @@ type: module description: 'A person bio and supporting information content type' core_version_requirement: ^8 || ^9 package: Stanford -version: 8.x-1.13-dev +version: 8.x-1.13 dependencies: - allowed_formats:allowed_formats - auto_entitylabel:auto_entitylabel