X7ROOT File Manager
Current Path:
/var/softaculous/presta17
var
/
softaculous
/
presta17
/
??
..
??
.htaccess
(5.34 KB)
??
_bootstrap.php
(5.09 KB)
??
bootstrap.php
(5.01 KB)
??
bootstrap_old
??
changelog.txt
(15.89 KB)
??
clone.php
(28.36 KB)
??
clone_bootstrap.php
(5.14 KB)
??
edit.php
(4.93 KB)
??
edit.xml
(447 B)
??
extend.php
(8.48 KB)
??
fileindex.php
(403 B)
??
images
??
import.php
(6.63 KB)
??
info.xml
(4.7 KB)
??
install.js
(1.12 KB)
??
install.php
(20.75 KB)
??
install.xml
(1.51 KB)
??
md5
(1.99 KB)
??
new_order.html
(56.92 KB)
??
notes.txt
(2.95 KB)
??
order_conf.html
(56.13 KB)
??
parameters.php
(830 B)
??
parameters.yml
(11 B)
??
php53
??
php56
??
php71
??
php81
??
php82
??
presta17.sql
(706.43 KB)
??
presta17.zip
(135.99 MB)
??
return_slip.html
(43.86 KB)
??
robots.txt
(4.73 KB)
??
settings.inc.php
(23 B)
??
shop1.json
(3.16 KB)
??
soft_delete.php
(3.08 KB)
??
update_appkey.php
(544 B)
??
update_pass.php
(497 B)
Editing: changelog.txt
#################################### # v9.1.0 - (2026-03-13) #################################### - Back Office: - Improvement: - GHSA-35pf-37c6-jxjv Prevent xss exploitation via unprotected variables in template - GHSA-283w-xf3q-788v Fix improper use of validation framework - Bug fix: - #40888: Add ShopContext and LanguageContext to FeatureAttributeRepository - #40923: Dynamize docker names when using docker exec in CI #################################### # v9.0.3 - (2026-01-22) #################################### - Back Office: - Improvement: - #40517: Add some help boxes to product page (by @Hlavtox) - #39923: Improve wording of some settings, better explain the meaning of them (by @Hlavtox) - #40230: Adds help text to product page fields (by @Hlavtox) - GHSA-67v7-3g49-mxh2 Protect users from time based email enumeration attacks (by @matthieu-rolland, vulnerability reported by Lam Yiu Tung) - Bug fix: - #40563: Admin API improvements for combination endpoints (by @jolelievre) - #40556: Fix: CsvFileReader service fails with "You have requested a non-existent service 'session'" (by @Codencode) - #38775: Fix: Multishop - error loading CMS pages removed from the default shop (by @Codencode) - #40499: Fix: When saving an Attribute is_color_group is not updated. (by @Codencode) - #40554: Fix: always display taxes total in order summary (by @Codencode) - #40532: BO Product page, fix feature value collection indexes (by @jolelievre) - #40433: Fix: Module update problem (by @Codencode) - #40054: Use URL when building urls to prevent subtle mistakes with &? (by @tswfi) - #40036: BO - Product : Fixed feature display in multishop (by @Progi1984) - #39854: Fix: Quick Access links redirect to root instead of subdirectory, causing 404 (by @Codencode) - #40050: Fix: Incorrect redirect from HTTP to HTTPS on the admin login page when PrestaShop is in a subfolder (by @Codencode) - #40475: Fix link for redirection on country BO page (by @jolelievre) - #40066: Fix: [BO] Admin Countries page redirect issue with multishop after changing shop (by @Codencode) - #40329: Prevent NoResultException when checking for existing translations (by @ChillCode) - #39926: Fix: handle SELECT fields without no_quotes in getSensitiveAttributes (by @Codencode) - #40001: Fix redirect after editing root category to use current categoryId in stead of PS_HOME_CATEGORY (by @Codencode) - #39869: Update monologger to v3 (by @NKoonen) - #40256: Fix: Issue retrieving product price when adding the first specific_price (by @Codencode) - #40243: Admin API handle position update (by @jolelievre) - #40257: Prevent saving ajax URL for future login redirection, or the redirect… (by @jolelievre) - #40112: Bump prestakit to v2.0.5 (by @Quetzacoalt91) - Refactoring: - #37667: Apply backoffice optimizations (by @Hlavtox) - Front Office: - New feature: - #40403: Allow easily hooking into country and currency selection logic (by @Hlavtox) - Improvement: - #40537: Remove unnecessary force refresh in checkout (by @Hlavtox) - #40248: Prevent Exposure of Sensitive Product Attributes in Front Office (by @M0rgan01) - Bug fix: - #40246: Fix preview in multilang (by @tleon) - #39582: Fix: Product customization text field bug with using symbol {} (by @Codencode) - #40117: Fix cart rule validation in front office (by @Hlavtox) - #40262: Allow access to customized files preview without multi-lang enabled (by @kpodemski) - #40137: Updated zxcvbn to a maintained version for consistency with backend checks (by @tleon) - Refactoring: - #40406: Comment how language setting works in FO (by @Hlavtox) - Core: - Improvement: - #40269: Prevent database inconsistencies by preventing faulty group delete calls (by @Hlavtox) - #40133: Update ca-bundle from 1.3.7 to 1.5.9 (by @tswfi) - #40350: Remove the composer config to ignore audit (by @jolelievre) - #40332: Restore original repository for ps_apiresources (by @nicosomb) - #40312: Bump to `9.0.3` (by @boherm) - #40134: Docker : Fixed Install of xdebug (by @Progi1984) - Bug fix: - #40585: Preliminary tasks for patch version 9.0.3 (by @jolelievre) - #40479: Fix legacy profiler in the back office (by @kpodemski) - #40562: Update VAT rates for Estonia and Romania (by @Codencode) - #40496: Fix some type issues related to carriers (by @Hlavtox) - #40423: Fix empty extra vars / product list when using the new automatic text email option (by @matrixino) - #40040: Always request a non cached result in Order::getIdByCartId (by @ilsalvopss) - #40400: Simplify cart rule minimal value by avoiding subtracting values (by @Hlavtox) - Refactoring: - #40389: Comment logic related to addresses and their initialization (by @Hlavtox) - Installer: - Bug fix: - #40574: Fix Makefile to prevent build assets twice (by @jolelievre) - #40077: Install Console : Allow characters "<" & ">" in admin password (by @Progi1984) - #40114: Chore(Makefile): fix Makefile shell detection issue (by @tyloo) - Localization: - Bug fix: - #40521: Fix default fixtures translation (by @jolelievre) - Tests: - Improvement: - #40512: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #40458: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #40434: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #40363: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - #40138: Functional Tests : Bump @prestashop-core/ui-testing (by @Progi1984) - Refactoring: - #40298: Functional tests - Fix create account in FO classic theme test (by @nesrineabdmouleh) #################################### # 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)
Upload File
Create Folder