Changeset 2319085
- Timestamp:
- 06/05/2020 04:45:25 PM (6 years ago)
- Location:
- integration-for-luminate-and-gravity-forms
- Files:
-
- 4 deleted
- 3 edited
- 8 copied
-
tags/1.2.3 (copied) (copied from integration-for-luminate-and-gravity-forms/trunk)
-
tags/1.2.3/ConvioOpenAPI.php (deleted)
-
tags/1.2.3/assets/css/gravityforms-luminate.min.css (deleted)
-
tags/1.2.3/assets/js/gravityforms-luminate.js (copied) (copied from integration-for-luminate-and-gravity-forms/trunk/assets/js/gravityforms-luminate.js)
-
tags/1.2.3/assets/js/gravityforms-luminate.min.js (deleted)
-
tags/1.2.3/assets/js/vendor/hideshowpassword (copied) (copied from integration-for-luminate-and-gravity-forms/trunk/assets/js/vendor/hideshowpassword)
-
tags/1.2.3/class-gf-luminate.php (deleted)
-
tags/1.2.3/gravityforms-luminate.php (copied) (copied from integration-for-luminate-and-gravity-forms/trunk/gravityforms-luminate.php) (1 diff)
-
tags/1.2.3/inc (copied) (copied from integration-for-luminate-and-gravity-forms/trunk/inc)
-
tags/1.2.3/inc/class-gf-luminate.php (copied) (copied from integration-for-luminate-and-gravity-forms/trunk/inc/class-gf-luminate.php)
-
tags/1.2.3/inc/class-wp-http-luminate.php (copied) (copied from integration-for-luminate-and-gravity-forms/trunk/inc/class-wp-http-luminate.php) (1 diff)
-
tags/1.2.3/readme.txt (copied) (copied from integration-for-luminate-and-gravity-forms/trunk/readme.txt) (2 diffs)
-
trunk/gravityforms-luminate.php (modified) (1 diff)
-
trunk/inc/class-wp-http-luminate.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
integration-for-luminate-and-gravity-forms/tags/1.2.3/gravityforms-luminate.php
r2269475 r2319085 4 4 Plugin URI: https://cornershopcreative.com/product/gravity-forms-add-ons/ 5 5 Description: Integrates Gravity Forms with Luminate CRM, allowing form submissions to automatically create/update Constituents, map submissions to surveys (targets Convio Constituents Only and surveys, NOT Alerts) 6 Version: 1.2. 216 Version: 1.2.3 7 7 Author: Cornershop Creative 8 8 Author URI: https://cornershopcreative.com -
integration-for-luminate-and-gravity-forms/tags/1.2.3/inc/class-wp-http-luminate.php
r2269475 r2319085 96 96 // or subdomain, then convert this host to the format that we expect to prevent API errors 97 97 // Remove non-alphanumeric characters except for dashes 98 $host = preg_replace( '/[^\w -\.]/', '', $host );98 $host = preg_replace( '/[^\w\.-]/', '', $host ); 99 99 100 100 return $host; -
integration-for-luminate-and-gravity-forms/tags/1.2.3/readme.txt
r2269475 r2319085 4 4 Requires at least: 3.6 5 5 Requires PHP: 7.0 6 Tested up to: 5. 3.26 Tested up to: 5.4.1 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 65 65 66 66 == Changelog == 67 68 = 1.2.3 = 69 * Fix regular expression for improved compatibility with PHP 7.3 67 70 68 71 = 1.2.21 = -
integration-for-luminate-and-gravity-forms/trunk/gravityforms-luminate.php
r2269475 r2319085 4 4 Plugin URI: https://cornershopcreative.com/product/gravity-forms-add-ons/ 5 5 Description: Integrates Gravity Forms with Luminate CRM, allowing form submissions to automatically create/update Constituents, map submissions to surveys (targets Convio Constituents Only and surveys, NOT Alerts) 6 Version: 1.2. 216 Version: 1.2.3 7 7 Author: Cornershop Creative 8 8 Author URI: https://cornershopcreative.com -
integration-for-luminate-and-gravity-forms/trunk/inc/class-wp-http-luminate.php
r2269475 r2319085 96 96 // or subdomain, then convert this host to the format that we expect to prevent API errors 97 97 // Remove non-alphanumeric characters except for dashes 98 $host = preg_replace( '/[^\w -\.]/', '', $host );98 $host = preg_replace( '/[^\w\.-]/', '', $host ); 99 99 100 100 return $host; -
integration-for-luminate-and-gravity-forms/trunk/readme.txt
r2269475 r2319085 4 4 Requires at least: 3.6 5 5 Requires PHP: 7.0 6 Tested up to: 5. 3.26 Tested up to: 5.4.1 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 65 65 66 66 == Changelog == 67 68 = 1.2.3 = 69 * Fix regular expression for improved compatibility with PHP 7.3 67 70 68 71 = 1.2.21 =
Note: See TracChangeset
for help on using the changeset viewer.