Skip to content

Commit 0a1cb0c

Browse files
committed
Version bump
1 parent 7bae174 commit 0a1cb0c

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

gravityview.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Plugin Name: GravityView
1515
* Plugin URI: http://gravityview.co
1616
* Description: Create directories based on a Gravity Forms form, insert them using a shortcode, and modify how they output.
17-
* Version: 1.5.2
17+
* Version: 1.5.3
1818
* Author: Katz Web Services, Inc.
1919
* Author URI: http://www.katzwebservices.com
2020
* Text Domain: gravityview
@@ -69,7 +69,7 @@
6969
*/
7070
final class GravityView_Plugin {
7171

72-
const version = '1.5.2';
72+
const version = '1.5.3';
7373

7474
public static $theInstance;
7575

includes/class-common.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ public static function is_field_numeric( $form = null , $field = '' ) {
750750
* @param $string array string to parse (not altered like in the original parse_str(), use the second parameter!)
751751
* @param $result array If the second parameter is present, variables are stored in this variable as array elements
752752
* @return bool true or false if $string is an empty string
753+
* @since 1.5.3
753754
*
754755
* @author rubo77 at https://gist.github.com/rubo77/6821632
755756
**/
@@ -780,6 +781,7 @@ public static function gv_parse_str( $string, &$result ) {
780781
*
781782
* @see http://php.net/manual/en/function.array-merge-recursive.php
782783
*
784+
* @since 1.5.3
783785
* @param array $array1
784786
* @param array $array2
785787
* @return array

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GravityView #
22
**Tags:** gravity forms, directory, gravity forms directory
33
**Requires at least:** 3.3
4-
**Tested up to:** 4.0
4+
**Tested up to:** 4.1
55
**Stable tag:** trunk
66
**Contributors:** katzwebservices, luistinygod
77
**License:** GPL 3 or higher

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== GravityView ===
22
Tags: gravity forms, directory, gravity forms directory
33
Requires at least: 3.3
4-
Tested up to: 4.0
4+
Tested up to: 4.1
55
Stable tag: trunk
66
Contributors: katzwebservices, luistinygod
77
License: GPL 3 or higher

0 commit comments

Comments
 (0)