Skip to content

Commit

Permalink
version update to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalitov committed Feb 9, 2018
1 parent c2ee757 commit 17d7ef2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Version](https://img.shields.io/badge/Release-v1.4.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) ![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.4.1-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 @@ -18,6 +18,7 @@ The new features that the SlideshowEx has and that are not available in the orig

* **Clickable slide** - allows to make the whole slide clickable, [read more](https://github.com/rvalitov/widgetkit-slideshow-ex/wiki/How-to-make-the-whole-slide-clickable).
* **Lightbox mode** - allows to open content in a lightbox, [read more](https://github.com/rvalitov/widgetkit-slideshow-ex/wiki/How-to-use-a-lightbox).
* **Web accessibility support** - [read more](https://github.com/rvalitov/widgetkit-slideshow-ex/wiki/Accessibility).
* **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:
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.4.0',
'plugin_version' => 'v1.4.1',

'plugin_date' => '09/02/2018',
'plugin_date' => '10/02/2018',

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

Expand Down

0 comments on commit 17d7ef2

Please sign in to comment.