Plugin Directory

Changeset 3386867


Ignore:
Timestamp:
10/30/2025 07:33:24 AM (7 months ago)
Author:
CRMPerks
Message:

releasing 1.2.9

Location:
gf-zoho
Files:
4 edited
6 copied

Legend:

Unmodified
Added
Removed
  • gf-zoho/tags/1.2.9/gf-zoho.php

    r3379630 r3386867  
    33* Plugin Name: WP Gravity Forms Zoho Add-on
    44* Description: Integrates Gravity Forms with Zoho allowing form submissions to be automatically sent to your Zoho account
    5 * Version: 1.2.8
     5* Version: 1.2.9
    66* Requires at least: 3.8
    77* Author URI: https://www.crmperks.com
     
    2626  public  $id = 'vxg_zoho';
    2727  public  $domain = 'vxg-zoho';
    28   public  $version = "1.2.8";
     28  public  $version = "1.2.9";
    2929  public  $update_id = '30003';
    3030  public  $min_gravityforms_version = '1.3.9';
  • gf-zoho/tags/1.2.9/includes/plugin-pages.php

    r3052053 r3386867  
    919919}
    920920$redir= urldecode($_REQUEST['state'])."&".http_build_query($part);
    921 wp_redirect($redir);
     921wp_safe_redirect($redir);
    922922die();
    923923  }
  • gf-zoho/tags/1.2.9/readme.txt

    r3379630 r3386867  
    44Requires at least: 3.8
    55Tested up to: 6.8
    6 Stable tag: 1.2.8
    7 Version: 1.2.8
     6Stable tag: 1.2.9
     7Version: 1.2.9
    88Requires PHP: 5.3
    99License: GPLv3
     
    141141
    142142
     143= 1.2.9 =
     144* fixed "open redirect Vulnerability" issue.
     145
    143146= 1.2.8 =
    144147* added "textarea for custom value" feature.
  • gf-zoho/trunk/gf-zoho.php

    r3379630 r3386867  
    33* Plugin Name: WP Gravity Forms Zoho Add-on
    44* Description: Integrates Gravity Forms with Zoho allowing form submissions to be automatically sent to your Zoho account
    5 * Version: 1.2.8
     5* Version: 1.2.9
    66* Requires at least: 3.8
    77* Author URI: https://www.crmperks.com
     
    2626  public  $id = 'vxg_zoho';
    2727  public  $domain = 'vxg-zoho';
    28   public  $version = "1.2.8";
     28  public  $version = "1.2.9";
    2929  public  $update_id = '30003';
    3030  public  $min_gravityforms_version = '1.3.9';
  • gf-zoho/trunk/includes/plugin-pages.php

    r3052053 r3386867  
    919919}
    920920$redir= urldecode($_REQUEST['state'])."&".http_build_query($part);
    921 wp_redirect($redir);
     921wp_safe_redirect($redir);
    922922die();
    923923  }
  • gf-zoho/trunk/readme.txt

    r3379630 r3386867  
    44Requires at least: 3.8
    55Tested up to: 6.8
    6 Stable tag: 1.2.8
    7 Version: 1.2.8
     6Stable tag: 1.2.9
     7Version: 1.2.9
    88Requires PHP: 5.3
    99License: GPLv3
     
    141141
    142142
     143= 1.2.9 =
     144* fixed "open redirect Vulnerability" issue.
     145
    143146= 1.2.8 =
    144147* added "textarea for custom value" feature.
Note: See TracChangeset for help on using the changeset viewer.