Plugin Directory

Changeset 2008339


Ignore:
Timestamp:
01/08/2019 10:31:27 AM (7 years ago)
Author:
Perzonalization
Message:

1.4.5 update, fixing pageType=home bug in cart pages

Location:
perzonalization
Files:
11 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • perzonalization/trunk/perzonalization.php

    r1997848 r2008339  
    33 * Plugin Name: Perzonalization  - Recommendations in Real Time
    44 * Plugin URI: perzonalization.com
    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.
     5 * Version:  1.4.5
     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.
    77 * Author: Perzonalization
    88 * Author URI: http://www.perzonalization.com/woocommerce-plugin/
     
    557557                  var detailsForPrz = {
    558558                    instanceGuid: '{$guid}',
    559                     pageType: 'home',
     559                    pageType: 'basket',
    560560                    userId: '{$user_id}'
    561561                  };</script>";
  • perzonalization/trunk/readme.txt

    r2005563 r2008339  
    44Requires at least: 4.0.0
    55Tested up to: 4.9.8
    6 Stable tag: 1.4.4
     6Stable tag: 1.4.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    125125== Changelog ==
    126126
     127= 1.4.5 =
     128* Fixed a bug that caused wrong rec. blocks to be displayed in basket pages.
     129
    127130= 1.4.4 =
    128131* Updated pricing scheme.
Note: See TracChangeset for help on using the changeset viewer.