PrestaShop Core Monthly - October 2025
PrestaShop 9.0.1 release, Developer Conference goes hybrid, and Admin API contributions take off
October has been an exceptional month for the PrestaShop project! We released the first maintenance version of PrestaShop 9, opened registration for our biggest community event of the year, and watched the Admin API contribution initiative gain incredible momentum. Let’s dive into what made this month so special.

October was truly a milestone month for PrestaShop. The energy and enthusiasm from both PrestaShop SA and our community contributors have been remarkable, resulting in impressive progress across multiple fronts.
PrestaShop 9.0.1 is here, 9.0.2 is coming soon
The first patch version for PrestaShop 9 arrived on October 13th, bringing over 60 bug fixes and 140 merged pull requests. Since its release, PrestaShop 9 has been met with great enthusiasm from our community, and this maintenance release focuses on resolving key issues that directly impact day-to-day operations. A primary focus was placed on addressing challenges encountered during the installation process on some environments, ensuring a smoother and more reliable deployment experience for everyone.
But we’re not stopping there. Work is already in progress on PrestaShop 9.0.2, which is planned for release in November. The team is actively collecting feedback and fixing additional issues to make PrestaShop 9 even more stable and reliable.

Join us at PrestaShop Developer Conference 2025
Mark your calendars for November 19, 2025!
The third edition of the PrestaShop Developer Conference is taking place in Paris, and for the first time ever, we’re going hybrid.
You can register now to attend either in person or online. The virtual experience includes live broadcasts with automatic subtitles translated into 35 languages, making the content accessible to our global community. Seats are limited, so secure your spot today!

