v1.0.0
The Hummingbird theme reaches a new milestone with version 1.0.0! This release, the result of months of development and over 400 merged Pull Requests, is the beginning of the life of this new PrestaShop native theme started in 2022.
Important
This release has a problem : the config.yml file contains a wrong version number 0.2.0 . This problem has been fixed in next release 1.0.1.
What's Changed
- Accessibility: add "autocomplete" to the email/password fields on the forgotten password screens by @yannicka in #591
- Accessibility: add some "aria-label" by @yannicka in #592
- Search: fix string for translation by @yannicka in #603
- Templates: add some spacing by @yannicka in #602
- Templates: double quotes => single quote (for Smarty strings) by @yannicka in #601
- Replace smarty condition "else if" by "elseif" by @Klemart3D in #605
- Fix logo size by @boherm in #606
- Delete product in cart when we set zero qty and submit with Enter key by @boherm in #607
- productcomments - Make rating mandatory by @leemyongpakvn in #577
- Correct instruction link for .env file by @leemyongpakva in #610
- Fix minimum qty input on products listing and product detail pages by @boherm in #609
- Fix: incorrect address call by @tblivet in #620
- Prepare Hummingbird to be published on Packagist by @nicosomb in #628
- Update develop branch with latest changes by @nicosomb in #631
- Fix: issue-616 and issue-615 by @tblivet in #621
- Fix: issue-611 by @tblivet in #626
- Fix: issue-491 by @tblivet in #630
- Fix: issue-340 by @tblivet in #627
- Fix: issue-582 by @tblivet in #635
- Overwriting productListingComments.js with the correct product selector by @chrisai-dev in #619
- Fix: issue-559 by @tblivet in #636
- Fix: issue-590 by @tblivet in #634
- Fix: issue-522 by @tblivet in #638
- Fix: issue-490 by @tblivet in #639
- Fix: issue-494 by @tblivet in #640
- Feat: handle scroll offset on anchor links by @tblivet in #641
- Fix: issue-567 by @tblivet in #632
- Product page : can't change the quantity via input, the quantity 1 is always displayed by @boherm in #642
- Replace Twitter logos by X by @Klemart3D in #643
- Removed .env configuration by @nicosomb in #629
- Fix: issue-637 by @tblivet in #646
- Add meta framework into theme by @matks in #649
- Fix default no image url by @jolelievre in #648
- Remove meta keywords by @Hlavtox in #653
- Use new way to access category images by @Hlavtox in #654
- chore(deps): upgrade some packages (test for node 20) by @mattgoud in #655
- Put back double quotes to fix inclusion error by @maxime-aknin in #652
- Fixed translation domain by @nicosomb in #663
New Contributors
- @Klemart3D made their first contribution in #605
- @boherm made their first contribution in #606
- @leemyongpakvn made their first contribution in #577
- @leemyongpakva made their first contribution in #610
- @chrisai-dev made their first contribution in #619
- @jolelievre made their first contribution in #648
- @mattgoud made their first contribution in #655
- @maxime-aknin made their first contribution in #652
Full Changelog: v0.2.0...v1.0.0