Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
safrazik committed Dec 17, 2019
1 parent c0541e0 commit 6d1d18b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<meta name="generator" content="Jekyll v3.8.6">


<meta name="twitter:image:src" content="https://safrazik.github.io/vue-file-agent/website/assets/cover.png?v=1.5.0-beta.5" />
<meta name="twitter:image:src" content="https://safrazik.github.io/vue-file-agent/website/assets/cover.png?v=1.5.0" />
<meta name="twitter:site" content="@safrazik" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="{{ site.title }}" />
<meta name="twitter:description" content="{{ site.description }}" />

<meta property="og:image" content="https://safrazik.github.io/vue-file-agent/website/assets/cover.png?v=1.5.0-beta.5" />
<meta property="og:image" content="https://safrazik.github.io/vue-file-agent/website/assets/cover.png?v=1.5.0" />
<meta property="og:site_name" content="GitHub" />
<meta property="og:type" content="object" />
<meta property="og:title" content="{{ site.title }}" />
Expand All @@ -29,11 +29,11 @@


{% if layout.external_urls %}
<link rel="stylesheet" href="https://safrazik.github.io/vue-file-agent/website/assets/styles.css?v=1.5.0-beta.5">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]-beta.5/dist/vue-file-agent.css">
<link rel="stylesheet" href="https://safrazik.github.io/vue-file-agent/website/assets/styles.css?v=1.5.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-file-agent.css">
{% else %}
<link rel="stylesheet" href="{{ "/website/assets/styles.css?v=1.5.0-beta.5" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/vue-file-agent.css?v=1.5.0-beta.5" | prepend: site.dist_baseurl }}">
<link rel="stylesheet" href="{{ "/website/assets/styles.css?v=1.5.0" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/vue-file-agent.css?v=1.5.0" | prepend: site.dist_baseurl }}">
{% endif %}

{% if site.google_analytics %}
Expand Down Expand Up @@ -62,7 +62,7 @@
<div class="container" style="padding-left: 15px;
padding-right: 15px;">
<a class="navbar-brand" href="{{ "/" | prepend: site_base_url }}">
<img style="width: 40px; height: 40px; border-radius: 50%;" src="{{ "/website/assets/logo.png?v=1.5.0-beta.5" | prepend: site_base_url }}">
<img style="width: 40px; height: 40px; border-radius: 50%;" src="{{ "/website/assets/logo.png?v=1.5.0" | prepend: site_base_url }}">
Vue File Agent
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
Expand All @@ -87,9 +87,9 @@
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/tus.js"></script>
{% if layout.external_urls %}
<script src="https://cdn.jsdelivr.net/npm/[email protected]-beta.5/dist/vue-file-agent.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-file-agent.umd.js"></script>
{% else %}
<script src='{{ "/vue-file-agent.umd.js?v=1.5.0-beta.5" | prepend: site.dist_baseurl }}'></script>
<script src='{{ "/vue-file-agent.umd.js?v=1.5.0" | prepend: site.dist_baseurl }}'></script>
{% endif %}

<script src="https://unpkg.com/vue-slicksort@latest/dist/vue-slicksort.min.js"></script>
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": "vue-file-agent",
"version": "1.5.0-beta.5",
"version": "1.5.0",
"description": "High performant Vue file upload component with elegant and distinguishable previews for every file type and support for drag and drop, validations, default uploader with progress support and externally customizable in the \"vue way\"",
"main": "dist/vue-file-agent.umd.js",
"types": "src/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions upload-server-examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<meta name="generator" content="Jekyll v3.8.6">


<meta name="twitter:image:src" content="https://safrazik.github.io/vue-file-agent/website/assets/cover.png" />
<meta name="twitter:image:src" content="https://safrazik.github.io/vue-file-agent/website/assets/cover.png?v=1.5.0" />
<meta name="twitter:site" content="@safrazik" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Vue File Agent" />
<meta name="twitter:description" content="Full featured drag & drop enabled Vue file upload component with previews and upload progress" />

<meta property="og:image" content="https://safrazik.github.io/vue-file-agent/website/assets/cover.png" />
<meta property="og:image" content="https://safrazik.github.io/vue-file-agent/website/assets/cover.png?v=1.5.0" />
<meta property="og:site_name" content="GitHub" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Vue File Agent" />
Expand All @@ -30,8 +30,8 @@



<link rel="stylesheet" href="https://safrazik.github.io/vue-file-agent/website/assets/styles.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]-beta.5/dist/vue-file-agent.css">
<link rel="stylesheet" href="https://safrazik.github.io/vue-file-agent/website/assets/styles.css?v=1.5.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-file-agent.css">



Expand All @@ -58,7 +58,7 @@
<div class="container" style="padding-left: 15px;
padding-right: 15px;">
<a class="navbar-brand" href="http://safrazik.github.io/vue-file-agent/">
<img style="width: 40px; height: 40px; border-radius: 50%;" src="http://safrazik.github.io/vue-file-agent/website/assets/logo.png">
<img style="width: 40px; height: 40px; border-radius: 50%;" src="http://safrazik.github.io/vue-file-agent/website/assets/logo.png?v=1.5.0">
Vue File Agent
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
Expand All @@ -83,7 +83,7 @@
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/tus.js"></script>

<script src="https://cdn.jsdelivr.net/npm/[email protected]-beta.5/dist/vue-file-agent.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-file-agent.umd.js"></script>


<script src="https://unpkg.com/vue-slicksort@latest/dist/vue-slicksort.min.js"></script>
Expand Down

0 comments on commit 6d1d18b

Please sign in to comment.