Changeset 3453987
- Timestamp:
- 02/04/2026 05:29:23 PM (2 weeks ago)
- Location:
- shift8-integration-for-gravity-forms-and-sap-business-one/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
shift8-gravitysap.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shift8-integration-for-gravity-forms-and-sap-business-one/trunk/readme.txt
r3453961 r3453987 5 5 * Requires at least: 5.0 6 6 * Tested up to: 6.8 7 * Stable tag: 1.3. 47 * Stable tag: 1.3.5 8 8 * Requires PHP: 7.4 9 9 * License: GPLv3 … … 104 104 105 105 == Changelog == 106 107 = 1.3.5 = 108 * **FIX**: Removed URL format validation from Website field (accepts any text now) 106 109 107 110 = 1.3.4 = -
shift8-integration-for-gravity-forms-and-sap-business-one/trunk/shift8-gravitysap.php
r3453961 r3453987 4 4 * Plugin URI: https://github.com/stardothosting/shift8-gravitysap 5 5 * Description: Integrates Gravity Forms with SAP Business One, automatically creating Business Partners from form submissions. 6 * Version: 1.3. 46 * Version: 1.3.5 7 7 * Author: Shift8 Web 8 8 * Author URI: https://shift8web.ca … … 28 28 29 29 // Plugin constants 30 define('SHIFT8_GRAVITYSAP_VERSION', '1.3. 4');30 define('SHIFT8_GRAVITYSAP_VERSION', '1.3.5'); 31 31 define('SHIFT8_GRAVITYSAP_PLUGIN_FILE', __FILE__); 32 32 define('SHIFT8_GRAVITYSAP_PLUGIN_DIR', plugin_dir_path(__FILE__)); … … 659 659 'max_length' => 254, 660 660 'required' => false, 661 'format' => 'url', 662 'description' => 'Website URL' 661 'description' => 'Website' 663 662 ), 664 663 'GroupCode' => array(
Note: See TracChangeset
for help on using the changeset viewer.