Skip to content

Commit

Permalink
Merge pull request #831 from droptica/DROOP-942-interim-version-befor…
Browse files Browse the repository at this point in the history
…e-drupal10

Droopler 3.2.0-rc1 - interim version for D9
  • Loading branch information
damian-sikora-droptica authored Aug 24, 2023
2 parents bfeb6aa + 28eb811 commit b731f9e
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 12 deletions.
20 changes: 20 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Updating Droopler

## 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.

Before updating to the next version, do the following steps to be able to upgrade to Drupal 10 in the smoothest possible way:

#### 1. If you are using Drupal 8, or 9 but lower than 9.5, upgrade first to Drupal 9.5
#### 2. Install Claro theme
#### 3. Set Claro theme as Administration theme
#### 4. Uninstall Seven theme
#### 5. Uninstall following modules:
- lazy
- rdf
#### 6. Upgrade from CKEditor 4 to CKEditor 5
- follow [this instruction](https://www.drupal.org/node/3223395#s-how-to-upgrade-fromckeditor-4-to-ckeditor-5)

Then you can update Droopler to the next version and upgrade to Drupal 10.

At the end, recompile SCSS/JS assets.

## Droopler 3.1.0

### PHP 8.x
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "droptica/droopler",
"description": "Droopler installation profile for Drupal 8/9.",
"description": "Droopler installation profile for Drupal 9.",
"type": "drupal-profile",
"license": "GPL-2.0+",
"authors": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"drupal/colorbox": "^1.4",
"drupal/config_update": "^1.3",
"drupal/contact_formatter": "^2.0",
"drupal/core": "^8.8 || ^9.0",
"drupal/core": "^9.5",
"drupal/entity_reference_display": "^1.2",
"drupal/entity_reference_revisions": "^1.3",
"drupal/facets": "^2.0",
Expand Down
8 changes: 2 additions & 6 deletions droopler.info.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: 'Droopler Profile'
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^9.5
description: 'Ready to use site builder with paragraphs.'
type: profile
dependencies:
# Core.
- drupal:block
- drupal:block_content
- drupal:breakpoint
- drupal:ckeditor
- drupal:config
- drupal:contact
- drupal:content_translation
Expand All @@ -33,7 +31,6 @@ dependencies:
- drupal:options
- drupal:page_cache
- drupal:path
- drupal:rdf
- drupal:responsive_image
- drupal:search
- drupal:shortcut
Expand All @@ -60,7 +57,6 @@ dependencies:
- features:features
- features:features_ui
- geysir:geysir
- lazy:lazy
- link_attributes:link_attributes
- linkit:linkit
- metatag:metatag
Expand Down Expand Up @@ -109,6 +105,6 @@ themes:

distribution:
name: 'Droopler Profile'
version: '3.1.0'
version: '3.2.0-rc1'
project: 'droopler'
core_incompatible: false
1 change: 0 additions & 1 deletion modules/custom/d_blog/d_blog.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies:
# Contrib.
- ctools:ctools
- entity_reference_revisions:entity_reference_revisions
- lazy:lazy
- metatag:metatag
- paragraphs:paragraphs
- pathauto:pathauto
Expand Down
1 change: 0 additions & 1 deletion modules/custom/d_content/d_content.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
# Core.
- drupal:block
- drupal:block_content
- drupal:ckeditor
- drupal:content_translation
- drupal:editor
- drupal:field
Expand Down
1 change: 0 additions & 1 deletion modules/custom/d_media/d_media.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:

# Contrib.
- colorbox:colorbox
- lazy:lazy
- paragraphs:paragraphs
- svg_image:svg_image
- svg_image:svg_image_responsive
Expand Down
1 change: 0 additions & 1 deletion modules/custom/d_product/d_product.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies:
- file
- image
- language
- lazy
- link
- media
- media_library
Expand Down

0 comments on commit b731f9e

Please sign in to comment.