Skip to content

Commit

Permalink
Merge pull request #59 from manishkatyan/package-update
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
nishekh-e-r authored Nov 24, 2022
2 parents f981f22 + b5c9ca2 commit e15374a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e15374a

Please sign in to comment.