Skip to content

Commit f7711ef

Browse files
committed
[add] version update, info about non Latin file names support
1 parent c879462 commit f7711ef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Version](https://img.shields.io/badge/Release-v1.2.0-green.svg?style=flat) ![Widgetkit](https://img.shields.io/badge/Widgetkit-v2.4.x+-green.svg?style=flat) ![Joomla](https://img.shields.io/badge/Joomla!-v3.4.x+-yellow.svg?style=flat) ![Wordpress](https://img.shields.io/badge/Wordpress-v4.4.x+-yellow.svg?style=flat)
1+
![Version](https://img.shields.io/badge/Release-v1.2.2-green.svg?style=flat) ![Widgetkit](https://img.shields.io/badge/Widgetkit-v2.4.x+-green.svg?style=flat) ![Joomla](https://img.shields.io/badge/Joomla!-v3.4.x+-yellow.svg?style=flat) ![Wordpress](https://img.shields.io/badge/Wordpress-v4.4.x+-yellow.svg?style=flat)
22

33
![FolderEx Widgetkit Content Provider logo](https://raw.githubusercontent.com/wiki/rvalitov/widgetkit-folder-ex/images/logo.jpg)
44

@@ -29,6 +29,7 @@ The new features that the FolderEx has and that are not available in the origina
2929

3030
* **Sophisticated Filtering** - complete freedom to apply any filtering of files using RegExp patterns, [read more](https://github.com/rvalitov/widgetkit-folder-ex/wiki/Filtering-Patterns).
3131
* **Better control of titles** - more options are available to control how the titles are created from the file names, e.g. replacement of dashes and/or underscores into space character.
32+
* **Non Latin characters in file names** - you can name the files as you want in your native language, using non Latin characters, e.g. accents or Cyrillic characters. For example: `équipe.jpg`, `Животное.jpg`, `Übergabe.jpg`.
3233
* **Tooltips for all options** - it's much easier to use the widget, because tooltips are available for all settings.
3334
* **Update notifications** - you will be notified if new versions of the plugin are available.
3435
* **Multilingual support**, translated into languages:

folder_ex/plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
'main' => 'YOOtheme\\Widgetkit\\Content\\Type',
1818

19-
'plugin_version' => 'v1.2.1',
19+
'plugin_version' => 'v1.2.2',
2020

21-
'plugin_date' => '18/06/2016',
21+
'plugin_date' => '27/06/2016',
2222

2323
'plugin_logo' => 'https://raw.githubusercontent.com/wiki/rvalitov/widgetkit-folder-ex/images/logo.jpg',
2424

0 commit comments

Comments
 (0)