From 02afa7390c1e2d0116a20e6b18fea00747902c55 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 26 Oct 2022 05:57:54 -0400 Subject: [PATCH] bump version 2.4.7 --- Readme.md | 42 ++---------------------------------------- binshopsrest.php | 2 +- 2 files changed, 3 insertions(+), 41 deletions(-) diff --git a/Readme.md b/Readme.md index aebb811..56e857b 100755 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ # PrestaShop REST API Module Easily expose REST API endpoints for your Prestashop website. No configuration needed, just install and use it. -## [Download the Latest version v2.4.6](https://www.binshops.com/prestashop-api) +## [Download the Latest version v2.4.7](https://www.binshops.com/prestashop-api) ## The products that use this REST API @@ -51,42 +51,4 @@ These native modules, which are already included in PrestaShop out of the box, a - ps_checkpayment (Native Ps Pay by Check module) - blockwishlist (Native Ps Wishlist module) -You can request your custom API implementation on Binshops panel - [Your Assistant - Create a Ticket](https://www.binshops.com/panel) - -### Change Log -- ### 2.4.x Latest Version -- 2.4.3 - - Code refactor - - Messages Translation [#21](https://github.com/binshops/prestashop-rest/issues/21) - - Currencies format in cart [#17](https://github.com/binshops/prestashop-rest/issues/17) -- 2.4.2 - - Added attributes array in cart -- 2.4.1 - - Added email subscription -- 2.4.0 - - Added Wishlist endpoints - - Added Zipcode validation - - Added currencies to bootstrap/lightbootstrap API - - Added languages to bootstrap/lightbootstrap API - - Added the logo url to bootstrap/lightbootstrap API - - Added float price to combinations - - Fix support for countries without state in address creation - - Improved error handling in profile edit -- 2.3.0 - - Adds two payment options - - Cart Management refactoring - - Returns cart items on cart update - - Returns newly created address - - Returns user info on user login - - Removes unnecessary fields from registration - - Product images refactor - - Adds attribute groups to product details - - Check permission on address delete and order details -- 2.2.6 changed cart management API -- 2.2.5 product comment api - APIRoutes class -- 2.2.4 cleaning customer info - makes gender optional - adds user info to login api -- 2.2.3 adds groups to product details - featured products api refactor -- 2.2.2. adds light bootstrap endpoint -- 2.2.1 some response cleaning - ability to load menu item images -- 2.2.0 improves bootstrap api - adds id and slug to menu items -- 2.x The latest stable version which includes all endpoints. +If you need custom APIs or you want to have APIs for a third-party module, you can send your request for custom API implementation on Binshops website - [Request Form](https://www.binshops.com/prestashop-api#request-custom-api) diff --git a/binshopsrest.php b/binshopsrest.php index b524e77..9c5059e 100755 --- a/binshopsrest.php +++ b/binshopsrest.php @@ -23,7 +23,7 @@ public function __construct() { $this->name = 'binshopsrest'; $this->tab = 'others'; - $this->version = '2.4.6'; + $this->version = '2.4.7'; $this->author = 'Binshops'; $this->need_instance = 0;