Changeset 2138732
- Timestamp:
- 08/13/2019 09:52:16 AM (7 years ago)
- Location:
- perzonalization
- Files:
-
- 11 added
- 1 deleted
- 2 edited
-
tags/1.4.5 (deleted)
-
tags/1.4.6 (added)
-
tags/1.4.6/banner-772x250.png (added)
-
tags/1.4.6/icon-128x128.png (added)
-
tags/1.4.6/perzonalization.php (added)
-
tags/1.4.6/readme.txt (added)
-
tags/1.4.6/screenshot-1.png (added)
-
tags/1.4.6/screenshot-2.png (added)
-
tags/1.4.6/screenshot-3.png (added)
-
tags/1.4.6/screenshot-4.png (added)
-
tags/1.4.6/screenshot-5.png (added)
-
tags/1.4.6/screenshot-6.png (added)
-
trunk/perzonalization.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
perzonalization/trunk/perzonalization.php
r2132234 r2138732 3 3 * Plugin Name: Perzonalization - AI Related Products & Upsell 4 4 * Plugin URI: perzonalization.com 5 * Version: 1.4. 55 * Version: 1.4.6 6 6 * Description: With the help of more than 3 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 … … 552 552 };</script>"; 553 553 } 554 if (is_cart()) { 554 555 if (is_cart()) { 555 556 $user_id = get_current_user_id(); 556 557 echo "<script type='text/javascript'> … … 558 559 instanceGuid: '{$guid}', 559 560 pageType: 'basket', 561 userId: '{$user_id}' 562 };</script>"; 563 } 564 565 if (is_404()) { 566 $user_id = get_current_user_id(); 567 echo "<script type='text/javascript'> 568 var detailsForPrz = { 569 instanceGuid: '{$guid}', 570 pageType: '404', 560 571 userId: '{$user_id}' 561 572 };</script>"; -
perzonalization/trunk/readme.txt
r2132234 r2138732 4 4 Requires at least: 4.0.0 5 5 Tested up to: 5.2 6 Stable tag: 1.4. 56 Stable tag: 1.4.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 125 125 == Changelog == 126 126 127 = 1.4.6 = 128 * Added 404 page support. 129 127 130 = 1.4.5 = 128 131 * Fixed a bug that caused wrong rec. blocks to be displayed in basket pages.
Note: See TracChangeset
for help on using the changeset viewer.