Skip to content

v7.0.0

Compare
Choose a tag to compare
@tomas-novotny tomas-novotny released this 19 Aug 12:35
· 75 commits to master since this release

Added

  • Major refactor for all package (final classes with interface, split logic to separate classes)
  • Added support for new options from documentation v1.957 (2022-04-14)
    • Added CHECKB2A, CHECKB2C request
  • Added support for new options from documentation v1.958 and v1.959 (2022-04-20)
    • Added INFO/CARRIERS request
  • Added support for new options from documentation v1.962 (2022-07-17)
    • Added bank_name attribute
    • Added bank_account_holder attribute
    • Added iban attribute
    • Added swift attribute
  • Added support for new options from documentation v1.963 (2022-07-27)
    • Added dcl_pdf attribute
  • Added support for new options from documentation v1.964 (2022-08-02)
    • Added SAMEDAY carrier
  • Added support for new options from documentation v1.965 (2022-08-10)
    • Added note_invoice attribute

Changed

  • Support only PHP 8.1+
  • Changed classnames and namespaces for most of the code base
  • Changed service type values
    • Changed ZASILKOVNA_GR_ACS_HD service type value
    • Changed ZASILKOVNA_GR_ACS_PP service type value
    • Changed ZASILKOVNA_US_FEDEX_PRIORITY_HD service type value
    • Changed ZASILKOVNA_US_FEDEX_ECONOMY_HD service type value
    • Changed ZASILKOVNA_BG_ECONT_HD service type value
    • Changed ZASILKOVNA_BG_ECONT_BOX service type value
    • Changed ZASILKOVNA_BG_ECONT_PP service type value
    • Changed ZASILKOVNA_SI_POST_HD service type value
    • Changed ZASILKOVNA_SI_POST_PP service type value
    • Changed ZASILKOVNA_SI_POST_BOX service type value
    • Changed ZASILKOVNA_CZ_EXPRESS_PRAHA_HD service type value

Fixed

  • Added missing options from documentation
    • Added B2C request
    • Added ZASILKOVNA_TR_FEDEX_ECONOMY_HD service type
    • Added ZASILKOVNA_TR_FEDEX_PRIORITY_HD service type
    • Added ZASILKOVNA_IL_FEDEX_PRIORITY_HD service type
    • Added ZASILKOVNA_IL_FEDEX_ECONOMY_HD service type
    • Added ZASILKOVNA_IL_FEDEX_ECONOMY_HD service type
    • Added ZASILKOVNA_EE_LT_POST_HD service type
    • Added ZASILKOVNA_LV_LT_POST_HD service type
    • Added ZASILKOVNA_LT_POST_HD service type
    • Added ZASILKOVNA_LT_POST_BOX service type
    • Added DHL_MEDICAL_EXPRESS service type
    • Added GEIS_B2B service type
    • Added PBH_EXPRESS_ONE service type
    • Added MESSENGER_ECONOMY_BRNO service type
    • Added sen_name attribute
    • Added sen_firm attribute
    • Added sen_street attribute
    • Added sen_city attribute
    • Added sen_zip attribute
    • Added sen_country attribute
    • Added sen_street_append attribute
    • Added sen_email attribute
    • Added sen_phone attribute
    • Added neutralize attribute
    • Added neutralize_name attribute
    • Added neutralize_firm attribute
    • Added neutralize_street attribute
    • Added neutralize_city attribute
    • Added neutralize_zip attribute
    • Added neutralize_country attribute
    • Added neutralize_region attribute
    • Added neutralize_phone attribute
    • Added neutralize_email attribute
    • Added neutralize_account_number attribute
    • Added date_delivery attribute
    • Added delivery_time_from attribute
    • Added delivery_time_to attribute
    • Added size attribute
    • Added date_delivery attribute
    • Added branch_type attribute
    • Added content_type attribute
    • Added content_place_of_commital attribute
    • Added content_additional_fee attribute
    • Added content_type_description attribute
    • Added generate_invoice attribute
    • Added loading_length_pallets attribute
    • Added transform_temp_to attribute
    • Added transform_temp_from attribute
    • Added content_produce_code attribute
    • Added shipper_vat attribute
    • Added terms_of_trade_location attribute

Removed