فهرست منبع

Updates to release v5.0.2

Kartik Visweswaran 6 سال پیش
والد
کامیت
49feb4af19
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      CHANGE.md
  2. 1 1
      composer.json
  3. 1 1
      js/fileinput.js

+ 1 - 1
CHANGE.md

@@ -3,7 +3,7 @@ Change Log: `bootstrap-fileinput`
 
 ## version 5.0.2
 
-**Date:** _under development_
+**Date:** 18-Apr-2019
 
 - Better management of console log messages.
 - (bug #1391): Correct resumable upload progress update behavior when `showPreview` is `false`.

+ 1 - 1
composer.json

@@ -30,7 +30,7 @@
     },
     "extra": {
         "branch-alias": {
-            "dev-master": "4.5.x-dev"
+            "dev-master": "5.0.x-dev"
         }
     }
 }

+ 1 - 1
js/fileinput.js

@@ -70,7 +70,7 @@
             invalidThumb: 'Invalid thumb frame with id: "{id}".',
             noResumableSupport: 'The browser does not support resumable or chunk uploads.',
             noUploadUrl: 'The "uploadUrl" is not set. Ajax uploads and resumable uploads have been disabled.',
-            retryStatus: 'Retrying upload for chunk # {chunk} for {filename}... retry # {retry}.',
+            retryStatus: 'Retrying upload for chunk # {chunk} for {filename}... retry # {retry}.'
         },
         objUrl: window.URL || window.webkitURL,
         now: function () {