# Change Log ## [2.3.2] - 2021-06-09 ### Fix - Fixing Google social login ## [2.3.1] - 2021-02-15 ### Fix - Update Google login, update the Google API endpoint - Fix default language loading ## [2.3.0] - 2020-09-21 ### Added - Added token delete option to the API settings page ## [2.3.5] - 2020-08-26 ### Fix - fixing contact message sending ## [2.3.4] - 2020-08-02 ### Fix - fixing customer search operand handling ## [2.3.3] - 2020-07-06 ### Fix - Added missing custom fields to the account order details API endpoint ## [2.3.2] - 2020-06-08 ### Fix - fixing store ID header ## [2.3.1] - 2020-05-07 ### Fix - fixing XSS security issue ## [2.3.0] - 2020-01-31 ### Added - Added Logging feature to the API ## [2.2.12] - 2019-06-28 ### Fix - Fix custom search API sort order ## [2.2.11] - 2019-04-05 ### Changed - Changed Get Cart out of stock error message ## [2.2.10] - 2019-03-01 ### Changed - We changed the response format of the get shipping method and get payment method services - product formated prices always return as string ## [2.2.9] - 2018-12-27 ### Fix - Fix Pay service (cod, bank transfer, free checkout, cheque) - Fix product search by model and sku ## [2.2.8] - 2018-11-17 ### Added - Added product slug to the wishlist and recurring items - Added special price the the product simple list response ## [2.2.7] - 2018-10-26 ### Added - Added new fields to the get cart response: has_shipping, has_download, has_recurring_products ## [2.2.6] - 2018-10-23 ### Added - Added currency details, order date as timestamp and prices in raw format to the response ## [2.2.5] - 2018-10-14 ### Added - Added orders details to the response of the POST confirm service ## [2.2.4] - 2018-08-16 ### Added - Added missing price_excluding_tax_formated field to the response ## [2.2.3] - 2018-07-24 ### Added - Added new category list ## [2.2.2] - 2018-06-26 ### Fix - Fixing search rewrite rules ### Added - Added option to search products by multiple categories (you have to send the ids as comma separated string ) ## [2.2.1] - 2018-03-26 ### Fix - addOrderHistory service security fix ## [2.2.0] - 2018-03-18 ### Added - Added pagination and item count information to the list services response header ### Fix - Fix customer group prices ## [2.1.0] - 2018-03-11 ### Added - Added support for Opencart 3.1 ## [2.0.3] - 2018-02-21 ### Fix - Fix restapi_pay.twig ## [2.0.2] - 2018-02-20 ### Fix - Fix token refresh service ## [2.0.1] - 2018-02-08 ### Fix - Param validation fix in the restcontroller.php ## [2.0.0] - 2018-01-06 ### Added - Added new Header parameter: x-oc-include-meta - Added get products and categories by slug services - Added product and category slug to the response - Added IP validation to the API - Login with phone number OCMOD ### Fix - Fixing order status update service ## [1.9.4] - 2017-12-28 ### Fix - Changing price specific default values to 0 ## [1.9.3] - 2017-12-22 ### Fix - Changing customer custom fields handling ## [1.9.2] - 2017-12-15 ### Fix - Added cart total, cart product count and wish list to the login service response ## [1.9.1] - 2017-12-09 ### Fix - Added "default" field to the customer address specific responses ## [1.9.0] - 2017-12-04 ### Added - Added product image to the confirm service response - Added recurring info to the get product service - Added Account recurring service ### Fix - Update search product rewrite rule ## [1.8.2] - 2017-11-28 ### Fix - Fixed PHP Warning in rest_api.php ## [1.8.1] - 2017-11-22 ### Fixed - Fixed shipping quote calculation ## [1.8.0] - 2017-11-20 ### Added - Added new cart remove item service ## [1.7.1] - 2017-10-23 ### Added - Added Basic token field to the admin settings page ## [1.7.0] - 2017-10-12 ### Added - Added support for account downloads ## [1.6.0] - 2017-10-04 ### Added - Added file upload to the cart service - Added support for CCavenue Payment Gateway ## [1.5.2] - 2017-09-24 ### Fix - Fix response http code if there is a cart service error ### Added - Added customer groups to the initial service ### Changed - Changed response headers ## [1.5.1] - 2017-08-31 ### Fix - Fixing getPost() function ## [1.5.0] - 2017-08-10 ### Added - Added support for Affiliate code - Added product points to the GET Cart service response ## [1.4.0] - 2017-08-04 ### Added - Added default value to client id and client secret - Added automatic .htaccess rewrite rule update ### Fix - Fixed admin design ### Changed - Changed cart reload process ## [1.3.0] - 2017-07-29 ### Added - Added quantity, stock status and product status to the response of these services: Related, Latest,Special,Best Seller & Featured products ## [1.2.1] - 2017-07-28 ### Fix - Fixed Social login ## [1.2.0] - 2017-07-24 ### Added - Added CORS headers ### Fixed - Fixed OPTIONS header not allowed response ## [1.1.2] - 2017-07-22 ### Fix - Fixed Tax calculation (based on store address / shipping address / payment address) ## [1.1.1] - 2017-07-19 ### Fix - Fixed session destroy in GET Token service ## [1.1.0] - 2017-07-16 ### Added - Added limit and page parameter to the customer orders service ## [1.0.1] - 2017-07-06 ### Fix - Fixed PHP notice no payment method available - Fixed PHP notice for login approved field ## [1.0.0] - 2017-06-27 ### Added - Initial release