diff --git a/README.md b/README.md index 299e325..0e4c460 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Version](https://img.shields.io/badge/Release-v1.3.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) ![PHP7](https://img.shields.io/badge/PHP7-compatible-blue.svg?style=flat) ![YoothemePro](https://img.shields.io/badge/YoothemePro-compatible-blue.svg?style=flat) +![Version](https://img.shields.io/badge/Release-v1.3.3-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) ![SlideshowEx widget logo](https://raw.githubusercontent.com/wiki/rvalitov/widgetkit-slideshow-ex/images/logo.jpg) # Overview @@ -20,9 +20,14 @@ The new features that the SlideshowEx has and that are not available in the orig * **Lightbox mode** - allows to open content in a lightbox, [read more](https://github.com/rvalitov/widgetkit-slideshow-ex/wiki/How-to-use-a-lightbox). * **Tooltips for all options** - it's much easier to use the widget, because tooltips are available for all settings. * **Update notifications** - you will be notified if new versions of the widget are available. +* **Multilingual interface**, translated into languages: + * **English** (en_GB) + * **Русский** (ru_RU) + * **Deutsch** (de_DE) + * Your language not listed? You can help with translation, [read more](https://github.com/rvalitov/widgetkit-slideshow-ex/wiki/Translation-issues). # Supported platforms -* The core code is based on Widgetkit 2.5.3, but it doesn't mean that the widget is outdated, because actually original widgets of Yootheme are rarely modified between Widgetkit versions. This widget should work with any Widgetkit 2.4.x and later (recommended 2.5.0+). Tested with Widgetkit 2.6.x, 2.7.x, 2.8.x, 2.9.x too. +* The core code is based on Widgetkit 2.5.3 and was updated since accordingly. This widget should work with any Widgetkit 2.4.x and later (recommended 2.5.0+). Tested with Widgetkit 2.6.x, 2.7.x, 2.8.x, 2.9.x. * PHP5 and PHP7 compatible * Joomla 3.4.x or later. Tested on Joomla 3.4.x, 3.5.x, 3.6.x. * Wordpress 4.4.x or later diff --git a/slideshow_ex/plugin.php b/slideshow_ex/plugin.php index e28b144..d9078ff 100644 --- a/slideshow_ex/plugin.php +++ b/slideshow_ex/plugin.php @@ -16,9 +16,9 @@ 'main' => 'YOOtheme\\Widgetkit\\Widget\\Widget', - 'plugin_version' => 'v1.3.2', + 'plugin_version' => 'v1.3.3', - 'plugin_date' => '02/01/2017', + 'plugin_date' => '19/01/2017', 'plugin_logo' => 'https://raw.githubusercontent.com/wiki/rvalitov/widgetkit-slideshow-ex/images/logo.jpg',