Changeset 926222
- Timestamp:
- 06/04/2014 07:08:34 AM (12 years ago)
- Location:
- gravity-forms-highrise-crm/trunk
- Files:
-
- 3 edited
-
gravity-forms-highrise-crm.php (modified) (4 diffs)
-
readme.md (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gravity-forms-highrise-crm/trunk/gravity-forms-highrise-crm.php
r899026 r926222 4 4 Plugin URI: https://github.com/bhays/gravity-forms-highrise-crm 5 5 Description: Integrates Gravity Forms with Highrise CRM allowing form submissions to be automatically sent to your Highrise account 6 Version: 2. 26 Version: 2.3 7 7 Author: Ben Hays 8 8 Author URI: http://benhays.com … … 35 35 private static $url = "http://www.gravityforms.com"; 36 36 private static $slug = "gravity-forms-highrise-crm"; 37 private static $version = "2. 1";37 private static $version = "2.3"; 38 38 private static $min_gravityforms_version = "1.5"; 39 39 private static $supported_fields = array( … … 1114 1114 'state' => $state_value, 1115 1115 'zip' => $zip_value, 1116 'country' => $country_value 1116 'country' => $country_value, 1117 1117 ); 1118 1118 } … … 1221 1221 1222 1222 //self::log_debug('Params post filter: '.print_r($params, true)); 1223 1224 // Get strings ready for XML 1225 array_walk_recursive($params, function (&$value) { 1226 $value = htmlentities($value, ENT_QUOTES, 'UTF-8'); 1227 }); 1223 1228 1224 1229 // Send info to Highrise -
gravity-forms-highrise-crm/trunk/readme.md
r899026 r926222 2 2 ========================== 3 3 4 Version 2. 24 Version 2.3 5 5 6 6 Send your Gravity Forms submissions to Highrise. … … 25 25 26 26 ## Changelog 27 28 ### 2.3 29 * Fix issue with ampersands in XML being sent to Highrise API 27 30 28 31 ### 2.2 -
gravity-forms-highrise-crm/trunk/readme.txt
r899026 r926222 5 5 Requires at least: 3.3 6 6 Tested up to: 3.9 7 Stable tag: 2. 27 Stable tag: 2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 46 46 == Changelog == 47 48 ### 2.3 49 * Fix issue with ampersands in XML being sent to Highrise API 47 50 48 51 ### 2.2
Note: See TracChangeset
for help on using the changeset viewer.