Problem with Hummingbird version
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?
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
@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 🙏
@matks @Codencode It's a mistake, they forgot to change it
Looks like it was bumped to 1.0.1 for the next release: https://github.com/PrestaShop/hummingbird/pull/669
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/"
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
Fix thanks to https://github.com/PrestaShop/hummingbird/pull/715
Fixed in https://github.com/PrestaShop/hummingbird/releases/tag/v1.0.1