- Issue created by @Harshita mehra
- Status changed to RTBC
over 1 year ago 5:53am 22 June 2023 - Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - 🇮🇳India Harshita mehra
Hello Maintainers,
I have provided a patch for this issue.
Please review it.Thanks!
- Status changed to Needs work
over 1 year ago 11:10am 20 July 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
-# core: 8.x package: Gallery Slider dependencies: - drupal:field
Actually, the content of the .info.yml file is the following.
name: Gallery slider type: module description: Gallery Slider jQuery plugin integration module. # core: 8.x package: Gallery Slider dependencies: - drupal:field - drupal:image core_version_requirement: ^8 || ^9
The correct change is either one or the other of the following:
# core: 8.x
is changed tocore: 8.x
core_version_requirement: ^8 || ^9
is changed tocore_version_requirement: ^8.8 || ^9
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - @harshita-mehna opened merge request.
- Status changed to Needs review
over 1 year ago 11:55am 20 July 2023 - Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - 🇮🇳India Harshita mehra
@apaderno, I have updated the patch 3368493-2.patch or an MR !3 please review.