- Issue created by @seth.e.shaw
- π΅πPhilippines clarkssquared
Hi @seth.e.shaw
What is your current Drupal version if I may ask? because I investigated the issue in my local Drupal core v10.3.5, I installed bootstrap_barrio v5.5.17 and I can see the right version in info.yml file
# Information added by Drupal.org packaging script on 2024-09-09 version: '5.5.17' project: 'bootstrap_barrio' datestamp: 1725856217
- πΊπΈUnited States seth.e.shaw
Drupal 10.3.5
Composer report and tailing installed info file:
$ composer show drupal/bootstrap_barrio name : drupal/bootstrap_barrio descrip. : Bootstrap 5 base theme. keywords : versions : * 5.5.17 type : drupal-theme license : GNU General Public License v2.0 or later (GPL-2.0-or-later) (OSI approved) https://spdx.org/licenses/GPL-2.0-or-later.html#licenseText homepage : https://www.drupal.org/project/bootstrap_barrio source : [git] https://git.drupalcode.org/project/bootstrap_barrio.git 5.5.17 dist : [zip] https://ftp.drupal.org/files/projects/bootstrap_barrio-5.5.17.zip 5.5.17 path : /var/www/html/drupal/web/themes/contrib/bootstrap_barrio names : drupal/bootstrap_barrio support source : https://git.drupalcode.org/project/bootstrap_barrio requires drupal/core ^10.3 || ^11.0 twbs/bootstrap ^5.0.0 $ tail -n 4 web/themes/contrib/bootstrap_barrio/bootstrap_barrio.info.yml # Information added by Drupal.org packaging script on 2023-12-03 version: '5.5.16' project: 'bootstrap_barrio' datestamp: 1701646129
Fresh clone and checkout of the 5.5.17 tag:
$ git clone https://git.drupalcode.org/project/bootstrap_barrio.git Cloning into '/home/ubuntu/bootstrap_barrio'... remote: Enumerating objects: 3815, done. remote: Counting objects: 100% (988/988), done. remote: Compressing objects: 100% (408/408), done. remote: Total 3815 (delta 613), reused 907 (delta 574), pack-reused 2827 (from 1) Receiving objects: 100% (3815/3815), 939.68 KiB | 20.43 MiB/s, done. Resolving deltas: 100% (2339/2339), done. $ cd bootstrap_barrio $ git checkout 5.5.17 Note: switching to '5.5.17'. HEAD is now at 1b6aa46 Fix menu $ tail -n 4 bootstrap_barrio.info.yml # Information added by Drupal.org packaging script on 2023-12-03 version: '5.5.16' project: 'bootstrap_barrio' datestamp: 1701646129
- π¨πSwitzerland michΓ¨le
I was able to fix this issue by reinstalling the module:
composer reinstall drupal/bootstrap_barrio