From b5c9ca237bed307573cfc4a459352b7219f8640d Mon Sep 17 00:00:00 2001 From: nishekh-e-r Date: Thu, 24 Nov 2022 19:01:18 +0530 Subject: [PATCH] updated readme --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3865dfe..9f2f816 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,10 @@ We are following the [official Node.js releases timelines](https://nodejs.org/en ## ⏳ Installation +> From strapi-stripe plugin version 2.6.1 onwards, we have renamed these two tables `strapi-stripe_strapi-stripe-payment` `strapi-stripe_strapi-stripe-product` to `strapi-stripe_ss-payment` `strapi-stripe_ss-product` for mysql server compatability. + +> If you are using the strapi-stripe plugin verion 2.6.0 or any other below versions, please do take the data backup of these two table `strapi-stripe_strapi-stripe-payment` `strapi-stripe_strapi-stripe-product`, before updating to new version. + Use **npm** to install this plugin within your Strapi project. [Refer to this doc to install npm](https://docs.npmjs.com/cli/v6/commands/npm-install) diff --git a/package.json b/package.json index 35469f1..e2a52d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-stripe", - "version": "2.6.1", + "version": "2.6.2", "description": "Online payments and subscriptions made simple, secure and fast.This free plugin enables you to accept online payments and create subscriptions using Credit Card, Apple pay and Google pay on your Strapi app via Stripe.", "strapi": { "name": "strapi-stripe",