Droopler Versions Save

8.3.3.0-rc3

2 months ago

What's Changed

Full Changelog: https://github.com/droptica/droopler/compare/8.3.3.0-rc2...8.3.3.0-rc3

4.0.0-alpha2

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/droptica/droopler/compare/4.0.0-alpha1...4.0.0-alpha2

8.3.3.0-rc2

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/droptica/droopler/compare/8.3.3.0-rc1...8.3.3.0-rc2

4.0.0-alpha1

5 months ago

It's a completely new Droopler version. There is no backwards compatibility from Droopler 4.0 to lower.

You can try to run it on your existing database with a lower Droopler version but there is no guarantee it would work.

What's Changed

Front-end:

  • New theme and STARTERKITs based on Bootstrap 5 and Radix.
  • Paragraph templates based on the front-end single directory components (TWIG, SCSS and JS in one directory).
  • The style a colors, spacers and component parameters are easily changeable by editing the CSS variables.
  • There is an easy way to extend the component, overwrite it completely or create a new one.

Back-end:

  • Based on Drupal 10.
  • Full compatibility with PHP 8.1.
  • Unnecessary code has been removed from the custom modules.
  • Most of the custom code has been changed to object-oriented.
  • Some unused or unnecessary modules have been removed.
  • The Geysir has been replaced by the Frontend editing module.
  • Blog (d_blog) and Product (d_product) modules dependencies have been removed from the main composer.json file.
  • The issues from PHP CodeSniffer have been reviewed and fixed.
  • The issues from PHP Stan have been reviewed and fixed.
  • Integration with Drupal Commerce (d_commerce) has been temporarily removed. Will be restored with the next version.

New Contributors

Full Changelog: https://github.com/droptica/droopler/compare/8.3.3.0-rc1...4.0.0-alpha1

8.3.3.0-rc1

8 months ago

This is a release with Drupal 10 compatibility changes.

In the UPDATE.md file, you can find the instruction with the steps that needs to be done before updating Droopler to this version and upgrading to Drupal 10.

What's Changed

  • Droopler 3.3.0-rc1 - Drupal 10 compatibility changes

Full Changelog: https://github.com/droptica/droopler/compare/8.3.2.0-rc1...8.3.3.0-rc1

8.3.2.0-rc1

8 months ago

This is an interim release in which we change the minimal required Drupal version to 9.5, and we remove dependencies to deprecated modules, before the next release with Drupal 10 compatibility changes.

In the UPDATE.md file, you can find the instruction with the steps that needs to be done before updating Droopler to the next version and upgrading to Drupal 10.

What's Changed

  • Droopler 3.2.0-rc1 - interim version for D9

Full Changelog: https://github.com/droptica/droopler/compare/8.3.1.0...8.3.2.0-rc1

8.3.1.0

1 year ago

This release contains mainly bugfixes and functional improvements. Please refer to UPDATE.md file before installing this release.

👌 Improvements

  • #3224648 Making Droopler Drush commands D9 compatible
  • #3223765 Verified and fixed Droopler code by CodeSniffer, implementing CS pipeline
  • #3223197 Improved handling of CTA display
  • #3262218 Reviewed issues from PHPStan
  • #3260139 Updated composer.json to fetch latest modules (Google Analytics, Facets etc)
  • #3272050 Removed Commerce Product title override
  • Removed dependency from deprecated color module.
  • Introduce Drush generators for paragraph settings plugins
  • Improved compatibility with PHP 8.1
  • Improved compatibility with Drupal 9.4

