Changeset 1997848
- Timestamp:
- 12/19/2018 09:26:11 AM (7 years ago)
- Location:
- perzonalization
- Files:
-
- 11 added
- 2 deleted
- 2 edited
-
Yeni Metin Belgesi.txt (deleted)
-
tags/1.4.2 (deleted)
-
tags/1.4.3 (added)
-
tags/1.4.3/banner-772x250.png (added)
-
tags/1.4.3/icon-128x128.png (added)
-
tags/1.4.3/perzonalization.php (added)
-
tags/1.4.3/readme.txt (added)
-
tags/1.4.3/screenshot-1.png (added)
-
tags/1.4.3/screenshot-2.png (added)
-
tags/1.4.3/screenshot-3.png (added)
-
tags/1.4.3/screenshot-4.png (added)
-
tags/1.4.3/screenshot-5.png (added)
-
tags/1.4.3/screenshot-6.png (added)
-
trunk/perzonalization.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
perzonalization/trunk/perzonalization.php
r1719239 r1997848 3 3 * Plugin Name: Perzonalization - Recommendations in Real Time 4 4 * Plugin URI: perzonalization.com 5 * Version: 1.4. 26 * Description: With the help of more than abillion 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 API.5 * Version: 1.4.3 6 * Description: With the help of more than 2 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 API. 7 7 * Author: Perzonalization 8 8 * Author URI: http://www.perzonalization.com/woocommerce-plugin/ … … 389 389 } 390 390 391 //description: '{$post_content}', - this occasionally breaks json when it has html content 391 392 echo "<script type='text/javascript'> 392 393 var productDetailsForPrz = { 393 394 attributes: [$tags], 394 campaign: null,395 campaign: null, 395 396 canonicalUrl: '{$permalink}', 396 397 categories: [$cats], 397 description: '{$post_content}',398 398 id: '{$product_id}', 399 399 manufacturer: '{$manufacturer}', -
perzonalization/trunk/readme.txt
r1953977 r1997848 4 4 Requires at least: 4.0.0 5 5 Tested up to: 4.9.8 6 Stable tag: 1.4. 26 Stable tag: 1.4.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 108 108 == Changelog == 109 109 110 = 1.4.3 = 111 * Fixed a bug which prevents loading of recommendations on product detail page. 112 110 113 = 1.4.2 = 111 * Fixed a bug which prevents to load recommendations on thecart page.114 * Fixed a bug which prevents loading of recommendations on cart page. 112 115 113 116 = 1.4.1 =
Note: See TracChangeset
for help on using the changeset viewer.