Plugin Directory

Changeset 3453987


Ignore:
Timestamp:
02/04/2026 05:29:23 PM (2 weeks ago)
Author:
shift8
Message:

Fix website auth

Location:
shift8-integration-for-gravity-forms-and-sap-business-one/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shift8-integration-for-gravity-forms-and-sap-business-one/trunk/readme.txt

    r3453961 r3453987  
    55* Requires at least: 5.0
    66* Tested up to: 6.8
    7 * Stable tag: 1.3.4
     7* Stable tag: 1.3.5
    88* Requires PHP: 7.4
    99* License: GPLv3
     
    104104
    105105== Changelog ==
     106
     107= 1.3.5 =
     108* **FIX**: Removed URL format validation from Website field (accepts any text now)
    106109
    107110= 1.3.4 =
  • shift8-integration-for-gravity-forms-and-sap-business-one/trunk/shift8-gravitysap.php

    r3453961 r3453987  
    44 * Plugin URI: https://github.com/stardothosting/shift8-gravitysap
    55 * Description: Integrates Gravity Forms with SAP Business One, automatically creating Business Partners from form submissions.
    6  * Version: 1.3.4
     6 * Version: 1.3.5
    77 * Author: Shift8 Web
    88 * Author URI: https://shift8web.ca
     
    2828
    2929// Plugin constants
    30 define('SHIFT8_GRAVITYSAP_VERSION', '1.3.4');
     30define('SHIFT8_GRAVITYSAP_VERSION', '1.3.5');
    3131define('SHIFT8_GRAVITYSAP_PLUGIN_FILE', __FILE__);
    3232define('SHIFT8_GRAVITYSAP_PLUGIN_DIR', plugin_dir_path(__FILE__));
     
    659659                'max_length' => 254,
    660660                'required' => false,
    661                 'format' => 'url',
    662                 'description' => 'Website URL'
     661                'description' => 'Website'
    663662            ),
    664663            'GroupCode' => array(
Note: See TracChangeset for help on using the changeset viewer.