Skip to content

Commit

Permalink
version update to v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalitov committed Jan 19, 2017
1 parent d566141 commit 3e549df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions slideshow_ex/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit 3e549df

Please sign in to comment.