From 8444ae312187c92e1bc7f85f1f6b426d7a851f1d Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Fri, 9 Feb 2018 15:23:41 +0300 Subject: [PATCH] version update to v1.4.0 --- README.md | 4 ++-- slideshow_ex/plugin.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7441b73..6dd9b0b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Version](https://img.shields.io/badge/Release-v1.3.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) +![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) ![SlideshowEx widget logo](https://raw.githubusercontent.com/wiki/rvalitov/widgetkit-slideshow-ex/images/logo.jpg) # Overview @@ -29,7 +29,7 @@ The new features that the SlideshowEx has and that are not available in the orig # Supported platforms * 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. +* Joomla 3.4.x or later. Tested on Joomla 3.4.x, 3.5.x, 3.6.x, 3.8.x. * Wordpress 4.4.x or later **Read full system requirements [here](https://github.com/rvalitov/widgetkit-slideshow-ex/wiki/System-requirements).** diff --git a/slideshow_ex/plugin.php b/slideshow_ex/plugin.php index 6ed1ae2..8a1997e 100644 --- a/slideshow_ex/plugin.php +++ b/slideshow_ex/plugin.php @@ -16,9 +16,9 @@ 'main' => 'YOOtheme\\Widgetkit\\Widget\\Widget', - 'plugin_version' => 'v1.3.7', + 'plugin_version' => 'v1.4.0', - 'plugin_date' => '14/03/2017', + 'plugin_date' => '09/02/2018', 'plugin_logo' => 'https://raw.githubusercontent.com/wiki/rvalitov/widgetkit-slideshow-ex/images/logo.jpg',