Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #124 from hamrant/OYPD-207
Browse files Browse the repository at this point in the history
[OYPD-207] Update Drupal core and modules after release
  • Loading branch information
alexschedrov authored Feb 7, 2017
2 parents 103f0b4 + 84a5f2a commit 26b9963
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,31 +107,34 @@
},
"drupal/views_block_filter_block": {
"2790505 - Empty exposed forms appeared in each view after installin module": "https://www.drupal.org/files/issues/empty_exposed_forms-2790505-10.patch"
},
"drupal/entity_browser": {
"2845037 - Fixed the issue of Call to a member function getConfigDependencyKey() on null on [Widget view], and [SelectionDisplay view]": "https://www.drupal.org/files/issues/2845037_15.patch"
}
}
},
"require": {
"cweagans/composer-patches": "^1.5.0",
"composer/installers": "^1.0",
"drupal-composer/drupal-scaffold": "^2.0.0",
"drupal/core": "8.2.5",
"drupal/core": "8.2.6",
"drupal/features": "3.2",
"drupal/config_update": "1.2",
"drupal/config_update": "1.3",
"drupal/entity": "1.0-alpha4",
"drupal/media_entity": "1.6",
"drupal/media_entity_image": "1.2",
"drupal/media_entity_document": "1.1",
"drupal/address": "1.0-rc3",
"drupal/paragraphs": "1.0",
"drupal/entity_reference_revisions": "1.0",
"drupal/pathauto": "1.0-beta1",
"drupal/entity_reference_revisions": "1.2",
"drupal/pathauto": "1.0-rc1",
"drupal/ctools": "3.0-alpha27",
"drupal/token": "1.0-rc1",
"drupal/field_group": "1.0-rc6",
"drupal/field_collection": "1.0-alpha1",
"drupal/video_embed_field": "1.4",
"drupal/jquery_colorpicker": "1.2",
"drupal/entity_browser": "1.0-beta3",
"drupal/jquery_colorpicker": "1.3",
"drupal/entity_browser": "1.0-rc1",
"drupal/dropzonejs": "1.0-alpha3",
"drupal/inline_entity_form": "1.0-beta1",
"drupal/embed": "1.0-rc3",
Expand Down
2 changes: 1 addition & 1 deletion drupal-org-core.make
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
api = 2
core = 8.x
projects[drupal][type] = core
projects[drupal][version] = 8.2.5
projects[drupal][version] = 8.2.6
12 changes: 7 additions & 5 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,24 @@ api = 2
defaults[projects][subdir] = contrib

projects[features] = 3.2
projects[config_update] = 1.2
projects[config_update] = 1.3
projects[entity] = 1.0-alpha4
projects[media_entity] = 1.6
projects[media_entity_image] = 1.2
projects[media_entity_document] = 1.1
projects[address] = 1.0-rc3
projects[paragraphs] = 1.0
projects[entity_reference_revisions] = 1.0
projects[pathauto] = 1.0-beta1
projects[entity_reference_revisions] = 1.2
projects[pathauto] = 1.0-rc1
projects[ctools] = 3.0-alpha27
projects[token] = 1.0-rc1
projects[field_group] = 1.0-rc6
projects[field_collection] = 1.0-alpha1
projects[video_embed_field] = 1.4
projects[jquery_colorpicker] = 1.2
projects[entity_browser] = 1.0-beta3
projects[jquery_colorpicker] = 1.3
projects[entity_browser][subdir] = contrib
projects[entity_browser][version] = 1.0-rc1
projects[entity_browser][patch][] = "https://www.drupal.org/files/issues/2845037_15.patch"
projects[dropzonejs] = 1.0-alpha3
projects[inline_entity_form] = 1.0-beta1
projects[embed] = 1.0-rc3
Expand Down

0 comments on commit 26b9963

Please sign in to comment.