Plugin Directory

Changeset 2028160


Ignore:
Timestamp:
02/10/2019 06:33:21 PM (7 years ago)
Author:
recombee
Message:

2.6.3

Location:
recombee-recommendation-engine/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • recombee-recommendation-engine/trunk/includes/class-RecombeeRe.php

    r1971748 r2028160  
    258258            'wc_override_related_products'      => 1,
    259259            'wc_override_related_tags'          => 'woocommerce_after_single_product_summary',
    260             'wc_overridden_related_shortcode'   => '[RecombeeRecommendations ajaxMode="on" parentsOnly="on" wTitle="Recommended for You" columns="3" type="ProductsToProduct" count="3" scenario="related_products" filter="\'wcProductIsVisible\' == `true` AND \'wcIsInStock\' == true" booster="if \'wcRegularPrice\' > context_item{`wcRegularPrice`} then 1.5 else 1"]',
     260            'wc_overridden_related_shortcode'   => '[RecombeeRecommendations ajaxMode="on" parentsOnly="on" wTitle="Recommended for You" columns="3" type="ProductsToProduct" count="3" scenario="related_products" filter="\'wcProductIsVisible\' == true AND \'wcIsInStock\' == true" booster="if \'wcRegularPrice\' > context_item{`wcRegularPrice`} then 1.5 else 1"]',
    261261            'distinct_recomms'                  => 1,
    262262        );
  • recombee-recommendation-engine/trunk/readme.txt

    r1980558 r2028160  
    6060
    6161== Changelog ==
    62 = 2.6.3 - 26-11-2018 =
    63 * Fix - Fixed a bug related to incorrect definition of URLs of scripts on sites where the installation directory of a WordPress is different from the URL of a site
     62= 2.6.3 - 10-02-2019 =
     63* Fix - Error in default value of shortcode for setting page fixed
    6464
    6565= 2.6.2 - 09-11-2018 =
Note: See TracChangeset for help on using the changeset viewer.