Skip to content

Commit b5bbf35

Browse files
chore: release 2.6.0 🚀
1 parent c4a7e0f commit b5bbf35

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Types of changes:
2626

2727
-------------
2828

29+
## 2.6.0 - 2020-09-03
30+
31+
### Feat
32+
- add ability to specify custom 360 view logo
33+
2934
## 2.5.0 - 2020-07-05
3035

3136
### Feat

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v2.5.0-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
1+
[![Release](https://img.shields.io/badge/release-v2.6.0-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases)
22
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
33
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
44
[![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)
@@ -68,13 +68,7 @@ To see the Cloudimage 360 view plugin in action, please check out the
6868
Add script tag with CDN link to js-cloudimage-360-view lib after all content in body tag
6969

7070
```javascript
71-
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2.5.0/js-cloudimage-360-view.min.js"></script>
72-
```
73-
74-
You may also use major version number instead of fixed version to have the latest version available.
75-
76-
```javascript
77-
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2/js-cloudimage-360-view.min.js"></script>
71+
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2.6.0/js-cloudimage-360-view.min.js"></script>
7872
```
7973

8074
## <a name="initialize"></a>Step 2: Initialize

build/js-cloudimage-360-view.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ <h2 class="text-center">Ready to get started?</h2>
378378
<p>Include the following script into your project after all content in body tag</p>
379379
<figure class="highlight">
380380
<pre><code class="javascript">
381-
&lt;script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2.5.0/js-cloudimage-360-view.min.js"&gt;&lt;/script&gt;
381+
&lt;script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2.6.0/js-cloudimage-360-view.min.js"&gt;&lt;/script&gt;
382382
</code></pre>
383383
</figure>
384384
</div>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-cloudimage-360-view",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"main": "dist/index.js",
55
"description": "",
66
"author": "scaleflex",

0 commit comments

Comments
 (0)