This module isn't compatible anymore with Drupal 8.3.1 and Panels 4.0.

As mentioned in the Panels 4.0 release notes, their is an update path, which does this:

Uninstalls Layout plugin, then enables Layout Discovery.

Because of the dependency to layout plugin, I can't enable Radix Layouts anymore after the update. Removing the dependency from the info.yml seems to bring back the module and all layouts.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

berliner created an issue. See original summary.

berliner’s picture

berliner’s picture

I'm having trouble applying this patch automatically with drush make. Trying with a dedicated patch against the 3.0-release.

ivavictoria’s picture

Seconding the patch in #3; it worked for me, and was mandatory for me to apply in order to continue using this module after upgrading to 8.3.1.

berliner’s picture

Status: Active » Needs review
dsnopek’s picture

This should definitely be committed, but the question is how to handle the version issues... Should we make a radix_layouts 8.x-4.x, like Panels did? Or should we just add something to the .info.yml file to require Drupal 8.3.x or greater?

shadcn’s picture

@dsnopek let's go with 8.x-4.x.

Initially we wanted to match the versions with the Radix theme. But there are many websites using Radix Layouts but not Radix theme. Let's match Panels version numbers to make things simpler.

dsnopek’s picture

Status: Needs review » Fixed

Committed to the new 8.x-4.x branch :-)

Thanks, Everyone!

  • dsnopek committed 2f12d01 on 8.x-4.x authored by berliner
    Issue #2875034 by berliner, Aurif3x: Compatibility with Drupal 8.3.1 and...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.