PrestaShop Core Weekly - Week 11 of 2022
An inside look at the PrestaShop codebase
This edition of the Core Weekly report highlights changes in PrestaShop’s core codebase from Monday 14th to Sunday 20th of March 2022.
General messages
Dear developers,
PrestaShop 1.7.8.5 has been released last week because a critical regression impacting hooks was detected in 1.7.8.4 release.
We suggest upgrading your store quickly to benefit from the bug fixes of this patch version. As usual, make sure to perform a full manual backup before, so you can roll back the upgrade if something goes wrong.
In the meantime, the Hummingbird theme is showing some good progress! A storybook has been released and will be completed over time.
Please remember that your feedback on the project is welcome, so don’t hesitate to join us on slack. The community is being regularly consulted there to make sure that topics like this new theme will meet the expectations and needs of everyone.
Releases
- PrestaShop: 1.7.8.5
- Psgdpr module: v1.4.0
A quick update about PrestaShop’s GitHub issues and pull requests:
- 60 new issues have been created in the project repositories;
- 38 issues have been closed, including 14 fixed issues on the core;
- 95 pull requests have been opened in the project repositories;
- 73 pull requests have been closed, including 62 merged pull requests.
Code changes in the ‘develop’ branch
Core
- #27923: Added module ps_emailalerts, by @Progi1984
- #27913: Remove deprecated date picker functions, by @eternoendless
- #27874: Hook getHookStatusByName should not be case-sensitive. Thank you @lmeyer1
- #27868: The delivery slip date in the template must be the delivery date and not the invoice creation date. Thank you @thalassa-web
- #27644: Remove unused FrontController properties. Thank you @davidglezz
- #27592: Remove classic theme from project and include it through composer, by @eternoendless
Back office
- #27895: Handle seo data for multishop. Thank you @saulaski
- #27889: Fixed the display of the dropdown ‘No voucher was found’, by @Progi1984
- #27850: Move notifications divs to the vuejs app, by @atomiix
- #27825: Migrate ‘International > Locations > States’ Listing, by @Progi1984
- #24797: Force disabled discounts (CartRules) to show if needed, by @kpodemski
Installer
- #27099: Add capability to select modules and theme to install during the installation process, by @PierreRambaud
Code changes in the ‘1.7.8.x’ branch
Front office
- #27814: Fixed Microdata ItemList position : index starts to 1 and not 0, by @Progi1984
Code changes in modules, themes & tools
Hummingbird theme
- #214: Upgrade Vazir font for RTL languages. Thank you @mparvazi
- #210: Add useAlert. Thank you @mparvazi
- #209: Merge develop into master, by @NeOMakinG
- #208: Improve readme title, by @matks
- #207: Change theme name to Hummingbird, by @NeOMakinG
- #206: Add toasts and useToast documentation, by @NeOMakinG
- #203: Refacto voucher part with boostrap components, by @NeOMakinG
- #202: Add link to article and license inside README, by @matks
- #201: Merge develop into master, by @NeOMakinG
- #200: fix: use scss file for storybook deploy, by @NeOMakinG
- #199: Merge develop into master, by @NeOMakinG
- #198: fix: storybook js using bootstrap, by @NeOMakinG
- #185: Improve product page. Thank you @Hlavtox
Docker images
- #302: Add docker files for PS 1.7.8.5, by @matthieu-rolland
- #301: Add bcmath php extension. Thank you @davidglezz
PrestaShop Specifications
- #319: Fix title about employees sessions. Thank you @PrestaEdit
stylelint configuration
- #28: Bump stylelint from 14.5.3 to 14.6.0. Built by @dependabot[bot]
Default community health files
Issues Bot
- #72: Fix: debug log for the Fixed label, by @NeOMakinG
- #71: Fix: wrong for count and verify that issue has a project linked, by @NeOMakinG
- #70: Fix: remove card from maxikanban only if kanban is inside config, by @NeOMakinG
- #69: Fix: nbCount review bug, by @NeOMakinG
- #68: Fix: debug reviews call, by @NeOMakinG
- #67: Fix: debug nbReview in production, by @NeOMakinG
PrestaShop Project Metrics
Google Analytics module
- #111: Bump version to 4.1.1, by @Progi1984
PrestonBot
- #126: Don’t require issue when the PR is not a bug fix or a feature, or if it’s PM category (eg changelog), by @eternoendless
QA nightly results
- #67: Merge develop into master, by @Progi1984
- #66: Added XML URL in Reports endpoint, by @Progi1984
Customer reassurance block module
- #375: Bump @babel/core from 7.17.5 to 7.17.7. Built by @dependabot[bot]
- #374: Bump eslint from 8.10.0 to 8.11.0. Built by @dependabot[bot]
Faceted search module
- #634: Bump @babel/core from 7.17.5 to 7.17.7. Built by @dependabot[bot]
- #633: Bump @babel/register from 7.17.0 to 7.17.7. Built by @dependabot[bot]
- #632: Bump mocha from 9.2.1 to 9.2.2. Built by @dependabot[bot]
- #631: Bump eslint from 8.10.0 to 8.11.0. Built by @dependabot[bot]
TranslationTools Bundle
Module analyzer
Changes in developer documentation sources
Auto Upgrade module
- #467: Use xml file during archive upgrade, by @atomiix
- #421: Check if override is disabled before update. Thank you @okom3pom
Presthubot
- #45:
slack:notifier
: Added reports about upgrade in check of the nightly, by @Progi1984
Wishlist block module
- #164: Fixed Number of Products in a WishList (if product is disabled or removed), by @Progi1984
GDPR module
- #163: Release 1.4.0, by @Progi1984
Stats Dashboard module
- #27: Fix attribute stats. Thank you @Shoprunners
Distribution API
Wire payment module
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @mparvazi, @NeOMakinG, @matthieu-rolland, @matks, @PrestaEdit, @dependabot[bot], @atomiix, @Progi1984, @eternoendless, @davidglezz, @saulaski, @lmeyer1, @thalassa-web, @Shoprunners, @djodjo3, @Hlavtox, @PierreRambaud, @okom3pom, @kpodemski!
Thank you to the contributors whose PRs haven’t been merged yet! And of course, a big thank you to all those who contribute with issues and comments on GitHub!
If you want to contribute to PrestaShop with code, please read these pages first:
…and if you do not know how to fix an issue but wish to report it, please read this: How to use GitHub to report an issue. Thank you!
Happy contributin’ everyone!