All Versions
52
Latest Version
Avg Release Cycle
328 days
Latest Release
-

Changelog History
Page 4

  • v2.1.10 Changes

    June 14, 2016
    • (related to #2182) Fix compatibility with sql_mode STRICT_ALL_TABLES
    • (related to #2173) Fix customer discount apply on backoffice. The custome permanentr discount is also applied on the back office if the user is logged in front office
  • v2.1.9 Changes

    • ๐Ÿ”ง (related to #2144) Fix automatic configuration for the sql_mode
    • (related to #2139) Start page correction for the loops
    • ๐ŸŒ (related to #2135) Fix ressources check for translation view
    • (related to #2125) fix construct in GenerateRewrittenUrlEvent
    • ๐ŸŒ (related to #1920) Fixed coupons conditions label translation
    • (related to #1946) Fix TaxType class only if extension == php
    • โšก๏ธ (related to #1958) Missing success_url on Brand SEO update
    • (related to #1967) Replace country title by isoalpha2 in export for expeditor
    • โšก๏ธ (related to #1999) Update FolderBreadcrumbTrait.php
    • (related to #2005) Use a wider version requirement on thelia/installer for setup
    • (related to #2091) Checking MySQL version to set sql_mode automatically
    • (related to #2041) Fix possible circular reference for category tree and folder tree
    • ๐Ÿ— (related to #2058) Fix Bug on submit combination builder empty form
    • (related to #2068) Fix customer edit access
    • 0๏ธโƒฃ (related to #2073) Use template default fallback in View Listener
  • v2.1.8 Changes

    • ๐Ÿ›  Fix Colissimo module external-schema (related to #1838)
    • ๐Ÿ›  Fix attribute title in the modal "create a new combination" (related to #1830)
    • โž• Add message if thelia project is not installed (related to #1825)
    • Fix the event dispatched before decoding of the import, TheliaEvents::IMPORT_AFTER_DECODE to TheliaEvents::IMPORT_BEFORE_DECODE (related to #1806)
    • โšก๏ธ Update the default PSE ref when the product ref is updated (related to #1790)
    • Sanitize the get arguments for admin stats (related to #1782)
    • โž• Add argument customer_id for hook customer.edit-js (related #1771)
    • Increase API key size to 48 (related #1769)
    • ๐Ÿ›  Fix for undefined currency exchange rate, add error message in the currency configuration page when an exchange rate could not be found (related #1751)
    • ๐Ÿ›  Fix the rounding of prices in the order product loop (related to #1753)
    • โž• Add EQUAL to product loop filter by min or max (related to #1750)
    • 0๏ธโƒฃ Fix output value IS_DEFAULT in the product_sale_elements loop (related to #1745)
  • v2.1.7 Changes

    • ๐Ÿ›  Fix all useless DIRECTORY_SEPARATOR (related to #1729)
    • Update sql constraint for table product_sale_elements_product_image and product_sale_elements_product_document (related to #1732)
    • ๐Ÿ›  Fix order attribute in BaseHook (related to #1733)
    • ๐Ÿ›  Fix critical performance issue on ProductController HydrateObjectForm (related to #1734)
    • Replaced parameter "locale" with "lang" in URL generated (related to #1722)
  • v2.1.6 Changes

    • ๐Ÿ›  Fix amounts displayed on the PDF invoice when a postage with tax is used (fixes #1693 and #1694).
    • Check virtualProducts of order before send mail mail_virtualproduct
    • โž• Add 'step' to input type number to be able to create and edit weight slices price
    • ๐Ÿ›  Fix pagination infinite URL ; redirect on page 1 when changing products per page limit to avoid having no product on the page
    • ๐Ÿ‘ Allow relative path use with Tlog
    • Prevent obscure "[] this value cannot be null" messages.
    • Prevent short research and keep research in input
    • ๐Ÿ›  Fix meta return array
    • ๐Ÿ›  Fix hook position
    • ๐Ÿ›  Fix Protocol-relative URL for HTTPS
    • โšก๏ธ Update Copyright
    • ๐Ÿ›  Fix translations and standardize Import and Export texts
    • ๐Ÿ›  Fix the prices precision
  • v2.1.5 Changes

    • Klik&Pay is no more a submodule
    • 0๏ธโƒฃ default category's parent is now 0
    • ๐Ÿ”’ check specific role in security module instead of checking if a user is logged in
    • โž• add a customer page parameter for the order loop on the customer page
    • keep break line in ACE editor
  • v2.1.4 Changes

    • โž• Add export.top and export.bottom hooks
    • ๐Ÿ›  Fix slash ended rewritten url redirection
    • Remove currency_rate_update_url in setup/insert.sql
    • ๐Ÿ‘ Allow relative path for the file logger from THELIA_ROOT
    • ๐Ÿ›  Fixed product loop behavior when category_default is set
    • ๐Ÿ‘ฎ Force locale in session when loading a rewriten url
    • โž• Add port parameter for installing thelia with cli tools
    • ๐Ÿ”„ Change default param of the isPaid function, true is the good default parameter.
  • v2.1.3 Changes

    • โž• Add \Thelia\Model\OrderProduct::setCartItemId and \Thelia\Model\OrderProduct::getCartItemId to remove the typo with cartIemId
    • A notice is displayed when the product's template is changed
    • ๐Ÿ”’ Security fix on authentication
    • ๐Ÿ›  Rename cookie related config variables. They were prefixed with "thelia_" on insert, but not in the code

    ๐Ÿ—„ DEPRECATED

    • \Thelia\Model\OrderProduct::setCartIemId Because of a typo
    • \Thelia\Model\OrderProduct::getCartIemId Because of a typo too
  • v2.1.2 Changes

    • โž• Add the possibility to delete a coupon from the backoffice.
    • module list is now reversed. Delivery modules appear first, then payment and finally classic modules.
    • display a loader when a module is uploaded
    • Change product prices export and import format to be compatible, now using product_sale_elements id as key to identify PSE.
    • ๐Ÿ›  Fix unused variable in Thelia\Controller\Api\CustomerController::getDeleteEvent
    • ๐Ÿ”„ change default order for cart loop.
    • โž• Add missing static keyword for Thelia\Core\HttpFoundation\JsonResponse::createError
    • Do not register previous url on XmlHttpRequest
    • ๐Ÿ›  Fix deploy image directory destination
    • ๐Ÿ›  Fix redirect response if a AuthenticationException is catched
    • 0๏ธโƒฃ The PaymentModule log default level is now INFO instead of ERROR
    • ๐Ÿ—„ Direct instantiations of Thelia forms is deprecated. BaseController::createForm() should be used instead.
    • Prevent XSS injection in error.html template
    • The hook method is now stored in the ignored_module_hook table
    • ๐Ÿ‘ Allow to hardlink TinyMCE rather than symlink
    • โž• Add bootstrap paths for thelia-project
    • Enlarge order dropdown menu to prevent wrapping in some languages
    • ๐Ÿ›  Fixed langugage when previewing e-mails
  • v2.1.1 Changes

    • Fix update process from Thelia 2.0.* to 2.1.*