datocms-plugin-commercelayer 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,15 +8,15 @@ To use this plugin first you need to create a Commerce Layer OAuth application a
8
8
 
9
9
  ![New application](docs/new-app.png)
10
10
 
11
- Now you can access the application's base endpoint, cliend ID, and client secret:
11
+ Now you can access the application's base endpoint, client ID, and client secret:
12
12
 
13
13
  ![Application credentials](docs/app-credentials.png)
14
14
 
15
- > **BACKWORD COMPATIBILITY** — Please note that if you are upgrading from a previous version (older than `v2.0.0`) you neeed to change your plugin settings to use an _integration_ app because old _datocms_ Commerce Layer apps have been dismissed and don't work with the new versions of the plugin.
15
+ > **BACKWARD COMPATIBILITY** — Please note that if you are upgrading from a previous version (older than `v2.0.0`) you need to change your plugin settings to use an _integration_ app because old _datocms_ Commerce Layer apps have been dismissed and don't work with the new versions of the plugin.
16
16
 
17
17
  ## Plugin configuration (DatoCMS)
18
18
 
19
- You can search the plugin from the DatoCMS admin dashboard or install it form the [marketplace](https://www.datocms.com/marketplace/plugins/i/datocms-plugin-commercelayer). Once installed, you need to configure the plugin with the credentials you get from Commerce Layer app you previously created:
19
+ You can search the plugin from the DatoCMS admin dashboard or install it from the [marketplace](https://www.datocms.com/marketplace/plugins/i/datocms-plugin-commercelayer). Once installed, you need to configure the plugin with the credentials you get from Commerce Layer app you previously created:
20
20
 
21
21
  ![Plugin settings](docs/plugin-settings.jpg)
22
22
 
@@ -24,7 +24,7 @@ You can either hook this plugin manually to your single-line fields, or specify
24
24
 
25
25
  ## Usage
26
26
 
27
- To use the plugin you need to add a single-line text field to you model in DatoCMS and select _Commerce Layer SKU_ from the dropdown menu in the _Presentation tab_:
27
+ To use the plugin you need to add a single-line text field to your model in DatoCMS and select _Commerce Layer SKU_ from the dropdown menu in the _Presentation_ tab:
28
28
 
29
29
  ![Field type](docs/field-type.png)
30
30
  ![Field settings](docs/field-settings.jpg)
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "main": "index.js",
6
6
  "author": "DatoCMS <support@datocms.com>",
7
7
  "license": "ISC",
8
- "version": "2.0.3",
8
+ "version": "2.0.4",
9
9
  "dependencies": {
10
10
  "@fortawesome/fontawesome-svg-core": "^1.3.0",
11
11
  "@fortawesome/free-solid-svg-icons": "^6.0.0",