Admin API contributions are flying
Remember our Call for Contributions focused on Admin API? The response has been phenomenal! After the success of our first Call for Contributions focused on hooks, we invited the community to help expand PrestaShop 9’s new Admin API with additional endpoints. October saw incredible progress, with community members stepping up to contribute new endpoints across multiple domains.
The numbers speak for themselves. We’ve seen a steady stream of contributions adding endpoints for categories, attributes, stores, suppliers, tax rules, titles, search aliases, addresses, and more. You can track the current coverage of endpoints to see what’s been accomplished and what’s still available to work on.
If you haven’t joined yet, it’s not too late! Head over to the #cfc-adminapi channel on PrestaShop Slack to get started and see what endpoints you’d like to contribute.
Big improvements to the developer experience
October brought a significant enhancement to the developer experience, thanks to @tyloo. The Docker setup integrated in the GitHub repository received a complete rework with comprehensive documentation. This isn’t just a small tweak – it’s a fundamental improvement that makes it easier for developers to get started with PrestaShop development. The new setup includes better configuration options, clearer documentation, and a more streamlined workflow. If you’re developing for PrestaShop, you’ll definitely want to check out these improvements.
We also want to give a big shout-out to @MattKelvin for his amazing work on the developer documentation. Over recent weeks, he’s made numerous contributions that have significantly improved the quality and accessibility of our documentation. Thanks to contributors like Matt, it’s easier than ever for developers to learn and build with PrestaShop.
Progress on key features for PrestaShop 9.1
On the development side, October saw solid progress on two major features for PrestaShop’s future. The multi-carrier functionality continued to evolve with multiple pull requests adding virtual product filters, split shipment improvements, and better order summary displays. Meanwhile, the discounts feature received substantial attention with work on the priority system, form improvements, and new validation rules. Both of these features are shaping up to bring significant value to merchants.
Work on Hummingbird 2.0 also continues at a steady pace, with @tblivet leading the charge on making PrestaShop’s front office accessible, faster and more modern.
A truly collaborative month
What makes October stand out is the balance of contributions from both PrestaShop SA and our community members. From bug fixes and new features to documentation improvements and API endpoints, everyone played a part in moving the project forward. This is what open source is all about – people from different backgrounds and companies coming together to build something great.
Beyond these major topics, October was packed with other improvements. You’ll find detailed lists of all the pull requests and changes below, covering everything from back office enhancements and front office fixes to core improvements and test coverage. The sheer volume of work accomplished this month is impressive, with 408 pull requests opened and 313 merged across the project repositories.
Project releases
-
PrestaShop, PrestaShop 9.0.1 released on 2025-10-13.
-
Pages not found module, v3.0.0 released on 2025-10-28.
-
Main menu module, v2.3.5 released on 2025-10-10.
A quick update about PrestaShop’s GitHub issues and pull requests:
- 82 new issues have been created in the project repositories;
- 91 have been closed, including 0 fixed issues on the core;
- 408 pull requests have been opened in the project repositories;
- 400 pull requests have been closed, including 313 merged pull requests.
Code changes in the ‘develop’ branch
Back office
- #39880: Add virtual product filter for shipments. Thank you, @M0rgan01
- #39876: feat: [discount-list] fix #39796 - add start and expiration date columns. Thank you, @mattgoud
- #39873: Discount priority system. Thank you, @tleon
- #39857: Rearrange discount form. Thank you, @nicosomb
- #39811: Fix product type discount. Thank you, @tleon
- #39810: chore: verify is carrier is linked to shipments for soft delete. Thank you, @PoulainMaxime
- #39808: Add missing form type in catalog discount. Thank you, @tleon
- #39789: Add limit to a single customer for discount. Thank you, @nicosomb
- #39763: UI tests - Add new scenario to check multicarrier. Thank you, @nesrineabdmouleh
- #39760: Address without linked brand. Thank you, @aomaxime
- #39741: Set validity date for discounts. Thank you, @tleon
- #39706: Fix discount edition when no cart conditions were defined. Thank you, @nicosomb
- #39662: Add discount compatibility. Thank you, @nicosomb
- #39629: Update d3 and nvd3 libs. Thank you, @boherm
- #39579: chore: trigger error when split shipment with tracking number. Thank you, @PoulainMaxime
- #37668: Add more specific filtering to Brand addresses listing. Thank you, @zelarg
Core
- #39719: Remove tests & references to the cronjobs module. Thank you, @tleon
- #39670: Fix log level for create-test-db. Thank you, @boherm
Front office
- #39788: Add check for enabled countries in cart and order. Thank you, @PrestaEdit
- #39787: [Multi-carrier] added a property in OrderLazyArray. Thank you, @M0rgan01
- #39755: feat: add logic for new display on multishipment for order summary. Thank you, @PoulainMaxime
Tests
- #39846: Functional Tests : API : GET /attributes/attribute/{attributeId}. Thank you, @Progi1984
- #39795: Functional Tests : Fixed
functional/BO/03*/05*/brands/addresses/02*. Thank you, @Progi1984 - #39738: Functional Tests : API : PUT /hook/{hookId}/status. Thank you, @Progi1984
Code changes in the ‘9.0.x’ branch
Back office
- #39877: Add the possibility to bulk assign a new zone. Thank you, @nicosomb
- #39874: BO - Products : Enable/Disable actions depending on permissions. Thank you, @Progi1984
- #39802: [BO] State Grid : Clean unuseful parameters. Thank you, @Progi1984
- #39758: Allow attribute groups colors/textures on groups with ID different than 2. Thank you, @ChillCode
- #39748: BO : Webservice : Refactoring using CQRS. Thank you, @Progi1984
- #39732: Fix order tax update. Thank you, @tleon
- #39714: [BO] Email Layouts : Set table responsive. Thank you, @Progi1984
- #39691: fix: Ensure order status template keeps between saves. Thank you, @ChillCode
- #39621: [BO] Added DataCollector for Legacy Profiling. Thank you, @Progi1984
- #39578: Fix issue with null values on stores from import. Thank you, @Prestaworks
- #38301: Fix: AverageTaxOfProductsTaxCalculator, Cannot use a scalar value as an array. Thank you, @Codencode
Core
- #39855: Add some comments to Cart class. Thank you, @Hlavtox
- #39775: Corrects the date in the change log. Thank you, @Touxten
- #39742: Merge release-9.0.1 into 9.0.x. Thank you, @tyloo
- #39674: Fix log level create test db for
9.0.x. Thank you, @boherm
Front office
- #39666: Explain parent initialization for future generation. Thank you, @Hlavtox
- #39651: Fix the canonical redirection when category slug is wrong but id is correct. Thank you, @aomaxime
- #39606: fix(CustomerMessage): increase user_agent length from 128 to 255 to prevent silent validation errors on some mobile contact form. Thank you, @yebor974
- #39525: Fix: Fatal Error : Doctrine proxy classes and cache in production mode Prestashop 9.0.0. Thank you, @Codencode
Installer
Tests
- #39875: Functional Tests : BO - Cart rules - Condition : Case 2 - Valid Date Time. Thank you, @Progi1984
- #39871: Bump prestashop/ps_apiresources. Thank you, @Progi1984
- #39870: Functional Tests : BO - Cart rules - Condition : Case 2 bis - Invalid Date Time. Thank you, @Progi1984
- #39856: Functional Tests : API : DELETE /admin-api/category/{categoryId}/cover. Thank you, @Progi1984
- #39844: Functional Tests : Bump @prestashop-core/ui-testing. Thank you, @Progi1984
- #39829: UI tests - Fix random errors in functional:BO:advanced-parameters:07-10 & functional:FO:hummingbird:08-12. Thank you, @nesrineabdmouleh
- #39828: Functional Tests : API : POST /admin-api/attributes/attribute. Thank you, @Progi1984
- #39815: Functional Tests : API : DELETE /admin-api/category/{categoryId}. Thank you, @Progi1984
- #39812: [TE] Bump behat/behat (v3.16.0 => v3.25.0). Thank you, @Progi1984
- #39807: Functional tests - Fix random error in Orders > Credit slips > Create filter credit slip. Thank you, @nesrineabdmouleh
- #39806: Functional Tests : API : DELETE /attributes/attribute/{attributeId}. Thank you, @Progi1984
- #39794: Functional Tests : Bump @prestashop-core/ui-testing. Thank you, @Progi1984
- #39777: Functional Tests : API : GET /categories. Thank you, @Progi1984
- #39768: Functional Tests : Update new endpoints. Thank you, @Progi1984
- #39767: Functional Tests : API : PUT /attributes/groups/delete. Thank you, @Progi1984
- #39754: Functional Tests : API : GET /attributes/groups. Thank you, @Progi1984
- #39749: Functional Tests : Bump @prestashop-core/ui-testing. Thank you, @Progi1984
- #39731: Functional Tests : API : POST /attributes/group. Thank you, @Progi1984
- #39718: Functional Tests : API : PATCH /attributes/group/{attributeGroupId}. Thank you, @Progi1984
- #39702: Removed pdiddy occurences in PrestaShop project. Thank you, @nicosomb
- #39701: Functional Tests : Bump @prestashop-core/ui-testing. Thank you, @Progi1984
- #39681: Github Action
setup-env: Retry 5 times the download of MkCert. Thank you, @Progi1984 - #39677: Functional Tests : GET /attributes/group/{attributeGroupId}. Thank you, @Progi1984
- #39675: Functional Tests : Added new endpoints. Thank you, @Progi1984
- #39661: Functional Tests : Bump @prestashop-core/ui-testing. Thank you, @Progi1984
Code changes in the ‘8.2.x’ branch
Back office
Code changes in modules, themes and tools
.github
API Resources
- #95: Fix category endpoint. Thank you, @nicosomb
- #94: Try to fix failing test with latest symfony release. Thank you, @nicosomb
- #93: Add Get Hook status endpoint. Thank you, @Codencode
- #86: Add missing endpoints about discounts. Thank you, @nicosomb
- #85: Added endpoints for domain “Store”. Thank you, @Progi1984
- #84: Added endpoints for domain “Supplier”. Thank you, @Progi1984
- #83: Pr addresses. Thank you, @Jeremie-Kiwik
- #80: Add endpoints for category image delete and is enabled. Thank you, @Codencode
- #76: Add endpoints for category bulk actions. Thank you, @Codencode
- #74: Fix hook update-status route. Thank you, @boherm
- #73: Added endpoints for domain “TaxRulesGroup”. Thank you, @Progi1984
- #72: Added endpoints for domain “Title”. Thank you, @Progi1984
- #69: SearchAlias resource. Thank you, @kpodemski
- #66: Added attribute endpoints. Thank you, @Codencode
Auto Upgrade module
- #1517: Document ‘chain’ parameter. Thank you, @tswfi
- #1513: Fix update command - get channel version. Thank you, @M0rgan01
- #1511: Fix readme check command. Thank you, @tswfi
- #1509: Translation catalog update. Thank you, @github-actions
- #1503: Bump to v7.4.3. Thank you, @Quetzacoalt91
- #1501: Translation catalog update. Thank you, @github-actions
- #1500: Prepare change of index with pre-deletion of duplicates in image_type table bug, compliant with MySQL. Thank you, @Quetzacoalt91
- #1499: Remove magic_ ini directive that have been deleted from PHP. Thank you, @Quetzacoalt91
- #1498: Redirect stderr to stdout while finding base command (7.4.x branch). Thank you, @Quetzacoalt91
- #1497: Redirect stderr to stdout while finding base command (dev branch). Thank you, @Quetzacoalt91
- #1496: Update PHPStan config files for PS 9 (7.4.x branch). Thank you, @Quetzacoalt91
- #1495: Update PHPStan config files for PS 9 (dev branch). Thank you, @Quetzacoalt91
- #1494: Prepare change of index with pre-deletion of duplicates in image_type table. Thank you, @Quetzacoalt91
- #1493: Bump to 7.4.2. Thank you, @Quetzacoalt91
- #1491: Prepare change of index with pre-deletion of duplicates in image_type table (Branch 7.4.x). Thank you, @Quetzacoalt91
- #1490: Display last output when missing the base command (7.4.x branch). Thank you, @Quetzacoalt91
- #1489: Display last output when missing the base command. Thank you, @Quetzacoalt91
- #1488: Add missing hooks (7.4.x branch). Thank you, @Quetzacoalt91
- #1487: Add missing hooks. Thank you, @Quetzacoalt91
- #1486: Cherry pick all commits for release of 7.4.1 on branch 7.4.x. Thank you, @Quetzacoalt91
- #1484: Add missing changes for PS 9.0.1 and 9.0.0 (with catch-up script). Thank you, @Quetzacoalt91
- #1483: UI tests - Add ui test to check the notification modal of Update assistant. Thank you, @nesrineabdmouleh
- #1482: Bump version to v7.5.0. Thank you, @Quetzacoalt91
- #1480: Bump version to v7.4.1. Thank you, @Quetzacoalt91
- #1478: Update call to bin/console by relying on PHP binary first. Thank you, @Quetzacoalt91
- #1473: Update italian provinces as of June 2025. Thank you, @Codencode
- #1467: Remove theme_name field from update sql file. Thank you, @tleon
Automated tests on Pull Requests
- #96:
pr_security_test_one.yml: Option for Runner Version. Thank you, @Progi1984 - #95: Bump Node 20.17.0 to 20.19.5. Thank you, @Progi1984
- #94:
pr_test_one.yml: Added option for telemetry. Thank you, @Progi1984
Available quantities statistics module
- #35: Bump version of actions in CI. Thank you, @Quetzacoalt91
- #34: Bump to 2.0.2. Thank you, @Hlavtox
- #32: Remove space before PHP tag. Thank you, @Quetzacoalt91
Best-selling products statistics module
- #25: Bump version of actions in CI. Thank you, @Quetzacoalt91
- #24: Bump to v2.1.0. Thank you, @Quetzacoalt91
- #23: Remove space before PHP tag. Thank you, @Quetzacoalt91
Best categories statistics module
- #26: Bump version of actions in CI. Thank you, @Quetzacoalt91
- #25: Bump to v2.1.0. Thank you, @Quetzacoalt91
- #24: Remove space before PHP tag. Thank you, @Quetzacoalt91
Best customers statistics module
- #38: Bump version of actions in CI. Thank you, @Quetzacoalt91
- #36: Bump to v2.1.0. Thank you, @Quetzacoalt91
- #35: Remove empty line before PHP tag. Thank you, @Quetzacoalt91
Best manufacturers statistics module
- #30: Bump version of actions in CI. Thank you, @Quetzacoalt91
- #29: Bump to v2.0.4. Thank you, @Quetzacoalt91
- #28: Remove space before PHP tag. Thank you, @Quetzacoalt91
Best suppliers statistics module
- #26: Bump to v2.0.3. Thank you, @Quetzacoalt91
- #25: Bump version of actions in CI. Thank you, @Quetzacoalt91
- #24: Remove space before PHP tag. Thank you, @Quetzacoalt91
Best vouchers statistics module
- #24: Bump to v2.1.0. Thank you, @Quetzacoalt91
- #23: Bump version of actions in CI. Thank you, @Quetzacoalt91
- #22: Remove space before PHP tag. Thank you, @Quetzacoalt91
Carrier distribution statistics module
- #20: Bump to v2.1.0. Thank you, @Quetzacoalt91
- #19: Remove space before PHP tag. Thank you, @Quetzacoalt91
Cash on delivery module
Catalog evaluation statistics module
- #35: Bump to version 2.0.4. Thank you, @ga-devfront
- #33: Remove space before PHP tag. Thank you, @Quetzacoalt91
Catalog statistics module
- #41: Bump version of actions in CI. Thank you, @Quetzacoalt91
- #40: release: bump to 2.0.5. Thank you, @ga-devfront
- #38: Remove space before PHP tag. Thank you, @Quetzacoalt91
Category tree links module
- #82: Bump to version 3.0.2. Thank you, @ga-devfront
Changes in developer documentation sources
- #2056: Fixed broken shortcode following guidelines. Thank you, @Giulio-Cappelli
- #2055: Add AI usage guidelines to contribution guidelines. Thank you, @tleon
- #2053: Add documentation for disabling bulk checkbox using Bulk Actions. Thank you, @MattKelvin
- #2052: Add a summary for the cache page. Thank you, @MattKelvin
- #2051: Remove references to cronjob archived module. Thank you, @tleon
- #2048: add “Decorating your data” part. Thank you, @MattKelvin
- #2047: fix broken link by escaping < and >. Thank you, @MattKelvin
- #2046: Update actionPresentProduct.md. Thank you, @Prestaworks
- #2045: Update actionPresentProduct.md. Thank you, @Prestaworks
- #2044: add a link to the docker images chapter. Thank you, @MattKelvin
- #2043: change TranslatorInterface namespace. Thank you, @MattKelvin
- #2042: add link. Thank you, @MattKelvin
- #2041: Fix header formatting in strategy.md. Thank you, @PrestaEdit
- #2040: Update Symfony documentation links to version 6.4. Thank you, @PrestaEdit
- #2039: Update file structure documentation. Thank you, @PrestaEdit
- #2038: Update PrestaShop configuration links to version 9.0.x. Thank you, @PrestaEdit
- #2037: Update of EntitySearchInputType. Thank you, @MattKelvin
Changes in developer documentation theme
- #66: Banner for the developer conference 2025. Thank you, @kpodemski
- #65: Allow markdown in hook description notice. Thank you, @MattKelvin
Classic theme
- #177: Add multi-shipment-table in order confirmation. Thank you, @M0rgan01
- #176: feat: add new template multishipment for order summary. Thank you, @PoulainMaxime
- #175: Replace deprecated node-sass by sass. Thank you, @mattgoud
Custom text module
- #79: Bump to version 4.2.2. Thank you, @ga-devfront
Dashboard Products module
- #63: Bump to v2.2.0. Thank you, @Quetzacoalt91
- #61: Provide absolute URL to fix routing issues. Thank you, @Hlavtox
Distribution API
- #73: Add release notes of PrestaShop 9.0.1. Thank you, @Quetzacoalt91
- #72: Enable updates to PrestaShop 9.0.1 with Update Assistant 7.4.1. Thank you, @Quetzacoalt91
- #71: Fix autoupgrade.json for prestashop 1.6. Thank you, @M0rgan01
Docker images
- #452: Sync backlog of Docker images. Thank you, @github-actions
Docker internal images
- #48: Increase innodb_buffer_pool_size for the minimum required value. Thank you, @Quetzacoalt91
Email subscription module
- #118: Bump version to 2.8.3. Thank you, @Hlavtox
- #116: Fix the link since the page migration. Thank you, @Touxten
Google Analytics module
Hummingbird theme
- #800: Feat update manufacturer property. Thank you, @tblivet
- #799: Feat display product brand link. Thank you, @tblivet
- #793: [A11Y][productcomments] improve accessibility. Thank you, @tblivet
- #791: Add multi-shipment-table in order confirmation. Thank you, @M0rgan01
- #790: feat: add new template multishipment for order summary. Thank you, @PoulainMaxime
- #789: Refactor and cleanup for upcoming v2 release. Thank you, @tblivet
- #788: [A11Y][ps_mainmenu] improve accessibility. Thank you, @tblivet
- #786: Fix issue on updateProductListDOM. Thank you, @tblivet
- #785: [ACCESSIBILITY - PART 7] Checkout pages accessiblity improvements. Thank you, @tblivet
Image slider module
- #117: Bump version to 3.2.2. Thank you, @Hlavtox
- #115: Fix the link since the page migration. Thank you, @Touxten
Kanbanbot
- #79: Add new comment for security branch in PrestaShop/PrestaShop repository. Thank you, @boherm
- #78: Bump to v1.11.0. Thank you, @boherm
- #77: Replace deprecated usage of ::set-output in Github actions. Thank you, @PrestaEdit
Main menu module
- #86: Bump to v2.3.6. Thank you, @Quetzacoalt91
- #84: Release 2.3.5. Thank you, @nicosomb
- #82: Fix the link since the page migration. Thank you, @Touxten
Newsletter statistics module
- #23: Bump version to 2.1.0. Thank you, @Hlavtox
- #22: Remove space before PHP tag. Thank you, @Quetzacoalt91
Pages not found module
- #40: Prepare release of pagesnotfound 3.0.0. Thank you, @Quetzacoalt91
- #39: Remove space before PHP tag. Thank you, @Quetzacoalt91
Presthubot
- #392:
slack:notifier: Added report titles differents between JIRA & Github. Thank you, @Progi1984
Product Comments module
- #220: Remove deprecated 7.0.0 functions. Thank you, @ga-devfront
- #219: Bump to version 8.0.0. Thank you, @ga-devfront
- #216: Provide absolute URL to fix routing issues. Thank you, @Hlavtox
- #163: Update list-comments.js. Thank you, @djbuch
Product details statistics module
- #48: Bump to 2.1.4. Thank you, @Hlavtox
- #47: Remove space before PHP tag. Thank you, @Quetzacoalt91
Registered customer information statistics module
- #28: [FIX] CI and update PR Template. Thank you, @ga-devfront
- #27: Bump to 2.1.0. Thank you, @Hlavtox
- #26: Remove space before PHP tag. Thank you, @Quetzacoalt91
Registrations statistics modules
- #24: Bump to 2.1.0. Thank you, @Hlavtox
- #23: Remove space before PHP tag. Thank you, @Quetzacoalt91
Sales and orders statistics module
- #37: Bump version of actions in CI. Thank you, @Quetzacoalt91
- #36: Bump to 2.1.1. Thank you, @Hlavtox
- #35: Remove space before PHP tag. Thank you, @Quetzacoalt91
Shopping cart module
Shop search statistics module
- #27: [FIX] CI and update GH template. Thank you, @ga-devfront
- #26: Bump version to 2.1.0. Thank you, @Hlavtox
- #25: Remove space before PHP tag. Thank you, @Quetzacoalt91
Stats Dashboard module
- #38: Bump to 2.1.0. Thank you, @Hlavtox
- #37: Bump version of actions in CI. Thank you, @Quetzacoalt91
- #35: Remove space before PHP tag. Thank you, @Quetzacoalt91
- #32: Update README.md. Thank you, @sallemiines
Traces
- #150: feature / added missing people from Invertus with consent. Thank you, @tomas862
- #148: Added former/contractants PrestaShop SA employees (Batch 15). Thank you, @Progi1984
- #146: Update companies.json. Thank you, @Touxten
UI Testing Library
- #727: Add some fixes to autoupgrade module. Thank you, @nesrineabdmouleh
- #726: Add methods to check recommanded version for autoupgrade module. Thank you, @nesrineabdmouleh
- #725:
boCartRulesCreatePage: Added error message & use of save & stay. Thank you, @Progi1984 - #724:
boCategoriesCreatePage: Fetch the category cover image. Thank you, @Progi1984 - #723:
boAttributesValueCreatePage: Added the methodgetInputValue. Thank you, @Progi1984 - #721: Wait for timeout to check hidden selector. Thank you, @nesrineabdmouleh
- #720: Force select category root in create shop page. Thank you, @nesrineabdmouleh
- #719: Add methods in order page > block tab list. Thank you, @nesrineabdmouleh
- #713: Add timeout to select product from split shipment modal. Thank you, @nesrineabdmouleh
- #712: Fix addProductToCart method. Thank you, @nesrineabdmouleh
- #711: Add methods and selectors to test multicarrier. Thank you, @nesrineabdmouleh
- #710:
boDesignPositionsPage: Improve methodgetHookStatus. Thank you, @Progi1984 - #703:
boAttributesCreatePage: Added methodgetValue. Thank you, @Progi1984 - #694: Added
dataAttributeTypes. Thank you, @Progi1984
Wire payment module
- #91: Update CI files. Thank you, @Quetzacoalt91
- #89: Bump to v2.2.1. Thank you, @Quetzacoalt91
Wishlist block module
- #370: CI : Fixed PHPStan. Thank you, @Progi1984
Zip-archives
Thank you to the contributors whose pull requests were merged since the last Core Monthly Report: @ChillCode, @Codencode, @Giulio-Cappelli, @Hlavtox, @Jeremie-Kiwik, @M0rgan01, @MattKelvin, @PoulainMaxime, @PrestaEdit, @Prestaworks, @Progi1984, @Quetzacoalt91, @Touxten, @aomaxime, @boherm, @djbuch, @ga-devfront, @github-actions, @kpodemski, @mattgoud, @nesrineabdmouleh, @nicosomb, @sallemiines, @tblivet, @tleon, @tomas862, @tswfi, @tyloo, @yebor974, @zelarg!
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!
Coding is only just one of the ways you can contribute. Here are some ideas on how you can get involved in the project.
If you need help with contributing or have questions about it, feel free to contact me, @kpodemski, on the project’s Slack.
Happy contributin’ everyone!