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

Home | Changelog

Version 4

version 4.65

  • [4.65.0] feat: Skroutz Last Mile transporter (class name Skroutz)
  • [4.65.0] update: smart point id converted to string
  • [4.65.0] fix: isOrderPaidAtDeliveryByPayWay should not have bank_transfer in list
  • [4.65.0] fix(reviews): add 2 extra select variables star_points and review_date on Adv_product_reviews_model::getCustomerReviews and refactor Adv_customer::reviews because getCustomerReviews was called twice
  • [4.65.0] fix: move call internalApiOrderCancelHook in Adv_orders_admin::afterOrderCancelHooks
  • [4.65.0] fix(GiftCardAdminListing): fix schedule jobs for giftCards
  • [4.65.0] fix(AdvGiftCardPage): Remove alpha from switch cases as it is subject to default rule
  • [4.65.0] fix(gift_cards/jobs): JobCommand interface changed

Notes

  • [4.65.0] Needs composer i && npm ci && npm run production && npm run admin-production
  • [4.65.0] Patch php cli.php patch/smartPointIdTypeChange
  • [4.65.0] Check for overrides in:
    • SetPendingWithVoucher::executeCommand
    • PrintVoucher::executeCommand
    • CancelVoucher::executeCommand
    • GetOrdersTransferStatus::executeCommand
    • transporters_helper::{providerSettingsEditLink|getLinkForTransferProvider|getMinifiedLinkForTransferProvider}
    • Cronjob::getOrdersTransferStatus calls GetOrdersTransferStatus job. Move cronjob overrides in method getOrdersTransferStatus and calling methods in job
    • ResendGiftCardEmail
    • ResendGiftCardSMS
    • Gift_card_page::serialToId
    • Gift_cards_admin_listing:scheduleEmailJob
    • Gift_cards_admin_listing:scheduleSMSJob
    • Orders_admin::view
    • Customer::reviews
    • Product_reviews_model::getCustomerReviews
  • [4.65.0] In client Dioptra check and remove override Product_reviews_model::getCustomerReviews, if it's the same as the base method