Version Description
Download this release
Release Info
Developer | FARAZFRANK |
Plugin | Ultimate Responsive Image Slider Plugin |
Version | 3.2.6 |
Comparing to | |
See all releases |
Code changes from version 3.2.5 to 3.2.6
- readme.txt +5 -4
- ultimate-responsive-image-slider.php +2 -2
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Ultimate Responsive Image Slider Plugin ===
|
2 |
-
Contributors: FARAZFRANK
|
3 |
Donate link: https://www.wpfrank.com/
|
4 |
Tags: slider, best slider plugin, image slide show, responsive slider, wordpress image slider plugin
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.9.8
|
7 |
-
Stable tag: 3.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -19,8 +19,6 @@ This responsive slider plugin has various settings like customizable height and
|
|
19 |
|
20 |
Copy and paste [URIS id=123] shortcode, you can publish this responsive image slider plugin on any Page or Post on your WordPress website.
|
21 |
|
22 |
-
https://www.youtube.com/watch?v=TtJsmusrJpg
|
23 |
-
|
24 |
**Free Plugin Features:**
|
25 |
|
26 |
*Fully Responsive Slider Plugin
|
@@ -125,6 +123,9 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/ultimat
|
|
125 |
== Changelog ==
|
126 |
For more information, see [WP Frank](https://wpfrank.com/)
|
127 |
|
|
|
|
|
|
|
128 |
= V 3.2.5 =
|
129 |
- continuty update
|
130 |
|
1 |
=== Ultimate Responsive Image Slider Plugin ===
|
2 |
+
Contributors: FARAZFRANK, weblizar
|
3 |
Donate link: https://www.wpfrank.com/
|
4 |
Tags: slider, best slider plugin, image slide show, responsive slider, wordpress image slider plugin
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.9.8
|
7 |
+
Stable tag: 3.2.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
19 |
|
20 |
Copy and paste [URIS id=123] shortcode, you can publish this responsive image slider plugin on any Page or Post on your WordPress website.
|
21 |
|
|
|
|
|
22 |
**Free Plugin Features:**
|
23 |
|
24 |
*Fully Responsive Slider Plugin
|
123 |
== Changelog ==
|
124 |
For more information, see [WP Frank](https://wpfrank.com/)
|
125 |
|
126 |
+
= V 3.2.6 =
|
127 |
+
- continuty update
|
128 |
+
|
129 |
= V 3.2.5 =
|
130 |
- continuty update
|
131 |
|
ultimate-responsive-image-slider.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Ultimate Responsive Image Slider
|
4 |
Plugin URI: https://wordpress.org/plugins/ultimate-responsive-image-slider/
|
5 |
Description: Add unlimited image slides using Ultimate Responsive Image Slider in any Page and Post content to give an attractive mode to represent contents.
|
6 |
-
Version: 3.2.
|
7 |
Author: WP Frank
|
8 |
Author URI: https://wpfrank.com/
|
9 |
Text Domain: ultimate-responsive-image-slider
|
@@ -133,7 +133,7 @@ class URIS {
|
|
133 |
* Translate Plugin
|
134 |
*/
|
135 |
public function WRIS_Translate() {
|
136 |
-
load_plugin_textdomain('
|
137 |
}
|
138 |
|
139 |
// Register Custom Post Type
|
3 |
Plugin Name: Ultimate Responsive Image Slider
|
4 |
Plugin URI: https://wordpress.org/plugins/ultimate-responsive-image-slider/
|
5 |
Description: Add unlimited image slides using Ultimate Responsive Image Slider in any Page and Post content to give an attractive mode to represent contents.
|
6 |
+
Version: 3.2.6
|
7 |
Author: WP Frank
|
8 |
Author URI: https://wpfrank.com/
|
9 |
Text Domain: ultimate-responsive-image-slider
|
133 |
* Translate Plugin
|
134 |
*/
|
135 |
public function WRIS_Translate() {
|
136 |
+
load_plugin_textdomain('ultimate-responsive-image-slider', FALSE, dirname( plugin_basename(__FILE__)).'/languages/' );
|
137 |
}
|
138 |
|
139 |
// Register Custom Post Type
|