Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Dec 22, 2014
1 parent 7bae174 commit 0a1cb0c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gravityview.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: GravityView
* Plugin URI: http://gravityview.co
* Description: Create directories based on a Gravity Forms form, insert them using a shortcode, and modify how they output.
* Version: 1.5.2
* Version: 1.5.3
* Author: Katz Web Services, Inc.
* Author URI: http://www.katzwebservices.com
* Text Domain: gravityview
Expand Down Expand Up @@ -69,7 +69,7 @@
*/
final class GravityView_Plugin {

const version = '1.5.2';
const version = '1.5.3';

public static $theInstance;

Expand Down
2 changes: 2 additions & 0 deletions includes/class-common.php
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ public static function is_field_numeric( $form = null , $field = '' ) {
* @param $string array string to parse (not altered like in the original parse_str(), use the second parameter!)
* @param $result array If the second parameter is present, variables are stored in this variable as array elements
* @return bool true or false if $string is an empty string
* @since 1.5.3
*
* @author rubo77 at https://gist.github.com/rubo77/6821632
**/
Expand Down Expand Up @@ -780,6 +781,7 @@ public static function gv_parse_str( $string, &$result ) {
*
* @see http://php.net/manual/en/function.array-merge-recursive.php
*
* @since 1.5.3
* @param array $array1
* @param array $array2
* @return array
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GravityView #
**Tags:** gravity forms, directory, gravity forms directory
**Requires at least:** 3.3
**Tested up to:** 4.0
**Tested up to:** 4.1
**Stable tag:** trunk
**Contributors:** katzwebservices, luistinygod
**License:** GPL 3 or higher
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== GravityView ===
Tags: gravity forms, directory, gravity forms directory
Requires at least: 3.3
Tested up to: 4.0
Tested up to: 4.1
Stable tag: trunk
Contributors: katzwebservices, luistinygod
License: GPL 3 or higher
Expand Down

0 comments on commit 0a1cb0c

Please sign in to comment.