Plugin Directory

Changeset 2233002


Ignore:
Timestamp:
01/24/2020 08:44:59 PM (6 years ago)
Author:
Perzonalization
Message:

php exit bug fixed on wo woocommerce case

Location:
perzonalization
Files:
11 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • perzonalization/trunk/perzonalization.php

    r2228521 r2233002  
    33 * Plugin Name: Perzonalization - AI Powered Personalization That Sells
    44 * Plugin URI: perzonalization.com
    5  * Version:  1.4.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 REST API.
     5 * Version:  1.4.7
     6 * Description: With the help of more than 4 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 REST API.
    77 * Author: Perzonalization
    88 * Author URI: http://www.perzonalization.com/woocommerce-plugin/
     
    750750    }
    751751    curl_close($ch);
    752     exit(sprintf('<p><strong>Perzonalization</strong> requires WooCommerce plugin in order to function.</p>'));
     752    //exit(sprintf('<p><strong>Perzonalization</strong> requires WooCommerce plugin in order to function.</p>'));
    753753}
    754754
  • perzonalization/trunk/readme.txt

    r2138732 r2233002  
    44Requires at least: 4.0.0
    55Tested up to: 5.2
    6 Stable tag: 1.4.6
     6Stable tag: 1.4.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    125125== Changelog ==
    126126
     127= 1.4.7 =
     128* Fixed a bug handling if cases where WooCommerce plugin is disabled.
     129
    127130= 1.4.6 =
    128131* Added 404 page support.
Note: See TracChangeset for help on using the changeset viewer.