Skip to content

Commit ed54c30

Browse files
committed
version 1.2.7
1 parent 9af49e5 commit ed54c30

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.6-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) ![PHP7](https://img.shields.io/badge/PHP7-compatible-blue.svg?style=flat) ![YoothemePro](https://img.shields.io/badge/YoothemePro-compatible-blue.svg?style=flat)
1+
![Version](https://img.shields.io/badge/Release-v1.2.7-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) ![PHP7](https://img.shields.io/badge/PHP7-compatible-blue.svg?style=flat) ![YoothemePro](https://img.shields.io/badge/YoothemePro-compatible-blue.svg?style=flat)
22

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

@@ -32,6 +32,7 @@ The new features that the FolderEx has and that are not available in the origina
3232
* **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).
3333
* **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.
3434
* **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`.
35+
* **Offset** - defines how many images should be skipped from the start. See [Use Case: Large Galleries with Lots of Photos](https://github.com/rvalitov/widgetkit-folder-ex/wiki/Large-galleries-with-lots-of-photos)
3536
* **Tooltips for all options** - it's much easier to use the widget, because tooltips are available for all settings.
3637
* **Update notifications** - you will be notified if new versions of the plugin are available.
3738
* **Multilingual interface**, translated into languages:

folder_ex/plugin.php

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

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

20-
'plugin_version' => 'v1.2.6',
20+
'plugin_version' => 'v1.2.7',
2121

22-
'plugin_date' => '14/03/2017',
22+
'plugin_date' => '04/07/2018',
2323

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

0 commit comments

Comments
 (0)