Plugin Directory

Changeset 1997848


Ignore:
Timestamp:
12/19/2018 09:26:11 AM (7 years ago)
Author:
Perzonalization
Message:

updating to 1.4.3

Location:
perzonalization
Files:
11 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • perzonalization/trunk/perzonalization.php

    r1719239 r1997848  
    33 * Plugin Name: Perzonalization  - Recommendations in Real Time
    44 * Plugin URI: perzonalization.com
    5  * Version:  1.4.2
    6  * Description: With the help of more than a 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.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.
    77 * Author: Perzonalization
    88 * Author URI: http://www.perzonalization.com/woocommerce-plugin/
     
    389389            }
    390390
     391            //description: '{$post_content}', - this occasionally breaks json when it has html content
    391392            echo "<script type='text/javascript'>
    392393                  var productDetailsForPrz  = {
    393394                    attributes: [$tags],
    394                       campaign: null,
     395                    campaign: null,
    395396                    canonicalUrl: '{$permalink}',
    396397                    categories: [$cats],
    397                     description: '{$post_content}',
    398398                    id: '{$product_id}',
    399399                    manufacturer: '{$manufacturer}',
  • perzonalization/trunk/readme.txt

    r1953977 r1997848  
    44Requires at least: 4.0.0
    55Tested up to: 4.9.8
    6 Stable tag: 1.4.2
     6Stable tag: 1.4.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    108108== Changelog ==
    109109
     110= 1.4.3 =
     111* Fixed a bug which prevents loading of recommendations on product detail page.
     112
    110113= 1.4.2 =
    111 * Fixed a bug which prevents to load recommendations on the cart page.
     114* Fixed a bug which prevents loading of recommendations on cart page.
    112115
    113116= 1.4.1 =
Note: See TracChangeset for help on using the changeset viewer.