🐞 Bugfixes

  • #3209950 Fixed demo content
  • #3222828 Fixed "Editor" role
  • #3222832 Fixed notices while saving "Side by side" paragraphs
  • #3223379 Fixed missing X close buttons
  • #3209754 Fixed Form paragraph for logged-in users
  • #3223527 Fixed styling of Show/hide media item weight
  • #3223530 Fixed "Apply filter" button
  • #3223729 Fixed issues with tiles paragraphs
  • #3189469 Fixed differences in feature configs
  • #3223730 Fixed "strong" color inside "Side embed" paragraph
  • #3223199 Fixed line under title for primary theme
  • #3223202 Fixed "side by side" paragraph default spacing
  • #3224187 Refactored JS in d_social_media
  • #3223202 Fixed "side by side" paragraph default spacings
  • #3221839 Fixed "Undefined index 'paragraph-theme'"
  • #3221838 Fixed "Notice: Object of class stdClass..."
  • #3226417 Fixed column count setting for tablet not working
  • #3226715 Improved Media weight field styling in "Edit Paragraph"
  • #3259587 Fixed unsupported Facets version
  • #3262207 Fixed embed video logging errors
  • #3245742 Fixed WSOD after install Tab Tamer
  • #3262209 Fixed Reference Content paragraph shows unpublished nodes
  • #3265785 Fixed error with d_custom_init installation
  • #3225982 Fixed SCSS compile warnings
  • #3272715 Fixed Reference Content paragraph breaking on widescreen
  • #3226712 Fixed elements in text tiles not properly aligned
  • #3223382 Fixed saving tiles gallery
  • #3272717 Fixed wide sidebar image
  • #3279465 Fixed margins on blocks
  • #3279469 Fixed buttons styling issue
  • #3279486 Fixed clicking on "Add paragraph" elements
  • #3279484 Fixed enabling Mautic module
  • #3279466 Fixed issue with tiles
  • Fixed Link widget in Carousel Paragraph
  • #3294035 Changed js minifier to JSqueeze to be compatible with PHP 8.x
  • #3298846 Fixed block.html.twig references in droopler_theme
  • #3294037 Deleted node references to d_mautic paragraph after uninstalling module
  • #3301685 Fixed problem with unmet dependencies
  • #3294037 Fixed d_mautic uninstall
  • #3298846 Fixed local actions
  • #3302360 Fixed deprecated contrib code for PHP 8.1
  • #3312223 Fixed word breaking in the list of text blocks
  • #3308600 Fixed "Error: Call to a member function getTotalItems()"

👦 New Contributors

Full Changelog: https://github.com/droptica/droopler/compare/8.3.0.0...8.3.1.0

8.3.1.0-rc2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/droptica/droopler/compare/8.3.1.0-rc1...8.3.1.0-rc2

8.3.1.0-rc1

1 year ago

Droopler 3.1.0 RC1

This release contains mainly bugfixes and functional improvements. Please refer to UPDATE.md file before installing this release.

👌 Improvements

  • #3224648 Making Droopler Drush commands D9 compatible
  • #3223765 Verified and fixed Droopler code by CodeSniffer, implementing CS pipeline
  • #3223197 Improved handling of CTA display
  • #3262218 Reviewed issues from PHPStan
  • #3260139 Updated composer.json to fetch latest modules (Google Analytics, Facets etc)
  • #3272050 Removed Commerce Product title override
  • Removed dependency from deprecated color module.
  • Improved compatibility with PHP 8.1 (with AdvAgg turned off)
  • Improved compatibility with Drupal 9.4

🐞 Bugfixes

  • #3209950 Fixed demo content
  • #3222828 Fixed "Editor" role
  • #3222832 Fixed notices while saving "Side by side" paragraphs
  • #3223379 Fixed missing X close buttons
  • #3209754 Fixed Form paragraph for logged-in users
  • #3223527 Fixed styling of Show/hide media item weight
  • #3223530 Fixed "Apply filter" button
  • #3223729 Fixed issues with tiles paragraphs
  • #3189469 Fixed differences in feature configs
  • #3223730 Fixed "strong" color inside "Side embed" paragraph
  • #3223199 Fixed line under title for primary theme
  • #3223202 Fixed "side by side" paragraph default spacing
  • #3224187 Refactored JS in d_social_media
  • #3223202 Fixed "side by side" paragraph default spacings
  • #3221839 Fixed "Undefined index 'paragraph-theme'"
  • #3221838 Fixed "Notice: Object of class stdClass..."
  • #3226417 Fixed column count setting for tablet not working
  • #3226715 Improved Media weight field styling in "Edit Paragraph"
  • #3259587 Fixed unsupported Facets version
  • #3262207 Fixed embed video logging errors
  • #3245742 Fixed WSOD after install Tab Tamer
  • #3262209 Fixed Reference Content paragraph shows unpublished nodes
  • #3265785 Fixed error with d_custom_init installation
  • #3225982 Fixed scss compile warnings
  • #3272715 Fixed Reference Content paragraph breaking on widescreen
  • #3226712 Fixed elements in text tiles not properly aligned
  • #3223382 Fixed saving tiles gallery
  • #3272717 Fixed wide sidebar image
  • #3279465 Fixed margins on blocks
  • #3279469 Fixed buttons styling issue
  • #3279486 Fixed clicking on "Add paragraph" elements
  • #3279484 Fixed enabling Mautic module
  • #3279466 Fixed issue with tiles
  • Fixed Link widget in Carousel Paragraph

Full Changelog: https://github.com/droptica/droopler/compare/8.3.0.0...8.3.1.0-rc1