Changeset 3386867
- Timestamp:
- 10/30/2025 07:33:24 AM (7 months ago)
- Location:
- gf-zoho
- Files:
-
- 4 edited
- 6 copied
-
tags/1.2.9 (copied) (copied from gf-zoho/trunk)
-
tags/1.2.9/gf-zoho.php (copied) (copied from gf-zoho/trunk/gf-zoho.php) (2 diffs)
-
tags/1.2.9/includes/edit-form.php (copied) (copied from gf-zoho/trunk/includes/edit-form.php)
-
tags/1.2.9/includes/plugin-pages.php (modified) (1 diff)
-
tags/1.2.9/readme.txt (copied) (copied from gf-zoho/trunk/readme.txt) (2 diffs)
-
tags/1.2.9/templates/fields-mapping.php (copied) (copied from gf-zoho/trunk/templates/fields-mapping.php)
-
tags/1.2.9/templates/setting.php (copied) (copied from gf-zoho/trunk/templates/setting.php)
-
trunk/gf-zoho.php (modified) (2 diffs)
-
trunk/includes/plugin-pages.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gf-zoho/tags/1.2.9/gf-zoho.php
r3379630 r3386867 3 3 * Plugin Name: WP Gravity Forms Zoho Add-on 4 4 * Description: Integrates Gravity Forms with Zoho allowing form submissions to be automatically sent to your Zoho account 5 * Version: 1.2. 85 * Version: 1.2.9 6 6 * Requires at least: 3.8 7 7 * Author URI: https://www.crmperks.com … … 26 26 public $id = 'vxg_zoho'; 27 27 public $domain = 'vxg-zoho'; 28 public $version = "1.2. 8";28 public $version = "1.2.9"; 29 29 public $update_id = '30003'; 30 30 public $min_gravityforms_version = '1.3.9'; -
gf-zoho/tags/1.2.9/includes/plugin-pages.php
r3052053 r3386867 919 919 } 920 920 $redir= urldecode($_REQUEST['state'])."&".http_build_query($part); 921 wp_ redirect($redir);921 wp_safe_redirect($redir); 922 922 die(); 923 923 } -
gf-zoho/tags/1.2.9/readme.txt
r3379630 r3386867 4 4 Requires at least: 3.8 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 87 Version: 1.2. 86 Stable tag: 1.2.9 7 Version: 1.2.9 8 8 Requires PHP: 5.3 9 9 License: GPLv3 … … 141 141 142 142 143 = 1.2.9 = 144 * fixed "open redirect Vulnerability" issue. 145 143 146 = 1.2.8 = 144 147 * added "textarea for custom value" feature. -
gf-zoho/trunk/gf-zoho.php
r3379630 r3386867 3 3 * Plugin Name: WP Gravity Forms Zoho Add-on 4 4 * Description: Integrates Gravity Forms with Zoho allowing form submissions to be automatically sent to your Zoho account 5 * Version: 1.2. 85 * Version: 1.2.9 6 6 * Requires at least: 3.8 7 7 * Author URI: https://www.crmperks.com … … 26 26 public $id = 'vxg_zoho'; 27 27 public $domain = 'vxg-zoho'; 28 public $version = "1.2. 8";28 public $version = "1.2.9"; 29 29 public $update_id = '30003'; 30 30 public $min_gravityforms_version = '1.3.9'; -
gf-zoho/trunk/includes/plugin-pages.php
r3052053 r3386867 919 919 } 920 920 $redir= urldecode($_REQUEST['state'])."&".http_build_query($part); 921 wp_ redirect($redir);921 wp_safe_redirect($redir); 922 922 die(); 923 923 } -
gf-zoho/trunk/readme.txt
r3379630 r3386867 4 4 Requires at least: 3.8 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 87 Version: 1.2. 86 Stable tag: 1.2.9 7 Version: 1.2.9 8 8 Requires PHP: 5.3 9 9 License: GPLv3 … … 141 141 142 142 143 = 1.2.9 = 144 * fixed "open redirect Vulnerability" issue. 145 143 146 = 1.2.8 = 144 147 * added "textarea for custom value" feature.
Note: See TracChangeset
for help on using the changeset viewer.