Skip to content

Commit

Permalink
Merge pull request #830 from droptica/drupal10
Browse files Browse the repository at this point in the history
Droopler 3.3.0-rc1
  • Loading branch information
damian-sikora-droptica committed Sep 12, 2023
2 parents 901f5c2 + 637f973 commit 2e32921
Show file tree
Hide file tree
Showing 201 changed files with 1,897 additions and 1,738 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
<img src="https://droopler-demo.droptica.com/themes/custom/droopler_subtheme/logo.svg" width=300 alt="Droopler Logo" />

## What is Droopler?
Droopler is a Drupal 9 profile designed to build corporate websites. It's based on the latest frontend technologies, including Bootstrap 4. The maintainer of Droopler is [Droptica](https://www.droptica.com).
Droopler is a Drupal 10 profile designed to build corporate websites. It's based on the latest frontend technologies, including Bootstrap 4. The maintainer of Droopler is [Droptica](https://www.droptica.com).

[![Build Status](https://github.com/droptica/droopler/workflows/Drupal%20coding%20standards/badge.svg?branch=master)](https://github.com/droptica/droopler/actions)

Expand Down
4 changes: 4 additions & 0 deletions UPDATE.md
@@ -1,5 +1,9 @@
# Updating Droopler

## Droopler 3.3.0

This is a release with Drupal 10 compatibility changes. Please do the steps from instruction for version 3.2.0 before updating to this version and upgrading to Drupal 10.

## Droopler 3.2.0

This is an interim release in which we change the minimal required Drupal version to 9.5, and we remove a dependencies to deprecated modules, before next release with Drupal 10 compatibility changes.
Expand Down
35 changes: 15 additions & 20 deletions composer.json
@@ -1,6 +1,6 @@
{
"name": "droptica/droopler",
"description": "Droopler installation profile for Drupal 9.",
"description": "Droopler installation profile for Drupal 10.",
"type": "drupal-profile",
"license": "GPL-2.0+",
"authors": [
Expand All @@ -26,24 +26,23 @@
"bower-asset/masonry": "^4.2",
"cweagans/composer-patches": "^1.6",
"drupal/admin_toolbar": "^3.0",
"drupal/advagg": "^5.0",
"drupal/better_exposed_filters": "^5.0",
"drupal/advagg": "^6.0@alpha",
"drupal/better_exposed_filters": "^6.0",
"drupal/checklistapi": "^2.0",
"drupal/colorbox": "^1.4",
"drupal/config_update": "^1.3",
"drupal/colorbox": "^2.0",
"drupal/config_update": "2.0.x-dev@dev",
"drupal/contact_formatter": "^2.0",
"drupal/core": "^9.5",
"drupal/entity_reference_display": "^1.2",
"drupal/core": "^10.0",
"drupal/entity_reference_display": "^2.0",
"drupal/entity_reference_revisions": "^1.3",
"drupal/facets": "^2.0",
"drupal/features": "^3.5",
"drupal/features": "^3.13",
"drupal/field_group": "^3.0",
"drupal/geysir": "^1.3",
"drupal/geysir": "^2.1@RC",
"drupal/google_analytics": "^4.0",
"drupal/google_tag": "^1.4",
"drupal/lazy": "^3.4",
"drupal/link_attributes": "^1.1",
"drupal/linkit": "^6.0-beta",
"drupal/linkit": "^6.0@RC",
"drupal/menu_link_attributes": "^1.0",
"drupal/metatag": "^1.3",
"drupal/paragraphs": "^1.1",
Expand All @@ -53,9 +52,9 @@
"drupal/search_api": "^1.8",
"drupal/simple_sitemap": "^4.1",
"drupal/smtp": "^1.0@beta",
"drupal/svg_image": "^1.8",
"drupal/tvi": "^1.0-rc2",
"drupal/we_megamenu": "^1.5",
"drupal/svg_image": "^3.0",
"drupal/tvi": "2.0.x-dev@dev",
"drupal/we_megamenu": "^1.15",
"npm-asset/countup": "^1.9",
"npm-asset/in-viewport": "^3.6",
"npm-asset/jquery-ui-touch-punch": "^0.2",
Expand All @@ -82,12 +81,8 @@
"extra": {
"patches": {
"drupal/we_megamenu": {
"PHP 8.1 Deprecations p1": "https://www.drupal.org/files/issues/2022-02-24/we_megamenu_deprecated.patch",
"PHP 8.1 Depracations p2": "https://www.drupal.org/files/issues/2022-08-12/we_megamenu-3296290-5.patch",
"PHP 8.1 Compatibility": "web/profiles/contrib/droopler/patches/we_megamenu_compatibility_php81.patch"
},
"drupal/advagg": {
"PHP 8.1 Deprecations": "https://www.drupal.org/files/issues/2022-08-02/3258389-40.patch"
"Check for empty col_config and col_content": "https://www.drupal.org/files/issues/2023-08-22/we_megamenu-3225104-5.patch",
"Attempt to modify property col_content on null": "https://www.drupal.org/files/issues/2022-03-30/3270040-6.patch"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion config/install/advagg_js_minify.settings.yml
@@ -1,4 +1,4 @@
add_license: false
minifier: 5
minifier: 4
ratio_max: 0.9
ratio_min: 0.1
19 changes: 0 additions & 19 deletions config/install/block.block.seven_breadcrumbs.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_content.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_help.yml

This file was deleted.

17 changes: 0 additions & 17 deletions config/install/block.block.seven_local_actions.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_login.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_messages.yml

This file was deleted.

17 changes: 0 additions & 17 deletions config/install/block.block.seven_page_title.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_primary_local_tasks.yml

This file was deleted.

19 changes: 0 additions & 19 deletions config/install/block.block.seven_secondary_local_tasks.yml

This file was deleted.

6 changes: 6 additions & 0 deletions config/install/core.entity_view_display.user.user.compact.yml
Expand Up @@ -20,6 +20,12 @@ content:
settings:
image_style: thumbnail
image_link: content
image_loading:
attribute: lazy
svg_attributes:
width: ''
height: ''
svg_render_as_image: true
third_party_settings: { }
label: hidden
hidden:
Expand Down
6 changes: 6 additions & 0 deletions config/install/core.entity_view_display.user.user.default.yml
Expand Up @@ -22,6 +22,12 @@ content:
settings:
image_style: thumbnail
image_link: content
image_loading:
attribute: lazy
svg_attributes:
width: ''
height: ''
svg_render_as_image: true
third_party_settings: { }
label: hidden
hidden:
Expand Down

0 comments on commit 2e32921

Please sign in to comment.