Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
commit to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-stramavus committed Mar 28, 2019
1 parent e78eb36 commit 5966e14
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> Repository includes React version and JS wrapper for standalone usage
[![Release](https://img.shields.io/badge/release-v1.4.0-blue.svg)](https://github.com/scaleflex/filerobot-uploader/releases)
[![Release](https://img.shields.io/badge/release-v1.4.2-blue.svg)](https://github.com/scaleflex/filerobot-uploader/releases)
[![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.filerobot.com/en/home#2de3fb9f-dd4a-457a-999a-025ad9bd5f3b)
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
Expand Down Expand Up @@ -65,7 +65,7 @@ The Filerobot Uploader is a multi-function Uploader that will make uploads super
Use latest CDNized plugin version

```
<script src="https://cdn.scaleflex.it/filerobot/uploader/1.4.0/main.min.js"></script>
<script src="https://cdn.scaleflex.it/filerobot/uploader/1.4.2/main.min.js"></script>
```

### <a name="quick_start"></a>Quick start
Expand Down
9 changes: 8 additions & 1 deletion config/webpack.demo-js-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const reactLoadablePlugin = new ReactLoadablePlugin({
});

module.exports = (env, options) => {
return {
const config = {
entry: path.join(__dirname, "../examples/js-plugin/src/index.js"),
output: {
path: path.join(__dirname, "../examples/js-plugin/dist"),
Expand Down Expand Up @@ -41,4 +41,11 @@ module.exports = (env, options) => {
port: 3001
}
};

//if (options.mode === 'production') {
// config.output.jsonpFunction = 'webpackJsonp' + Date.now();
// config.output.publicPath = 'https://scaleflex.ultrafast.io/https://scaleflex.airstore.io/filerobot/dev/uploader/';
//}

return config;
}
2 changes: 1 addition & 1 deletion examples/js-plugin/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h2 class="text-center">Ready to get started?</h2>
Include the following script into your project
</p>
<figure class="highlight">
<pre><code class="javascript">&lt;script src="https://cdn.scaleflex.it/filerobot/uploader/1.4.0/main.min.js"/&gt;&lt;/script&gt;</code></pre>
<pre><code class="javascript">&lt;script src="https://cdn.scaleflex.it/filerobot/uploader/1.4.2/main.min.js"/&gt;&lt;/script&gt;</code></pre>
</figure>
</div>

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": "filerobot-uploader",
"version": "1.4.1",
"version": "1.4.2",
"main": "dist/index.js",
"description": "The Filerobot Uploader is a multi-function Uploader that will make uploads super easy in your web sites and apps. It is fast to integrate allows end users to upload media, files and any assets via Filerobot's reverse CDN. Files are stored into scalable and flexible Cloud storage, optimised and delivered over CDN to your end users rocekt fast. Features include inline image editing, auto-tagging, auto-cropping and many more.",
"author": "scaleflex",
Expand Down

0 comments on commit 5966e14

Please sign in to comment.