Changeset 2419468
- Timestamp:
- 11/16/2020 03:48:53 PM (5 years ago)
- Location:
- perzonalization
- Files:
-
- 4 edited
-
tags/1.5.2/perzonalization.php (modified) (3 diffs)
-
tags/1.5.2/readme.txt (modified) (2 diffs)
-
trunk/perzonalization.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
perzonalization/tags/1.5.2/perzonalization.php
r2400892 r2419468 3 3 * Plugin Name: Perzonalization - AI Powered Personalization That Sells 4 4 * Plugin URI: perzonalization.com 5 * Version: 1.5. 25 * Version: 1.5.3 6 6 * Description: With the help of more than 5 billion pages we have personalized so far, we have learned that understanding the visitor is the key in personalizing an online store. That is why we not only analyse behaviours around products but also the visitor's individual preferences and similar users' preferences. Works with activated wooCommerce REST API. 7 7 * Author: Perzonalization … … 383 383 // product image 384 384 $product_img = wp_get_attachment_url(get_post_thumbnail_id()); 385 $product_img2 = wp_get_attachment_image_url($product->get_image_id()); 385 386 $product_attributes = $product->get_attributes(); 386 387 … … 496 497 salesPrice : '{$sale_price}', 497 498 thumbnailUrl : '{$product_img}', 499 thumbnailUrl2 : '{$product_img2}', 498 500 variantsOnSale: [ 499 501 {$var_onsale} -
perzonalization/tags/1.5.2/readme.txt
r2400892 r2419468 4 4 Requires at least: 4.0.0 5 5 Tested up to: 5.5 6 Stable tag: 1.5. 26 Stable tag: 1.5.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 129 129 == Changelog == 130 130 131 = 1.5.3 = 132 * Safe fallback for thumbnail parsing 133 131 134 = 1.5.2 = 132 135 * Retiring manufacturer taxonomy registration. -
perzonalization/trunk/perzonalization.php
r2400892 r2419468 3 3 * Plugin Name: Perzonalization - AI Powered Personalization That Sells 4 4 * Plugin URI: perzonalization.com 5 * Version: 1.5. 25 * Version: 1.5.3 6 6 * Description: With the help of more than 5 billion pages we have personalized so far, we have learned that understanding the visitor is the key in personalizing an online store. That is why we not only analyse behaviours around products but also the visitor's individual preferences and similar users' preferences. Works with activated wooCommerce REST API. 7 7 * Author: Perzonalization … … 383 383 // product image 384 384 $product_img = wp_get_attachment_url(get_post_thumbnail_id()); 385 $product_img2 = wp_get_attachment_image_url($product->get_image_id()); 385 386 $product_attributes = $product->get_attributes(); 386 387 … … 496 497 salesPrice : '{$sale_price}', 497 498 thumbnailUrl : '{$product_img}', 499 thumbnailUrl2 : '{$product_img2}', 498 500 variantsOnSale: [ 499 501 {$var_onsale} -
perzonalization/trunk/readme.txt
r2400892 r2419468 4 4 Requires at least: 4.0.0 5 5 Tested up to: 5.5 6 Stable tag: 1.5. 26 Stable tag: 1.5.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 129 129 == Changelog == 130 130 131 = 1.5.3 = 132 * Safe fallback for thumbnail parsing 133 131 134 = 1.5.2 = 132 135 * Retiring manufacturer taxonomy registration.
Note: See TracChangeset
for help on using the changeset viewer.