Plugin Directory

Changeset 3160088


Ignore:
Timestamp:
09/30/2024 08:28:55 PM (18 months ago)
Author:
clickshipfc
Message:

Fetch Address lines in Checkout Rates Request

Location:
clickship/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • clickship/trunk/clickship.php

    r3014302 r3160088  
    99 *
    1010 * @link              https://www.clickship.com/
    11  * @since             1.0.1
     11 * @since             1.0.0
    1212 * @package           Clickship
    1313 *
     
    1616 * Plugin URI:        https://www.clickship.com/
    1717 * Description:       We provide shipping rates at checkout to your customers.
    18  * Version:           1.0.1
     18 * Version:           1.0.2
    1919 * Author:            ClickShip
    2020 * Author URI:        https://www.clickship.com/
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define('CLICKSHIP_VERSION', '1.0.1');
     36define('CLICKSHIP_VERSION', '1.0.2');
    3737define('CLICKSHIP_MIN_PHP_VERSION', '7.2');
    3838define('CLICKSHIP_MIN_WP_VERSION', '5.8');
  • clickship/trunk/includes/class-clickship-shipping.php

    r3014299 r3160088  
    162162            $desination['email'] = "";         
    163163            $desination['phone'] = "";
     164            $desination['address1'] = sanitize_text_field($package['destination']['address']);
     165            $desination['address2'] = sanitize_text_field($package['destination']['address_2']);
    164166        }
    165167
  • clickship/trunk/readme.txt

    r3014299 r3160088  
    55Tested up to: 6.4.2
    66Requires PHP: 7.2
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GNU General Public License v3.0
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.