Version Description
- WordPress compatibility
Download this release
Release Info
| Developer | nathanrice |
| Plugin | |
| Version | 0.9.6 |
| Comparing to | |
| See all releases | |
Code changes from version 0.9.5 to 0.9.6
- genesis-responsive-slider.php +2 -2
- package.json +16 -16
- readme.txt +5 -2
genesis-responsive-slider.php
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
Author: StudioPress
|
| 7 |
Author URI: http://www.studiopress.com
|
| 8 |
|
| 9 |
-
Version: 0.9.
|
| 10 |
|
| 11 |
Text Domain: genesis-responsive-slider
|
| 12 |
Domain Path: /languages
|
|
@@ -444,4 +444,4 @@ function genesis_responsive_slider_option( $key ) {
|
|
| 444 |
return false;
|
| 445 |
|
| 446 |
echo genesis_get_responsive_slider_option( $key );
|
| 447 |
-
}
|
| 6 |
Author: StudioPress
|
| 7 |
Author URI: http://www.studiopress.com
|
| 8 |
|
| 9 |
+
Version: 0.9.6
|
| 10 |
|
| 11 |
Text Domain: genesis-responsive-slider
|
| 12 |
Domain Path: /languages
|
| 444 |
return false;
|
| 445 |
|
| 446 |
echo genesis_get_responsive_slider_option( $key );
|
| 447 |
+
}
|
package.json
CHANGED
|
@@ -7,21 +7,21 @@
|
|
| 7 |
},
|
| 8 |
"dependencies": {},
|
| 9 |
"devDependencies": {
|
| 10 |
-
"grunt": "
|
| 11 |
-
"grunt-autoprefixer": "
|
| 12 |
-
"grunt-checktextdomain": "
|
| 13 |
-
"grunt-contrib-cssmin": "
|
| 14 |
-
"grunt-contrib-imagemin": "
|
| 15 |
-
"grunt-contrib-jshint": "
|
| 16 |
-
"grunt-contrib-uglify": "
|
| 17 |
-
"grunt-contrib-watch": "
|
| 18 |
-
"grunt-csscomb": "
|
| 19 |
-
"grunt-jsbeautifier": "
|
| 20 |
-
"grunt-jsvalidate": "
|
| 21 |
-
"grunt-phplint": "
|
| 22 |
-
"grunt-styledocco": "
|
| 23 |
-
"grunt-wp-i18n": "
|
| 24 |
-
"load-grunt-tasks": "
|
| 25 |
},
|
| 26 |
"plugin": {
|
| 27 |
"name": "Genesis Responsive Slider",
|
|
@@ -29,7 +29,7 @@
|
|
| 29 |
"description": "A responsive featured slider for the Genesis Framework.",
|
| 30 |
"author": "StudioPress",
|
| 31 |
"authoruri": "http://www.studiopress.com/",
|
| 32 |
-
"version": "0.9.
|
| 33 |
"license": "GPL-2.0+",
|
| 34 |
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
|
| 35 |
"textdomain": "genesis-simple-share"
|
| 7 |
},
|
| 8 |
"dependencies": {},
|
| 9 |
"devDependencies": {
|
| 10 |
+
"grunt": "*",
|
| 11 |
+
"grunt-autoprefixer": "*",
|
| 12 |
+
"grunt-checktextdomain": "*",
|
| 13 |
+
"grunt-contrib-cssmin": "*",
|
| 14 |
+
"grunt-contrib-imagemin": "*",
|
| 15 |
+
"grunt-contrib-jshint": "*",
|
| 16 |
+
"grunt-contrib-uglify": "*",
|
| 17 |
+
"grunt-contrib-watch": "*",
|
| 18 |
+
"grunt-csscomb": "*",
|
| 19 |
+
"grunt-jsbeautifier": "*",
|
| 20 |
+
"grunt-jsvalidate": "*",
|
| 21 |
+
"grunt-phplint": "*",
|
| 22 |
+
"grunt-styledocco": "*",
|
| 23 |
+
"grunt-wp-i18n": "*",
|
| 24 |
+
"load-grunt-tasks": "*"
|
| 25 |
},
|
| 26 |
"plugin": {
|
| 27 |
"name": "Genesis Responsive Slider",
|
| 29 |
"description": "A responsive featured slider for the Genesis Framework.",
|
| 30 |
"author": "StudioPress",
|
| 31 |
"authoruri": "http://www.studiopress.com/",
|
| 32 |
+
"version": "0.9.6",
|
| 33 |
"license": "GPL-2.0+",
|
| 34 |
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
|
| 35 |
"textdomain": "genesis-simple-share"
|
readme.txt
CHANGED
|
@@ -3,8 +3,8 @@ Contributors: nathanrice, studiopress, wpmuguru
|
|
| 3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5553118
|
| 4 |
Tags: slider, slideshow, responsive, genesis, genesiswp, studiopress
|
| 5 |
Requires at least: 3.2
|
| 6 |
-
Tested up to: 4.3
|
| 7 |
-
Stable tag: 0.9.
|
| 8 |
|
| 9 |
This plugin allows you to create a simple responsive slider that displays the featured image, along with the title and excerpt from each post.
|
| 10 |
|
|
@@ -66,6 +66,9 @@ function my_child_theme_responsive_slider_defaults( $defaults ) {
|
|
| 66 |
|
| 67 |
== Changelog ==
|
| 68 |
|
|
|
|
|
|
|
|
|
|
| 69 |
= 0.9.5 =
|
| 70 |
* Plugin header i18n
|
| 71 |
|
| 3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5553118
|
| 4 |
Tags: slider, slideshow, responsive, genesis, genesiswp, studiopress
|
| 5 |
Requires at least: 3.2
|
| 6 |
+
Tested up to: 4.8.3
|
| 7 |
+
Stable tag: 0.9.6
|
| 8 |
|
| 9 |
This plugin allows you to create a simple responsive slider that displays the featured image, along with the title and excerpt from each post.
|
| 10 |
|
| 66 |
|
| 67 |
== Changelog ==
|
| 68 |
|
| 69 |
+
= 0.9.6 =
|
| 70 |
+
* WordPress compatibility
|
| 71 |
+
|
| 72 |
= 0.9.5 =
|
| 73 |
* Plugin header i18n
|
| 74 |
|
