Genesis Responsive Slider - Version 0.9.6

Version Description

  • WordPress compatibility
Download this release

Release Info

Developer nathanrice
Plugin Icon 128x128 Genesis Responsive Slider
Version 0.9.6
Comparing to
See all releases

Code changes from version 0.9.5 to 0.9.6

Files changed (3) hide show
  1. genesis-responsive-slider.php +2 -2
  2. package.json +16 -16
  3. 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.5
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": "^0.4.5",
11
- "grunt-autoprefixer": "^0.8.1",
12
- "grunt-checktextdomain": "^0.1.1",
13
- "grunt-contrib-cssmin": "^0.10.0",
14
- "grunt-contrib-imagemin": "^0.7.1",
15
- "grunt-contrib-jshint": "^0.10.0",
16
- "grunt-contrib-uglify": "^0.5.0",
17
- "grunt-contrib-watch": "^0.6.1",
18
- "grunt-csscomb": "~2.0.1",
19
- "grunt-jsbeautifier": "^0.2.7",
20
- "grunt-jsvalidate": "^0.2.2",
21
- "grunt-phplint": "0.0.5",
22
- "grunt-styledocco": "^0.1.4",
23
- "grunt-wp-i18n": "^0.4.5",
24
- "load-grunt-tasks": "^0.6.0"
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.5",
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.1
7
- Stable tag: 0.9.5
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