Changeset 2087448
- Timestamp:
- 05/14/2019 08:50:31 AM (7 years ago)
- Location:
- dashly
- Files:
-
- 11 added
- 2 edited
-
tags/1.1.2 (added)
-
tags/1.1.2/dashly.php (added)
-
tags/1.1.2/includes (added)
-
tags/1.1.2/includes/hooks.php (added)
-
tags/1.1.2/includes/main.php (added)
-
tags/1.1.2/languages (added)
-
tags/1.1.2/languages/dashly-ru_RU.mo (added)
-
tags/1.1.2/languages/dashly-ru_RU.po (added)
-
tags/1.1.2/languages/dashly.pot (added)
-
tags/1.1.2/options.php (added)
-
tags/1.1.2/readme.txt (added)
-
trunk/includes/hooks.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dashly/trunk/includes/hooks.php
r2044530 r2087448 15 15 if (isset($_COOKIE["dashly_uid"])) { 16 16 $dashlyUID = $_COOKIE["dashly_uid"]; 17 if ($product && $product-> id) {17 if ($product && $product->get_id()) { 18 18 /* 19 19 Getting product info: … … 23 23 - Product price 24 24 */ 25 $_product = wc_get_product($product-> id);25 $_product = wc_get_product($product->get_id()); 26 26 $image_id = $_product->get_image_id(); 27 27 if ($image_id) { … … 334 334 $image = wp_get_attachment_image_src($image_id, 'full'); 335 335 } 336 $price = $value['data']-> price;336 $price = $value['data']->get_price(); 337 337 $url = $_product->get_permalink(); 338 338 $name = $_product->get_title(); -
dashly/trunk/readme.txt
r2044530 r2087448 3 3 Tags: dashly, woocommerce, customer tracking, abandoned carts, lead collection, forms, live chat 4 4 Requires at least: 4.2.0 5 Tested up to: 5. 1.06 Stable tag: 1.1. 15 Tested up to: 5.2.0 6 Stable tag: 1.1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 [Dashly](https://www.dashly.app/?utm_source=woocommerce) combines all instruments for marketing automation, sales and communications. Supports WooCommerce 3.x .10 [Dashly](https://www.dashly.app/?utm_source=woocommerce) combines all instruments for marketing automation, sales and communications. Supports WooCommerce 3.x (tested up to 3.6.2). 11 11 12 12 == Description == … … 137 137 138 138 * Set headers to requests (so that Dashly don't think this plugin is a bot) 139 140 = 1.1.2 = 141 * Minor bug-fixes
Note: See TracChangeset
for help on using the changeset viewer.