Blame view

vendor/kartik-v/yii2-widget-fileinput/CHANGE.md 1.1 KB
ad2e91f7   Mihail   move multyparser ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  version 1.0.3
  =============
  **Date:** 26-Jun-2015
  
  - (bug #33): Initialize `language` correctly.
  
  version 1.0.2
  =============
  **Date:** 03-May-2015
  
  - (enh #23): Add Chinese translations.
  - (enh kartik-v/yii2-krajee-base#34, kartik-v/yii2-krajee-base#35): Enhance i18n translation locales. 
  - (enh #29): Better validation for graceful downgrade for older browsers.
  
  version 1.0.1
  =============
  **Date:** 30-Mar-2015
  
  - (enh #4): Hungarian translations
  - (enh #20): Croatian translations
  - (enh #21): Updates to widget for v4.1.8 bootstrap-fileinput plugin
      - All plugin related translations now reside in the [locales files in the plugin folder](http://github.com/kartik-v/bootstrap-fileinput/js). Pull requests for new translations or editing translations needs to be done in the plugin folder.
      - The `language` property can be set at the widget level to set the language (this will default to `Yii::$app->language`).
  - (enh #22): Added Thai language translations.
  
  version 1.0.0
  =============
  **Date:** 08-Nov-2014
  
  - Initial release 
  - Sub repo split from [yii2-widgets](https://github.com/kartik-v/yii2-widgets)