Changeset 3160088
- Timestamp:
- 09/30/2024 08:28:55 PM (18 months ago)
- Location:
- clickship/trunk
- Files:
-
- 3 edited
-
clickship.php (modified) (3 diffs)
-
includes/class-clickship-shipping.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clickship/trunk/clickship.php
r3014302 r3160088 9 9 * 10 10 * @link https://www.clickship.com/ 11 * @since 1.0. 111 * @since 1.0.0 12 12 * @package Clickship 13 13 * … … 16 16 * Plugin URI: https://www.clickship.com/ 17 17 * Description: We provide shipping rates at checkout to your customers. 18 * Version: 1.0. 118 * Version: 1.0.2 19 19 * Author: ClickShip 20 20 * Author URI: https://www.clickship.com/ … … 34 34 * Rename this for your plugin and update it as you release new versions. 35 35 */ 36 define('CLICKSHIP_VERSION', '1.0. 1');36 define('CLICKSHIP_VERSION', '1.0.2'); 37 37 define('CLICKSHIP_MIN_PHP_VERSION', '7.2'); 38 38 define('CLICKSHIP_MIN_WP_VERSION', '5.8'); -
clickship/trunk/includes/class-clickship-shipping.php
r3014299 r3160088 162 162 $desination['email'] = ""; 163 163 $desination['phone'] = ""; 164 $desination['address1'] = sanitize_text_field($package['destination']['address']); 165 $desination['address2'] = sanitize_text_field($package['destination']['address_2']); 164 166 } 165 167 -
clickship/trunk/readme.txt
r3014299 r3160088 5 5 Tested up to: 6.4.2 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.