X7ROOT File Manager
Current Path:
/var/softaculous/presta17
var
/
softaculous
/
presta17
/
??
..
??
.htaccess
(5.34 KB)
??
_bootstrap.php
(5.99 KB)
??
bootstrap.php
(5.91 KB)
??
bootstrap_old
??
changelog.txt
(24.63 KB)
??
clone.php
(28.42 KB)
??
clone_bootstrap.php
(6.04 KB)
??
edit.php
(4.95 KB)
??
edit.xml
(447 B)
??
extend.php
(8.48 KB)
??
fileindex.php
(357 B)
??
images
??
import.php
(6.61 KB)
??
info.xml
(4.66 KB)
??
install.js
(1.12 KB)
??
install.php
(20.06 KB)
??
install.xml
(1.51 KB)
??
md5
(1.99 KB)
??
new_order.html
(56.92 KB)
??
notes.txt
(2.8 KB)
??
order_conf.html
(56.13 KB)
??
parameters.php
(826 B)
??
parameters.yml
(11 B)
??
php53
??
php56
??
php71
??
php81
??
php82
??
presta17.sql
(697.11 KB)
??
presta17.zip
(134.73 MB)
??
return_slip.html
(43.86 KB)
??
robots.txt
(4.73 KB)
??
settings.inc.php
(23 B)
??
shop1.json
(3.04 KB)
??
soft_delete.php
(3.08 KB)
??
update_appkey.php
(544 B)
??
update_pass.php
(497 B)
Editing: changelog.txt
#################################### # v9.0.2 - (2025-12-01) #################################### - Back Office: - Improvement: - #40212: [BC Break] Update module api resources v0.2.0 (by @jolelievre) - #40088: Api normalization mapper indexes (by @jolelievre) - #39938: Add attachment ID to product attachments search and selection (by @Codencode) - #40005: Backport Sort modules and mails templates by name in translations (by @Codencode) - #39422: Improve order status form wording, improve theme selector (by @Hlavtox) - Bug fix: - #40201: Fix path to legacy mail folder (by @Hlavtox) - #40123: Update module api resources with new boolean rule (by @jolelievre) - #40091: Update module ps_apiresources with new conventions (by @jolelievre) - #40052: BO - Multistore : Fixed link "Add new group" (by @Progi1984) - #40082: Fix: Error in updating the state that has an ISO code equal to that of a different country's state (by @Codencode) - #38617: Fix: Hook actionAttributeCombinationSave never triggered (by @Codencode) - #40062: BO - Products Page : Fixed URL for documentation (by @Progi1984) - #40004: BO - Customer Service : Fixed button "Reply to the next unanswered message in this thread" (by @Progi1984) - #39999: BO : Product (Virtual) : Set number of days without expiration date (by @Progi1984) - #39892: Fix order of categories in admin (by @Hlavtox) - #40021: BO - Orders : Fixed amount of order discounts when changing currency (by @Progi1984) - #37841: Fix: Multishop: Deleting and recreating a combination removes the shared reference (new Product Page V2) (by @Codencode) - #39669: Fix grid doctrine query builder to use context language instead of employee language (by @Codencode) - #39982: BO : Fixed anchor target for modules page (by @Progi1984) - #39834: BO Modules : Display only modules if you have the permission (by @Progi1984) - #39976: BO : Adresses : Fixed display of state if there is errors (by @Progi1984) - #39985: BO : Product SEO - Display attribute in SEO preview (by @Progi1984) - #39900: BO - Orders : Optimized Countries Choice (by @Progi1984) - #39833: BO - Orders - View - Carrier Modal : The selected carrier is the correct (by @Progi1984) - #39866: BO - Import : Added missing ISBN field for Products & Combinations (by @Progi1984) - #39897: BO - Categories : The description wasn't displayed by default in SERP (by @Progi1984) - #39914: BO - Permissions : Added authorization role for "More" (by @Progi1984) - #39886: Legacy email template scan (by @tleon) - #39874: BO - Products : Enable/Disable actions depending on permissions (by @Progi1984) - #39877: Add the possibility to bulk assign a new zone (by @nicosomb) - #38301: Fix: AverageTaxOfProductsTaxCalculator, Cannot use a scalar value as an array (by @Codencode) - #39691: Fix: Ensure order status template keeps between saves (by @ChillCode) - #39802: BO: State Grid : Clean unuseful parameters (by @Progi1984) - #39758: Allow attribute groups colors/textures on groups with ID different than 2 (by @ChillCode) - #39578: Fix issue with null values on stores from import (by @Prestaworks) - #39732: Fix order tax update (by @tleon) - #39728: Fix product broken when redirect target is deleted (by @tleon) - #39714: BO: Email Layouts : Set table responsive (by @Progi1984) - #39621: [BO] Added DataCollector for Legacy Profiling (by @Progi1984) - #39637: Ensure cache is cleared on each module action even when they fail (by @jolelievre) - Refactoring: - #39990: Remove extra join (by @Hlavtox) - #39893: Optimize category input (by @Hlavtox) - #39748: BO : Webservice : Refactoring using CQRS (by @Progi1984) - Front Office: - Improvement: - #39913: Add new hooks: actionOverrideQuantityAvailableByProduct - actionCheckAttributeQuantity - actionOverrideProductQuantity (by @Codencode) - #39928: Remove very specific text about payment validation (by @Hlavtox) - #39891: Fix: ProductController::findProductCombinationById() incorrect return type (by @Codencode) - Bug fix: - #40044: Multistore : Display countries only those covered by active carriers (by @Progi1984) - #36796: Fix: Product customization text appears as raw HTML in order confirmation email (order_conf) (by @Codencode) - #39817: Improve front office customer form validation to fix issues with guests and emails (by @Hlavtox) - #39572: Fix: Front container lazy service declaration (by @Codencode) - #39525: Fix: Fatal Error : Doctrine proxy classes and cache in production mode Prestashop 9.0.0 (by @Codencode) - #39606: fix(CustomerMessage): increase user_agent length from 128 to 255 to prevent silent validation errors on some mobile contact form (by @yebor974) - #39651: Fix the canonical redirection when category slug is wrong but id is correct (by @aomaxime) - Refactoring: - #39941: Improve confirmation logic and remove module check (by @Hlavtox) - #39934: Make sure address IDs are returned consistently (by @Hlavtox) - #39935: Comment address save process (by @Hlavtox) - #39666: Explain parent initialization for future generation (by @Hlavtox) - Core: - Improvement: - #40136: Add more logs in database dumping script (by @nicosomb) - #40100: Manual verifications release 902 (by @mattgoud) - #40068: Chore: [release-9.0.2][preliminary-task]- update composer (classic-theme 3.0.4) (by @mattgoud) - #40047: Bump version to 9.0.2 (by @tleon) - #39775: Corrects the date in the change log (by @Touxten) - #39742: Merge release-9.0.1 into 9.0.x (by @tyloo) - #39589: Improved generation of queries and commands (by @kpodemski) - Bug fix: - #39905: Fixed swagger property filter system for mapped properties (by @tleon) - #40030: Initialize dispatcher early and fix all $_FILES issues (by @Hlavtox) - #39835: Fix Manufacturer/Supplier controllers return types for their respective getters (by @prestamodule) - #40017: Check if function exec is disabled in ExecKernelCacheClearer (by @jolelievre) - #39674: Fix log level create test db for `9.0.x` (by @boherm) - Refactoring: - #39950: Cookie account_created - absolete code from PS 1.6 (by @ShaiMagal) - Installer: - Improvement: - #40127: Update default catalog 9.0.x (by @ps-jarvis) - #39305: Rework Docker Developer Experience and Added documentation (by @tyloo) - #39619: Update default catalog 9.0.x (by @ps-jarvis) - Bug fix: - #39959: Chore: fix docker entrypoint wait assets script (by @tyloo) - Web Services: - Bug fix: - #39904: Add DateImmutable for api type consistency (by @tleon) - Localization: - Improvement: - #39012: Update italian provinces as of June 2025 (by @mavalentin) - Tests: - Improvement: - #40121: Functional Tests : Improve UI Tests after #40088 (by @Progi1984) - #39940: Functional Tests : Added new endpoints (by @Progi1984) - #40029: Functional Tests : API : GET /admin-api/zones (by @Progi1984) - #40012: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #40016: Functional Tests : API : DELETE /admin-api/product/image/{imageId} (by @Progi1984) - #39987: Functional Tests : API : DELETE /admin-api/search-alias/{search} (by @Progi1984) - #39965: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39902: Functional Tests : BO - Cart rules - Conditions : Case 9 - Compatibility with other cart rules (by @Progi1984) - #39812: TE: Bump behat/behat (v3.16.0 => v3.25.0) (by @Progi1984) - #39875: Functional Tests : BO - Cart rules - Condition : Case 2 - Valid Date Time (by @Progi1984) - #39871: Bump prestashop/ps_apiresources (by @Progi1984) - #39870: Functional Tests : BO - Cart rules - Condition : Case 2 bis - Invalid Date Time (by @Progi1984) - #39856: Functional Tests : API : DELETE /admin-api/category/{categoryId}/cover (by @Progi1984) - #39844: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39846: Functional Tests : API : GET /attributes/attribute/{attributeId} (by @Progi1984) - #39828: Functional Tests : API : POST /admin-api/attributes/attribute (by @Progi1984) - #39815: Functional Tests : API : DELETE /admin-api/category/{categoryId} (by @Progi1984) - #39806: Functional Tests : API : DELETE /attributes/attribute/{attributeId} (by @Progi1984) - #39794: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39777: Functional Tests : API : GET /categories (by @Progi1984) - #39768: Functional Tests : Update new endpoints (by @Progi1984) - #39767: Functional Tests : API : PUT /attributes/groups/delete (by @Progi1984) - #39754: Functional Tests : API : GET /attributes/groups (by @Progi1984) - #39749: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39738: Functional Tests : API : PUT /hook/{hookId}/status (by @Progi1984) - #39731: Functional Tests : API : POST /attributes/group (by @Progi1984) - #39718: Functional Tests : API : PATCH /attributes/group/{attributeGroupId} (by @Progi1984) - #39701: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39681: Github Action `setup-env` : Retry 5 times the download of MkCert (by @Progi1984) - #39677: Functional Tests : GET /attributes/group/{attributeGroupId} (by @Progi1984) - #39675: Functional Tests : Added new endpoints (by @Progi1984) - #39661: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39593: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - Bug fix: - #40042: Functional Tests : Unskip Test (Linked to issue #38787) (by @Progi1984) - #39901: BO - Categories : Responsive of the SERP block (by @Progi1984) - #39671: Functional Tests : Fix for ps_accounts (by @Progi1984) - Refactoring: - #40086: Functional Tests : API : DELETE /admin-api/category/{categoryId}/{mode} (by @Progi1984) - #39829: UI tests - Fix random errors in functional:BO:advanced-parameters:07-10 & functional:FO:hummingbird:08-12 (by @nesrineabdmouleh) - #39807: Functional tests - Fix random error in Orders > Credit slips > Create filter credit slip (by @nesrineabdmouleh) - #39702: Removed pdiddy occurences in PrestaShop project (by @nicosomb) #################################### # v9.0.1 - (2025-10-08) #################################### - Back Office: - New feature: - #39021: Bring back the ability to fill the login fields from the URL query params (by @Quetzacoalt91) - #39050: Prompt people to migrate to new page (by @Hlavtox) - Improvement: - #39399: Fix: It is not possible to remove the texture and clear the color field when configuring the Attribute value (by @Codencode) - #39451: Add customer_service to contact query selection (by @PrestaEdit) - #39404: Allow filtering module list for translation export (by @kpodemski) - #39277: Make the TinyMCEEditor more flexible and extensible via module (by @Codencode) - #39196: Change 404 admin template (by @Hlavtox) - #39322: Update Distribution API Client to include the new wall of fame (by @jolelievre) - #39321: Update Distribution API Client to include the new wall of fame (by @jolelievre) - #39192: Add product errors (by @Hlavtox) - #38042: Added field "Module name" to admin carrier list (by @Codencode) - #39175: Improve API misconfiguration error (by @jolelievre) - #39162: Add new hooks: actionOrderHasBeenShipped and actionOrderHasBeenDelivered (by @Codencode) - #39092: Fix: harmonize carrier page style (by @tblivet) - #39084: Fix: Date picker handle color (by @tblivet) - #39078: Fix: carrier logo preview size (by @tblivet) - #38717: Use v8 documentation in HelperCard (by @PrestaEdit) - #39022: Styles header notifications (by @tblivet) - #38634: Improved regex in StringModifier (by @nicosomb) - #38773: Disable autofill of password for edit customer in BO (by @ShaiMagal) - Bug fix: - #39559: Update HTMLTemplateOrderSlip.php (by @ShaiMagal) - #39472: Add missing "Stock location" in the defaults product csv (by @MattKelvin) - #39062: Fix display of Nav Bar with NULL icons (by @Quetzacoalt91) - #39554: [BC Break] Revert PR 38745 (by @tleon) - #39335: BO : Titles : When editing, fetch dimensions of the image (by @Progi1984) - #38006: Fix: Problems with customer groups category discounts (by @Codencode) - #39310: [BC Break] Remove property from documentation that are not in the ressources (by @tleon) - #37707: Fix unsecure payment request link (by @SebBareyre) - #39326: BO : HelperForm : Fixed for select the hard defined width (by @Progi1984) - #39430: Fix quantity in delivery slip if we have a refunded product (by @Touxten) - #39358: Create ModuleParser to parse module information (by @jolelievre) - #37590: Patch tinymce fullscreen (by @nicohery) - #39407: Update CancelProductType to display only refundable quantities as available quantity to refund (by @iNem0o) - #39400: Fix: Help is displayed two times (by @Codencode) - #38622: Fix: New product catalog does not load images in multi-store (by @Codencode) - #39340: Fix product / category access in BO when seo redirection related category is deleted (by @aomaxime) - #39375: Don't allow delete default country (by @Touxten) - #39333: Fix product access in BO when seo redirection related entity is deleted (by @aomaxime) - #39287: Fix + simplify last positions and add comments to it (by @Hlavtox) - #39314: BO : Orders : Modal Discount reset when it's hidden (by @Progi1984) - #39337: Fix: Cannot use newline in textarea on product page (by @Codencode) - #39269: BO : Admin API : Fixed selectors for copying secret (by @Progi1984) - #39271: BO : TinyMCE : Fixed checkbox icon (by @Progi1984) - #39272: BO : Fixed the memorization of the language used in Admin in the cookie (if option is enabled) (by @Progi1984) - #39292: BO : Fixed redirection when permission is not allowed (by @Progi1984) - #39312: Fix ALT shop name. (by @Touxten) - #39297: Update PHPDoc of ActionsBarButtonInterface (by @Quetzacoalt91) - #39295: [BC Break] Admin API CQRSDelete can use CQRSCommand and empty bodies can be used (by @jolelievre) - #39209: BO : Fixed HTML in informations & warnings block (by @Progi1984) - #39203: BO : Invoices : Harmonize Helper Text (by @Progi1984) - #39274: Added closure of the 'deleteCategoriesForm' form (by @Codencode) - #39208: Fix: Carrier search not working when editing order's carrier (by @Codencode) - #39160: Fix OrderStateType form to show all languages, including disabled ones (by @Codencode) - #39053: Add logic to generate random password on employee profil (by @PoulainMaxime) - #39257: Add missing attribute tag on constraints (by @jolelievre) - #39216: Fix: Call to a member function getClassName() on null when the Employee default tab does not exist anymore (by @Codencode) - #39228: Fix the result of Admin API paginated response (by @jolelievre) - #39206: Apply filters mapping on the orderBy query parameter in API listing (by @jolelievre) - #39168: Fix RouteValidator by checking unknown keywords in schema URL (by @cnavarro-prestashop) - #39193: When enriching the module data always keep most recent version (by @jolelievre) - #39153: BO Theme import : Fixed bad display when filename is too long (by @Progi1984) - #38810: Support for brand named as numbers (by @borjagarciab) - #39028: Fix carrier edit form name (by @Hlavtox) - #38549: Fix: Misleading maximum attachment upload size in configure/advanced/administration (by @Codencode) - #37933: Price final critical error fix (by @jf-viguier) - #38982: BO : Product Form : Use the correct configuration for the Max Filesize (by @Progi1984) - #39007: Client API - Help card is not displayed in sidebar as it should (by @seiwan) - #38966: Add missing Content-Type header in stock quantity update request (by @nborkowska) - #37928: Fix datacollector caster for reference object property including smarty cache_locking fatal error (by @jf-viguier) - #38846: BO Countries : Set two fields `call_prefix` & `zip_code_format` as non-required (by @Progi1984) - #38593: Fix query builder to find translations by key in Backoffice during the translations saving process (by @mcaldex) - #38532: Fix: Multistore: CMS page error on new empty store creation (by @Codencode) - #38337: Fix: Max password length allowed in the password policy is longer than bcrypt can handle and hardcoded max pass length for customer (by @Codencode) - #38581: Allow refund on an order of a deleted customer (by @jf-viguier) - Refactoring: - #39182: Improve warning on languages page (by @Hlavtox) - #39080: Remove getCasters override not necessary anymore with SF 6.4 (by @jolelievre) - Front Office: - Improvement: - #39704: Chore: Update classic theme to v3.0.3 (by @tyloo) - #39445: Propagate auth header (by @Hlavtox) - #39537: Backport Fix CartPresenter translation domain (by @Codencode) - #39406: Display full history time (by @Hlavtox) - #39366: Add hook on rendertemplate in CheckoutStep (by @alexandrebrubeyonds) - #38992: Improve combination images speed (by @Hlavtox) - #38586: Add hook into formfield class method toArray + add property attr (by @Mch0) - #38480: New Hook: actionPaymentModuleProductVarTplAfter (by @gwojcik7) - #38487: New Hook: actionGetPdfTemplateObject get pdf template object (by @Markus-Gurkcity) - #38868: Update CHANGELOG.txt (by @Touxten) - Bug fix: - #39592: Reintroduce email unicity validation (by @bibips) - #39245: Fix: Back Office becomes inaccessible if the employee's assigned language is deleted (by @Codencode) - #39010: Save address choice on click (by @Matt75) - #39191: Fix: recoverCart link does not log the user. Stuck to process checkout step 1 (by @Codencode) - #39008: Fix customer birthdate validation in FO (by @boherm) - #38926: Fix favicon path (by @Hlavtox) - #38903: CustomerAddressForm : Set a minimum length in HTML5 (by @Progi1984) - Refactoring: - #38998: Improve cart performance by avoiding wiping a cache when not needed (by @Hlavtox) - Core: - New feature: - #38881: Add hook that allows completely custom cart rule application on a cart (by @Hlavtox) - Improvement: - #39717: Chore: Update ps_apiresources (by @tyloo) - #39589: Improved generation of queries and commands (by @kpodemski) - #39591: Improve customer unicity check and add comments (by @Hlavtox) - #39541: Admin API Openapi multistore context documentation (by @iNem0o) - #39379: Updated PrestaShop Packages (by @github-actions[bot]) - #39344: Updated PrestaShop Packages (by @github-actions[bot]) - #39479: Bump PrestaShop version to 8.2.3 (by @matthieu-rolland) - #39466: Update Symfony components after 6.4.25 release (by @nicosomb) - #39264: Update Symfony components after 6.4.24 release (by @nicosomb) - #39371: Refacto ConnectionsSource.php for little better performance (by @ShaiMagal) - #39372: Refacto of few $_SERVER variables (Tools.php) (by @ShaiMagal) - #39364: Add genuine Czech republic bot (SeznamBot) to "isBot" function (by @ShaiMagal) - #38822: Another level of protection for Tools::unSerialize (allowed_classes => false) + refacto (by @ShaiMagal) - #39217: Fix changelog date for 8.2.2 (by @boherm) - #39145: Bump PrestaShop version to 8.2.2 (by @boherm) - #39006: Verify if category exists before accessing it (by @Hlavtox) - #39180: Bump patch version 9.0.1 (by @jolelievre) - #39150: Updated PrestaShop Packages (by @github-actions[bot]) - #39063: Add option to automatically generate text version of emails (by @Hlavtox) - #39141: Update hummingbird to v1.0.1 (by @tblivet) - #39135: Updated PrestaShop Packages (by @github-actions[bot]) - #39043: Silence some last smarty deprecations (by @Hlavtox) - #39034: Update Symfony components after 6.4.23 release (by @nicosomb) - #38441: Relax validation rules for first batch of characters (by @Hlavtox) - #38952: Add 2 hooks in getImageLink (by @ludoviccardinale) - #38924: Backport improved profiler from v9 (by @Hlavtox) - #38847: Skip rector.php and PHPStan files during build (by @kpodemski) - #38772: New hook at TOP of customer my account section - displayCustomerAccountTop (by @ShaiMagal) - Bug fix: - #39715: Chore: Update PHPSpreadsheet version to v1.30.0 (by @tyloo) - #39535: Backport Filemanager should load AdminKernel (by @Codencode) - #38871: Ensure specific prices are deleted safely on customer deletion by validating passed ID (by @gilles-knani) - #39463: CORE : Fix Cart constructor initialization order to prevent null configuration errors (by @djbuch) - #39480: Fix docker initialisation (by @nicosomb) - #39442: Stabilize cache clear (by @jolelievre) - #39453: Fix CI with mysql suddenly going crazy over SSL certificate (by @jolelievre) - #39327: Fix symlink issues on install (by @boherm) - #39331: Fix: using dev version of ps_apiresources (by @PrestaEdit) - #39260: Adding taxes for shipping cost if needed (by @lukaslau) - #38997: Remove dead code watermark types (by @tswfi) - #38905: Cast properties to prevent issues (by @Hlavtox) - #38989: Fix carrier ID for modules (by @Hlavtox) - Refactoring: - #39505: Method getIdFromClassName incorrect phpdoc - phpstan is complaining (by @ShaiMagal) - #39373: Small Refacto Store.php for semantic (backticks unification) (by @ShaiMagal) - #39311: Backport Unify error handling in FO and get rid of Tools::displayError calls (by @Hlavtox) - #39167: Comment carrier logic (by @Hlavtox) - #39129: Use constants instead of integers (by @Hlavtox) - #39057: Comment the mail class after migration to symfony (by @Hlavtox) - #39051: Wipe @since tags that serve no value anymore (by @Hlavtox) - #38990: Secure .env files and comment htaccess (by @Hlavtox) - #38877: Clean and comment postSave (by @Hlavtox) - #38761: Refactor Warehouse::getProductLocation() (by @ShaiMagal) - Installer: - Improvement: - #39619: Update default catalog 9.0.x (by @ps-jarvis) - #39508: Add the parameter `--symlink` to the command `assets:install` of Symfony (by @Quetzacoalt91) - Bug fix: - #39716: Chore: Add missing hooks (by @tyloo) - #39336: Install : Configure : Hide password error on keyup (by @Progi1984) - #39110: Fix installation of en-GB during install, improve installation error report (by @jolelievre) - #38919: Update installer favicon (by @matks) - Web Services: - Bug fix: - #38893: Fix 500 error on create product with id_default_category to 0 (by @Mch0) - Tests: - Improvement: - #39594: Functional Tests : Added new endpoints (by @Progi1984) - #39583: Functional Tests : API : DELETE /attributes/group/{attributeGroupId} (by @Progi1984) - #39575: Functional Tests : API : GET /customers/groups (by @Progi1984) - #39565: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39528: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39329: Update api module and optimise API UI tests (by @jolelievre) - #39284: Command `prestashop:list:commands-and-queries` : Filter CQRS with (1) or without (0) an endpoint (by @Progi1984) - #39291: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39215: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39172: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39159: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39123: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39077: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #39064: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #38927: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #38890: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #38885: Functional Tests : API : PATCH /product/{productId}/shops (by @Progi1984) - Bug fix: - #39551: Functional Tests : Fixed #38788 (by @Progi1984) - #39500: Functional Tests : Fixed tests for PSC (by @Progi1984) - #39299: BO : Products - Bulk Actions : Fixed error when no permissions (by @Progi1984) - #39285: BO : Export SQL from Grid : Format SQL (by @Progi1984) - #39139: Docker 7.2-apache : Fixed use of archive Debian repo (by @Progi1984) - #39049: BO : Theme : Export current theme > Protect directories (by @Progi1984) - #38999: Fix FormFieldTest (by @boherm) - #38963: BO : Specific Price : Hide label (by @Progi1984) - Refactoring: - #38873: Functional Tests : Reorganize endpoints based on domains (by @Progi1984)
Upload File
Create Folder