Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Version Bump to Reflect WordPress 5.2.2 Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-schaffer authored and marksabbath committed Aug 12, 2019
1 parent 4bbb7a3 commit 5f200a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions genesis-responsive-slider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Genesis Responsive Slider
* Plugin URI: https://www.studiopress.com
* Description: A responsive featured slider for the Genesis Framework.
* Version: 1.0.0
* Version: 1.0.1
* Author: StudioPress
* Author URI: https://www.studiopress.com
* License: GNU General Public License v2.0 (or later)
Expand All @@ -28,7 +28,7 @@
}

define( 'GENESIS_RESPONSIVE_SLIDER_SETTINGS_FIELD', 'genesis_responsive_slider_settings' );
define( 'GENESIS_RESPONSIVE_SLIDER_VERSION', '1.0.0' );
define( 'GENESIS_RESPONSIVE_SLIDER_VERSION', '1.0.1' );
define( 'GENESIS_RESPONSIVE_SLIDER_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'GENESIS_RESPONSIVE_SLIDER_PLUGIN_URL', plugins_url( '', __FILE__ ) );

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"description": "A responsive featured slider for the Genesis Framework.",
"author": "StudioPress",
"authoruri": "http://www.studiopress.com/",
"version": "0.9.6",
"version": "1.0.1",
"license": "GPL-2.0+",
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "genesis-simple-share"
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: marksabbath, nathanrice, studiopress, wpmuguru
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5553118
Tags: slider, slideshow, responsive, genesis, genesiswp, studiopress
Requires at least: 3.2
Tested up to: 5.1
Stable tag: 1.0.0
Tested up to: 5.2.2
Stable tag: 1.0.1

This plugin allows you to create a simple responsive slider that displays the featured image, along with the title and excerpt from each post.

Expand Down Expand Up @@ -66,6 +66,9 @@ function my_child_theme_responsive_slider_defaults( $defaults ) {

== Changelog ==

= 1.0.1 =
* Tested on WordPress 5.2.2

= 1.0.0 =
* Major restructuring
* Coding Standards compatibility
Expand Down

0 comments on commit 5f200a4

Please sign in to comment.