Skip to content

PrestaShop 1.7.8.8

Compare
Choose a tag to compare
@mflasquin mflasquin released this 08 Dec 14:00
· 17326 commits to develop since this release

Full Changelog

This release add some fixes and improvements. There is also a security fix.

Click here to see

  • Back Office:
    • Bug fix:
      • #29693: Update material icons lib to fix the slow npm installation (by @NeOMakinG)
      • #29465: Add available_now & available_later labels constraints (by @zuk3975)
      • #29587: Replace exception message by custom error message when uploading avatar with invalid extension (by @lartist)
      • #29554: Replace exception message by custom message on invalid avatar on employee page (by @lartist)
      • #29224: Fix subcategories for multishop (by @MeKeyCool)
      • #29553: Add min height on alert to center icons vertically (by @lartist)
      • #29635: Do not reset customization in FO when changing combination (178x) (by @zuk3975)
      • #29392: Fix menu items not showing on mobile (by @NeOMakinG)
      • #29551: Text troncated on combine several attribute input (by @lartist)
      • #29549: Fix validateSql method not accepting EXISTS after WHERE (by @atomiix)
      • #29246: Fix Stock page style with RTL (by @MeKeyCool)
      • #29307: Remove module_card.js from the product page v1 (by @NeOMakinG)
      • #29214: Fix logo on pdf for RTL (by @MeKeyCool)
      • #29096: BO - Bad display on Your Profile button on all of pages when hover and click on it (by @okom3pom)
      • #28706: Fix orders export limit (by @Seb33300)
      • #28829: Fix performances links spaces and URLs (by @NeOMakinG)
      • #28392: Fix back-office translations when multishop and multiple languages (by @MeKeyCool)
      • #28821: Handle fallback when currency has empty display names (by @jolelievre)
  • Front Office:
    • Improvement:
    • Bug fix:
      • #28838: Update AbstractForm.php for Multilanguage fields (by @panariga)
      • #29715: Fix discount detail in cart when a product has en ecotax with applied tax (by @mflasquin)
      • #29910: Fix image size when zooming on tablet (by @NeOMakinG)
      • #29665: Fix bad selector to fix checkbox issues on RMA (by @mflasquin)
      • #29632: Select new invoice address automatically (by @lartist)
      • #29471: Fix ps_facetedsearch - bad display after clearing a filter of no result (by @leemyongpakvn)
      • #29413: Fix displayPackPrice compare price value instead of formatted price (by @jolelievre)
      • #29373: Fix checkout when one module and no cgv validation (by @okom3pom)
      • #29055: Fix anchor links in product list (by @jolelievre)
      • #28904: Fix responsive for product quick view. (by @MeKeyCool)
      • #27841: Multistore - Product on category page display out of stock flag instead of availlable on order (by @Rizzen59)
      • #28426: Fix product images size consistency (by @MeKeyCool)
      • #27738: FO : Fix offset for "NEW" products listing (by @idnovate)
  • Core:
  • Installer:
    • Bug fix:
      • #30099: Fix issue on fresh installation with docker in branch 1.7.8.x (by @sefirosweb)
      • #29420: Clear translations cache before translating fixtures (by @atomiix)
      • #28845: Update to latest blockwishlist module version 2.1.1 (by @jolelievre)
  • Tests:
    • Bug fix:
      • #29698: Disable apache mpm_event module in the CI (cherry-pick) (by @atomiix)
    • Refactoring: