Appearance
<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>
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.jswhich uses vanilla javascript & passive events in an effort to improve clientside performance - [4.7.8] cd-update: Refactored
native-slider.jsin 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/FissoapClient soapversion from 1_2 to 1_1 - [4.7.8] cd-fix: In
payByBankResponsemethod of the checkout change the status only in PENDING orders - [4.7.8] cd-fix: Fix in the
createIndexPaginationof theproduct_categoriescontroller 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 | updatefix 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 fromslicktonative_slider. Make sure you add it towebpack.mix.front.jsonce you removeslick.min.jsfrom 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-valueandtext-range-per-counttypes add for filtering - [4.7.2] cd-update: Updated webp support resolver to perform additional checks on
User-Agentheader fingerprint in order to further improve webp support detection for browsers that support webp but do not report it in theAcceptheader - [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_matchcheck insidemediastream_proxy_helper'sresolveAutoResizeImageFormat. (was checking for boolean where should check for numeric val sincepreg_matchreturnsintof matches found) - [4.7.0] cd-feat: Added support for
autoformat (which will automatically resolve the required image format based on browser'sUser-Agent&Acceptheaders) inmediastream_proxy::resizeImageOnTheFly,html_helper::html_pictureandadv-html-picture - [4.7.0] cd-update: Added
$config['imageFormatMimeTable']inapp.phpand updatedsrcsetProfile['formats']format. In the newsrcsetProfile['formats']format the mime types are removed as they are automatically resolved fromimageFormatMimeTable. - [4.7.0] cd-update: Updated function signatures of
resizeImageOnTheFlyandresizeImageOnTheFly2for helpersmediaservice_helperandresizeimage_helperto match the signatures ofmediastream_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
resolveAutoResizeImageFormatand ported it as polyfill forresizeimage_helperandmediaservice_helperhelpers - [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-pictureto 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-scrolltopyou have to include it (uncomment) inwebpack.mix.front.js - [4.7.8] Needs to remove the override in the Nautilus
createIndexPaginationof theproduct_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