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.74.md for this page in Markdown format</div>

Home | Changelog

Version 4

version 4.74

  • [4.74.0] feat(Blog_admin): change blog date to datetime when creating or updating a blog article from admin panel
  • [4.74.0] feat(Coupons): add capability to export all coupons to a csv file for admin panel
  • [4.74.0] feat(Blog): add url on admin blog list in order for admin to navigate directly on blog article, if there is no article and article is not published show page 404 only to the public, for admin user show specific message on blog_post view
  • [4.74.0] feat(xmlCustomPrice): Changed filter for xml products to get only those with different modifier than the global xml setting, added price and modifier to products export csv, added tooltip on xml modifier input field
  • [4.74.0] feat(xmlCustomPrice): Added option to set price modifier across xml but keeping any custom modifiers. Show final prices for each xml on product listing, fix to set xml modifier on product creation
  • [4.74.0] fix(seo_helper): move other functions out of getDefaultmetatags !function_exists's body
  • [4.74.0] fix(eshop_helper): public_order_transporters move out from !function_exists('getVivaPaymentMethodFromTransaction') nesting

Notes

  • [4.74.0] Patch requirements
    • php migrator.php migrate
  • [4.74.0] Needs npm ci && npm run admin-production
  • [4.74.0] Check for overrides:
    • Products_admin::{index|exportSearchedProducts|exportSearchedProductsHeader|exportSearchedProductsLine}
    • Product_model::getProductsAdminResults
    • Settings::{xml_feeds_settings|xmlFeedsSettingsValidation}
    • Blog::blogArticle
    • Blog_model::{getBlogData|getBlogsAdminResults}