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

Home | Changelog

Version 4

version 4.78

  • [4.78.0] fix: correct text in db_default_values and populate_email_subjects_to_registry
  • [4.78.0] fix: adv_order_basket_model replace harcoded table names with properties, whitespace fixes
  • [4.78.0] feat: User editable localizations
  • [4.78.0] feat: payway paypal advanced checkout
  • [4.78.0] fix: add missing payway lang texts on giftCardOrders namespace locales
  • [4.78.0] fix: swap gift_card email views and subjects because it was sent wrong content and subject to both customer and gift card receiver when AdvSendGiftCardsToEmails job was running

Notes

  • [4.78.0] Introduced new .gitignored storage/ directory for storing persisted data that we do not want to expose to public/ directory. Make sure when deploying to production that the storage/ directory is writable. Just in case.
  • [4.78.0] Check for overrides:
    • Checkout::run
    • Order_model::getDebrisOrders
    • eshop_helper::{isOrderPaidAtDeliveryByPayWay|getCardPayWays|getGiftCardPayWays}
    • eshoppresenter::{allPayWays|payWaysImage|paywayIconCaption}
    • CancelIncompleteOrders::executeCommand
    • Adv_base_controller::loadFrontLangFiles - _user_theme proxy lang file has been included at the end of the list
    • Gift_card_page::{getPayWayFormData|serialToId} on serialToId just change scope from protected -> public
    • CancelPendingGiftCards::executeCommand
  • [4.78.0] Patch requirements
    • php migrator.php migrate
  • [4.78.0] Needs:
    • composer i && npm run all-production
  • [4.78.0] Check gift_card email views and verify if they are correct:
    • application/views/main/mail/gift_card.php - email view for gift card receiver
    • application/views/main/mail/gift_card_inform_customer.php - email view for customer<br> In registry table, the following regkey's are updated from v4-migration change_gift_card_subjects, if there is any change of those subjects in client keep them and update changes after running the migrator script:
    • GIFT_CARD - email subject for gift card receiver
    • GIFT_CARD_INFORM_CUSTOMER - email subject for customer