hummingbird icon indicating copy to clipboard operation
hummingbird copied to clipboard

Problem with Hummingbird version

Open Codencode opened this issue 10 months ago • 5 comments

I was trying out the latest version of the Hummingbird theme, which should be 1.0.0. Here is the link: https://github.com/PrestaShop/hummingbird/archive/refs/tags/v1.0.0.zip

However, when I opened the config/theme.yml file, I saw version: 0.2.0

name: hummingbird
display_name: Hummingbird
version: 0.2.0
author:
  name: "PrestaShop Team"
  email: "[email protected]"
  url: "https://www.prestashop-project.org/"

Am I missing something?

Codencode avatar Feb 14 '25 11:02 Codencode

You are not download the theme compiled ZIP, you are downloading the source code that was zipped by github. Read the zip title ;) it's an automated github feature

Image

matks avatar Feb 14 '25 15:02 matks

@matks So, is it normal that 1.0.0 is not in config\theme.yml? Okay, it's not very clear to me, but I trust you 😄!

Thank you 🙏

Codencode avatar Feb 14 '25 16:02 Codencode

@matks @Codencode It's a mistake, they forgot to change it

Hlavtox avatar Feb 14 '25 16:02 Hlavtox

@matks @Codencode It's a mistake, they forgot to change it

OK, so it's a mistake.

Thanks @Hlavtox!

Codencode avatar Feb 14 '25 16:02 Codencode

Looks like it was bumped to 1.0.1 for the next release: https://github.com/PrestaShop/hummingbird/pull/669

tswfi avatar Mar 12 '25 08:03 tswfi

PS 9.0 RC1

hummingbird is 0.2.0

name: hummingbird
display_name: Hummingbird
version: 0.2.0
author:
  name: "PrestaShop Team"
  email: "[email protected]"
  url: "https://www.prestashop-project.org/"

BenTen avatar Jun 08 '25 00:06 BenTen

Hello everyone, here is what happened:

  • Hummingbird 1.0.0 was mistakenly published with the wrong version number in the config.yml file
  • In order to fix this, PR https://github.com/PrestaShop/hummingbird/pull/669 was submitted to fix
  • Unfortunately open source releases are "frozen" in time so 1.0.0 version is going to stay with that wrong version number :/
  • But Hummingbird 1.0.1 is correct

I will add a message to warn users in Hummingbird 1.0.0 release note

matks avatar Jun 15 '25 15:06 matks

Fix thanks to https://github.com/PrestaShop/hummingbird/pull/715

Fixed in https://github.com/PrestaShop/hummingbird/releases/tag/v1.0.1

matks avatar Jun 16 '25 12:06 matks