Changeset 3359410
- Timestamp:
- 09/10/2025 07:10:19 PM (7 months ago)
- Location:
- helloextend-protection/trunk
- Files:
-
- 3 edited
-
helloextend-protection.php (modified) (1 diff)
-
includes/class-helloextend-protection-orders.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
helloextend-protection/trunk/helloextend-protection.php
r3358723 r3359410 17 17 * Plugin URI: https://docs.extend.com/docs/extend-protection-plugin-for-woocommerce 18 18 * Description: Extend Protection for Woocommerce. Allows WooCommerce merchants to offer product and shipping protection to their customers. 19 * Version: 1.2. 019 * Version: 1.2.1 20 20 * Author: Extend, Inc. 21 21 * Author URI: https://extend.com/ -
helloextend-protection/trunk/includes/class-helloextend-protection-orders.php
r3358723 r3359410 246 246 'title' => $product->get_name(), 247 247 'category' => $first_category, 248 'listPrice' => $this->get_price_in_cents($product->get_regular_price() * 100),249 'purchasePrice' => $this->get_price_in_cents($product->get_price() * 100),248 'listPrice' => $this->get_price_in_cents($product->get_regular_price()), 249 'purchasePrice' => $this->get_price_in_cents($product->get_price()), 250 250 'purchaseDate' => $order->get_data()['date_created']->getTimestamp() * 1000, 251 251 'imageUrl' => $image_url -
helloextend-protection/trunk/readme.txt
r3358723 r3359410 6 6 Requires at least: 4.0 7 7 Tested up to: 6.8 8 Stable tag: 1.2. 08 Stable tag: 1.2.1 9 9 Requires PHP: 7.4 10 10 License: GPLv2 or later … … 80 80 == Changelog == 81 81 82 = 1.2.1 2025-09-09 = 83 * Hotfix: Resolved price being double scaled on order creation 84 82 85 = 1.2.0 2025-09-09 = 83 86 * Feature - Customers now have the option to purchase a protection plan after their initial purchase. Contact Extend to learn more.
Note: See TracChangeset
for help on using the changeset viewer.