Updating bot patch by removing some deprications and adding core_version_requirement for D10 compatibility, its wotking as expected to me, kindly review and make it RTBC...
- Status changed to RTBC
over 1 year ago 1:16pm 5 April 2023 - 🇮🇳India rahul1707
I have tested patch #3 on Drupal 9.5.7 and 10.0.3 which applied cleanly and working as expected. So, moving it to RTBC.
- Status changed to Needs work
about 1 year ago 1:26am 8 November 2023 - 🇺🇸United States l-laziz
Checking with upgrade status, gives this error:
The 'basic_cart' library is depending on a deprecated
library. The "core/jquery.ui" asset library is deprecated in
drupal:9.2.0 and is removed from drupal:10.0.0. See
https://www.drupal.org/node/3067969 → - First commit to issue fork.
- Issue was unassigned.
- Status changed to Needs review
11 months ago 12:37pm 13 December 2023 - 🇮🇳India abhinavk
I have fixed core/jquery.ui issue and created new patch, please review this patch.
- Status changed to RTBC
11 months ago 12:55pm 13 December 2023 - 🇮🇳India Aniketj
I have tested patch #9 on Drupal 9 and Drupal 10 which applied cleanly and functionality working as expected added screenshot for same. Moving it to RTBC.
- Status changed to Needs work
11 months ago 1:52pm 13 December 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
-core_version_requirement: ^8 || ^9 +core_version_requirement: ^8 || ^9 || ^10
core_version_requirement
is no t recognized by every Drupal 8 release. the correct value forcore_version_requirement
iscore_version_requirement: ^8.8 || ^9 || ^10
. - Status changed to Needs review
11 months ago 2:06pm 13 December 2023 - Status changed to RTBC
11 months ago 11:07am 18 December 2023 - 🇮🇳India rahul1707
Tested patch #12 in Drupal 9 and 10, patch applied cleanly and functionality is working as expected. Hence, moving this to RTBC.