Skip to content
Snippets Groups Projects
Commit aa235f69 authored by Chris Gross's avatar Chris Gross
Browse files

7.x-1.11 Release Candidate 2

parent e105c30c
No related branches found
Tags 7.x-1.11-rc2
No related merge requests found
Showing
with 68 additions and 29 deletions
WCM Base 7.x-1.11-rc2, 2019-01-24
---------------------------------
- WCM Base: Updated Panopoly to 1.60 per SA-CONTRIB-2019-004.
WCM Base 7.x-1.11-rc1, 2019-01-23
---------------------------------
- WCM Base:
......
......@@ -5,8 +5,8 @@ package = Panels
dependencies[] = ctools
dependencies[] = page_manager
dependencies[] = panels
; Information added by Drupal.org packaging script on 2018-08-27
version = "7.x-2.3"
; Information added by Drupal.org packaging script on 2019-01-23
version = "7.x-2.4"
core = "7.x"
project = "panels_breadcrumbs"
datestamp = "1535382184"
datestamp = "1548270183"
......@@ -219,7 +219,10 @@ function panels_breadcrumbs_build_breadcrumb($conf, $contexts, $override = FALSE
foreach ($breadcrumbs_info as $crumb) {
if (isset($crumb['href']) && $crumb['href'] == '<none>') {
$crumb['localized_options'] += array('attributes' => array(), 'html' => TRUE);
$breadcrumbs[] = '<span ' . drupal_attributes($crumb['localized_options']['attributes']) . '>' . ($crumb['localized_options']['html'] ? $crumb['title'] : check_plain($crumb['title'])) . '</span>';
$attributes = drupal_attributes($crumb['localized_options']['attributes']);
$content = $crumb['localized_options']['html'] ? filter_xss_admin($crumb['title']) : check_plain($crumb['title']);
$breadcrumbs[] = sprintf('<span %s>%s</span>', $attributes, $content);
}
else {
$breadcrumbs[] = l($crumb['title'], $crumb['href'], $crumb['localized_options']);
......
7.x-1.60, 2019-01-23
-------------------
- No changes since last release.
7.x-1.59, 2019-01-17
-------------------
- No changes since last release.
......
......@@ -37,8 +37,8 @@ features[page_manager_pages][] = panopoly_admin_layout_library
features[page_manager_pages][] = panopoly_admin_page_library
features[page_manager_pages][] = panopoly_admin_pane_library
; Information added by Drupal.org packaging script on 2019-01-17
version = "7.x-1.59"
; Information added by Drupal.org packaging script on 2019-01-24
version = "7.x-1.60"
core = "7.x"
project = "panopoly_admin"
datestamp = "1547743824"
datestamp = "1548297491"
7.x-1.60, 2019-01-23
-------------------
- Update panels_breadcrumbs for SA-CONTRIB-2019-004.
7.x-1.59, 2019-01-17
-------------------
- No changes since last release.
......
......@@ -82,8 +82,8 @@ features_exclude[variable][panelizer_taxonomy_term:panopoly_categories_allowed_t
features_exclude[variable][panelizer_defaults_taxonomy_term_panopoly_categories] = panelizer_defaults_taxonomy_term_panopoly_categories
features_exclude[variable][pathauto_taxonomy_term_panopoly_categories_pattern] = pathauto_taxonomy_term_panopoly_categories_pattern
; Information added by Drupal.org packaging script on 2019-01-17
version = "7.x-1.59"
; Information added by Drupal.org packaging script on 2019-01-24
version = "7.x-1.60"
core = "7.x"
project = "panopoly_core"
datestamp = "1547743843"
datestamp = "1548297503"
......@@ -14,7 +14,7 @@ projects[panels][subdir] = contrib
projects[panels][patch][1570120] = https://www.drupal.org/files/issues/move-image-1570120-31.patch
projects[panels][patch][2897658] = https://www.drupal.org/files/issues/panels-menu-block-ipe-2897658-3.patch
projects[panels_breadcrumbs][version] = 2.3
projects[panels_breadcrumbs][version] = 2.4
projects[panels_breadcrumbs][subdir] = contrib
projects[panelizer][version] = 3.4
......
7.x-1.60, 2019-01-23
-------------------
- No changes since last release.
7.x-1.59, 2019-01-17
-------------------
- No changes since last release.
......
......@@ -15,8 +15,8 @@ stylesheets[all][] = css/panopoly-modal.css
features[features_api][] = api:2
files[] = plugins/views/panopoly_magic_plugin_display_panel_pane.inc
; Information added by Drupal.org packaging script on 2019-01-17
version = "7.x-1.59"
; Information added by Drupal.org packaging script on 2019-01-24
version = "7.x-1.60"
core = "7.x"
project = "panopoly_magic"
datestamp = "1547743904"
datestamp = "1548297538"
7.x-1.60, 2019-01-23
-------------------
- No changes since last release.
7.x-1.59, 2019-01-17
-------------------
- No changes since last release.
......
......@@ -81,8 +81,8 @@ features_exclude[variable][pathauto_node_panopoly_landing_page_pattern] = pathau
features_exclude[variable][pathauto_node_panopoly_page_pattern] = pathauto_node_panopoly_page_pattern
features_exclude[variable][pathauto_taxonomy_term_panopoly_categories_pattern] = pathauto_taxonomy_term_panopoly_categories_pattern
; Information added by Drupal.org packaging script on 2019-01-17
version = "7.x-1.59"
; Information added by Drupal.org packaging script on 2019-01-24
version = "7.x-1.60"
core = "7.x"
project = "panopoly_pages"
datestamp = "1547743926"
datestamp = "1548297550"
7.x-1.60, 2019-01-23
-------------------
- No changes since last release.
7.x-1.59, 2019-01-17
-------------------
- No changes since last release.
......
......@@ -54,8 +54,8 @@ features[variable][] = search_cron_limit
features[views_view][] = panopoly_database_search
features[views_view][] = panopoly_search
; Information added by Drupal.org packaging script on 2019-01-17
version = "7.x-1.59"
; Information added by Drupal.org packaging script on 2019-01-24
version = "7.x-1.60"
core = "7.x"
project = "panopoly_search"
datestamp = "1547743955"
datestamp = "1548297561"
7.x-1.60, 2019-01-23
-------------------
- No changes since last release.
7.x-1.59, 2019-01-17
-------------------
- No changes since last release.
......
......@@ -99,8 +99,8 @@ features_exclude[dependencies][panopoly_pages] = panopoly_pages
features_exclude[dependencies][panelizer] = panelizer
hidden = 1
; Information added by Drupal.org packaging script on 2019-01-17
version = "7.x-1.59"
; Information added by Drupal.org packaging script on 2019-01-24
version = "7.x-1.60"
core = "7.x"
project = "panopoly_test"
datestamp = "1547743980"
datestamp = "1548297571"
7.x-1.60, 2019-01-23
-------------------
- No changes since last release.
7.x-1.59, 2019-01-17
-------------------
- No changes since last release.
......
......@@ -11,8 +11,8 @@ stylesheets[all][] = css/panopoly-accordian.css
stylesheets[all][] = css/panopoly-layouts.css
features[features_api][] = api:2
; Information added by Drupal.org packaging script on 2019-01-17
version = "7.x-1.59"
; Information added by Drupal.org packaging script on 2019-01-24
version = "7.x-1.60"
core = "7.x"
project = "panopoly_theme"
datestamp = "1547744004"
datestamp = "1548297583"
7.x-1.60, 2019-01-23
-------------------
- No changes since last release.
7.x-1.59, 2019-01-17
-------------------
- No changes since last release.
......
......@@ -125,8 +125,8 @@ features[linkit_profiles][] = content_fields
features[views_view][] = panopoly_widgets_general_content
features_exclude[dependencies][linkit] = linkit
; Information added by Drupal.org packaging script on 2019-01-17
version = "7.x-1.59"
; Information added by Drupal.org packaging script on 2019-01-24
version = "7.x-1.60"
core = "7.x"
project = "panopoly_widgets"
datestamp = "1547744042"
datestamp = "1548297607"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment