Skip to content

v0.6.0.pre

Pre-release
Pre-release

Choose a tag to compare

@k4th k4th released this 07 Jan 15:52
· 48 commits to master since this release
aaccfdc
  • bug-fixes

    • Fix Carts#create method
    • Fix Carts#set_shipping_method_to_default method
    • Fix OrderSettings#update method
    • Fix Orders#capture_payment_process method
    • Fix Orders#create_cancelation_process method
    • Fix Products#attachments method
    • Fix Products#adjust_stock_level method
    • Fix Products#add_image method
    • Fix Products#set_image_as_default method
    • Fix ProductsView#all method
    • Fix Shops#legal_content method
    • Fix Shops#legal_contents method
    • Fix Shops#update method
    • Fix Users#verify_password method
  • deprecations

    • Remove Orders#send_invoice method
    • Remove all product_settings methods
    • Remove ProductsView#search_by_query method
    • Orders#update_order_note receives parameter order_note instead of body
    • Products#adjust_stock_level receives parameter relative_amount instead of body
    • Products#update_reserve_stock receives parameter stock_threshold instead of body
  • features

    • Add customers methods
      • Customers#all
      • Customers#create
      • Customers#delete
      • Customers#find
      • Customers#update
    • Add Orders#send_order_document method
    • Add products cross-sells methods
      • ProductCrossSells#create_cross_sell
      • ProductCrossSells#cross_sell
      • ProductCrossSells#cross_sells
      • ProductCrossSells#delete_cross_sell
      • ProductCrossSells#update_cross_sell
    • Add products videos methods
      • ProductVideos#add_video
      • ProductVideos#delete_video
      • ProductVideos#update_video
      • ProductVideos#video
      • ProductVideos#videos
    • Add Products#sort_images method
    • Add variation images methods
      • VariationImages#add_image
      • VariationImages#delete_image
      • VariationImages#image
      • VariationImages#images
      • VariationImages#upload_image