Skip to content

<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /changelog/Changelog.4.7.md for this page in Markdown format</div>

Home | Changelog

Version 4

version 4.7

version 4.7.0x

Changelog

  • [4.7.X] cd-fix: fixed bugs on news component to check if its enabled from settings
  • [4.7.8] cd-feat: Implemented native-material-scrolltop.js which uses vanilla javascript & passive events in an effort to improve clientside performance
  • [4.7.8] cd-update: Refactored native-slider.js in an effort to improve its modularity
  • [4.7.8] cd-fix: protected to public for Patch::addTagOrder@4.7.7
  • [4.7.8] cd-fix: In src/Transporters/Fis soapClient soapversion from 1_2 to 1_1
  • [4.7.8] cd-fix: In payByBankResponse method of the checkout change the status only in PENDING orders
  • [4.7.8] cd-fix: Fix in the createIndexPagination of the product_categories controller for the multi language sites and pagination
  • [4.7.8] cd-feat: Open news modal when new article its posted,confetti on background on new articles.
  • [4.7.8] cd-feat: hide news if 3 days have been passed since publish,enable news from settings
  • [4.7.7] cd-feat: Ordering added at admin panel Tags
  • [4.7.7] cd-fix: Similar selector navigate to category / vendor url per case
  • [4.7.6] cd-fix: products/create | update fix foreach php closing tag - set vue app id to where it was originally
  • [4.7.5] cd-feat: Added assets/main/js/components/dummy-slick.js (aka slick call nullifier). Helpful for the transition phase when migrating a client's sliders from slick to native_slider. Make sure you add it to webpack.mix.front.js once you remove slick.min.js from the .combine({}, vendors.js) clause
  • [4.7.4] cd-fix: Useless code remove from SimilarTextSelector vue component
  • [4.7.4] cd-fix: Hardcoded lang in Adv_admin_live_search_model::liveSearchAppendOrder
  • [4.7.3] cd-feat: Admin Panel Group Tags filter by group
  • [4.7.2] cd-feat: Similar Group types text-range-per-value and text-range-per-count types add for filtering
  • [4.7.2] cd-update: Updated webp support resolver to perform additional checks on User-Agent header fingerprint in order to further improve webp support detection for browsers that support webp but do not report it in the Accept header
  • [4.7.2] cd-fix: Fix in create slugs that names have tab character
  • [4.7.2] cd-fix: Missing langs for greek and english on admin products bulk actions
  • [4.7.2] cd-fix: Fixed news section on admin panel to hide if doesnt have any news
  • [4.7.2] cd-fix: Fixed related-similar-product-group-id property at products/clone-create-update views
  • [4.7.2] cd-fix: Fixed Adv_vendors to check for similar config before call renderListingSimilarGroupCombosJsonData
  • [4.7.2] cd-fix: pass array to get_childs_combo instead of null on get_childs_combo in Adv_product_categories_admin::add
  • [4.7.1] cd-fix: Fixed preg_match check inside mediastream_proxy_helper's resolveAutoResizeImageFormat. (was checking for boolean where should check for numeric val since preg_match returns int of matches found)
  • [4.7.0] cd-feat: Added support for auto format (which will automatically resolve the required image format based on browser's User-Agent & Accept headers) in mediastream_proxy::resizeImageOnTheFly, html_helper::html_picture and adv-html-picture
  • [4.7.0] cd-update: Added $config['imageFormatMimeTable'] in app.php and updated srcsetProfile['formats'] format. In the new srcsetProfile['formats'] format the mime types are removed as they are automatically resolved from imageFormatMimeTable.
  • [4.7.0] cd-update: Updated function signatures of resizeImageOnTheFly and resizeImageOnTheFly2 for helpers mediaservice_helper and resizeimage_helper to match the signatures of mediastream_proxy_helper (this should NOT cause any breaking compatibility issues as the param ordering is kept as is)
  • [4.7.0] cd-update: Added ci helper resolveAutoResizeImageFormat and ported it as polyfill for resizeimage_helper and mediaservice_helper helpers
  • [4.7.0] cd-update: Modified srcset configs to include image format mime table & resolved auto format (in order to give the ability to adv-html-picture to pick the resolved format from backend)
  • [4.7.0] cd-feat: Similar group image type

Notes

  • [4.7.X] Needs npm i && npm run admin-production
  • [4.7.8] To use native-material-scrolltop you have to include it (uncomment) in webpack.mix.front.js
  • [4.7.8] Needs to remove the override in the Nautilus createIndexPagination of the product_categories
  • [4.7.8] Needs npm i && npm run production && npm run admin-production
  • [4.7.7] Run php cli.php patch/addTagOrder
  • [4.7.7] Needs npm i && npm run production
  • [4.7.4] Needs npm i && npm run production
  • [4.7.3] Needs npm i && npm run admin-production
  • [4.7.2] Run php cli.php patch/addSimilarGroupStep
  • [4.7.2] Needs npm i && npm run production && npm run admin-production
  • [4.7.0] Needs npm i && npm run production && npm run admin-production