diff --git a/README.md b/README.md index 0e4c460..443e776 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![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) +![Version](https://img.shields.io/badge/Release-v1.3.4-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 @@ -11,7 +11,7 @@ * **Display content on top** - you can display content on top of the slides in an overlay. * **Use with your existing data** - you can easily convert your existing Slideshow widgets into SlideshowEx preserving all the data and options. * **Backward compatibility** - all other behavior, styling and features of the original [Slideshow widget](http://yootheme.com/demo/widgetkit/joomla/index.php/home/slideshow) are preserved. -* **Compatible with Yootheme Pro** - you can use MapEx with [Yootheme Pro](https://yootheme.com/pro/). +* **Compatible with Yootheme Pro** - you can use this widget with [Yootheme Pro](https://yootheme.com/pro/). ### Unique Features The new features that the SlideshowEx has and that are not available in the original Slideshow widget: diff --git a/slideshow_ex/plugin.php b/slideshow_ex/plugin.php index d9078ff..f414cf9 100644 --- a/slideshow_ex/plugin.php +++ b/slideshow_ex/plugin.php @@ -105,8 +105,6 @@ $app['scripts']->add('marked', 'plugins/widgets/slideshow_ex/assets/marked.min.js', array($uikit)); //Mailchimp for subscription: $app['scripts']->add('mailchimp', 'plugins/widgets/slideshow_ex/assets/jquery.formchimp.min.js', array($uikit)); - //jQuery form validator http://www.formvalidator.net/: - $app['scripts']->add('jquery-form-validator', 'https://cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.20/jquery.form-validator.min.js', array($uikit)); //Underscore.js $app['scripts']->add('underscore', 'plugins/widgets/slideshow_ex/assets/underscore-min.js', array($uikit)); //Semantic version compare diff --git a/slideshow_ex/views/WidgetkitExPlugin.php b/slideshow_ex/views/WidgetkitExPlugin.php index 53b4cbf..eca8f5e 100644 --- a/slideshow_ex/views/WidgetkitExPlugin.php +++ b/slideshow_ex/views/WidgetkitExPlugin.php @@ -853,14 +853,6 @@ public function printNewsletterInfo($appWK){