js-cloudimage-360-view 2.7.3 → 2.7.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.
package/CHANGELOG.md CHANGED
@@ -25,6 +25,9 @@ Types of changes:
25
25
  - ...
26
26
 
27
27
  -------------
28
+ ## 2.7.4 - 2022-01-26
29
+ ### Fixed
30
+ - typo in documentation file
28
31
  ## 2.7.3 - 2022-01-26
29
32
  ### Fixed
30
33
  - typo in documentation file
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Release](https://img.shields.io/badge/release-v2.7.3-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
1
+ [![Release](https://img.shields.io/badge/release-v2.7.4-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
2
2
  [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
3
3
  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
4
4
  [![Scaleflex team](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-the%20Scaleflex%20team-6986fa.svg)](https://www.scaleflex.it/en/home)
@@ -6,16 +6,11 @@
6
6
  [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Engage%20your%20customers%20with%20a%20stunning%20360%20viewvof%20your%20products&url=https://scaleflex.github.io/js-cloudimage-360-view/&via=cloudimage&hashtags=images,cloudimage)
7
7
 
8
8
  <p align="center">
9
- <a href="https://www.cloudimage.io/#gh-light-mode-only">
9
+ <a href="https://www.cloudimage.io/">
10
10
  <img
11
11
  alt="The Lounge"
12
12
  src="https://scaleflex.cloudimg.io/v7/cloudimage.io/LOGO+WITH+SCALEFLEX-01.png?vh=f6080d&w=350">
13
13
  </a>
14
- <a href="https://www.cloudimage.io/#gh-dark-mode-only">
15
- <img
16
- alt="The Lounge"
17
- src="https://scaleflex.cloudimg.io/v7/cloudimage.io/cloudimage-logo-light.png?vh=b798ab&w=350">
18
- </a>
19
14
  </p>
20
15
 
21
16
  <h1 align="center">
@@ -75,7 +70,7 @@ To see the Cloudimage 360 view plugin in action, please check out the
75
70
  Add script tag with CDN link to js-cloudimage-360-view lib after all content in body tag
76
71
 
77
72
  ```javascript
78
- <script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2.7.3/js-cloudimage-360-view.min.js"></script>
73
+ <script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2.7.4/js-cloudimage-360-view.min.js"></script>
79
74
  ```
80
75
 
81
76
  ## <a name="initialize"></a>Step 2: Initialize
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "js-cloudimage-360-view",
3
- "version": "2.7.3",
3
+ "version": "2.7.4",
4
4
  "main": "dist/index.js",
5
5
  "description": "",
6
6
  "author": "scaleflex",