Plugin Directory

Changeset 2138732


Ignore:
Timestamp:
08/13/2019 09:52:16 AM (7 years ago)
Author:
Perzonalization
Message:

1.4.6 version update containing 404 support

Location:
perzonalization
Files:
11 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • perzonalization/trunk/perzonalization.php

    r2132234 r2138732  
    33 * Plugin Name: Perzonalization  - AI Related Products & Upsell
    44 * Plugin URI: perzonalization.com
    5  * Version:  1.4.5
     5 * Version:  1.4.6
    66 * 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
     
    552552                  };</script>";
    553553        }
    554          if (is_cart()) {
     554         
     555        if (is_cart()) {
    555556            $user_id = get_current_user_id();
    556557            echo "<script type='text/javascript'>
     
    558559                    instanceGuid: '{$guid}',
    559560                    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',
    560571                    userId: '{$user_id}'
    561572                  };</script>";
  • perzonalization/trunk/readme.txt

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