Plugin Directory

Changeset 2065795


Ignore:
Timestamp:
04/09/2019 12:26:40 PM (7 years ago)
Author:
recombee
Message:

2.6.6

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

Legend:

Unmodified
Added
Removed
  • recombee-recommendation-engine/trunk/includes/data-ProductSettingsArgs.php

    r1968253 r2065795  
    352352        foreach($att_taxes as $att_tax){
    353353               
     354            $taxonomy = wc_get_attribute($att_tax->attribute_id);
    354355            $prop_name = 'att_' . '::ID' . $att_tax->attribute_id . '::' . ucwords($att_tax->attribute_name);
     356           
     357            if(!$taxonomy){
     358                continue;
     359            }
    355360           
    356361            if(isset($product_prop[ $prop_name ])){
     
    365370                    'dataGetterClb' => 'wp_get_post_terms',
    366371                    'typeConvClb'   => 'json_encode',
    367                     'taxonomy'      => array( wc_get_attribute($att_tax->attribute_id)->slug),
     372                    'taxonomy'      => array( $taxonomy->slug ),
    368373                    'args'          => array(
    369374                        'orderby'       => 'id',
  • recombee-recommendation-engine/trunk/readme.txt

    r2034575 r2065795  
    44Requires at least: 4.9
    55Tested up to: 4.9
    6 Stable tag: 2.6.5
     6Stable tag: 2.6.6
    77Requires PHP: 5.5
    88WC requires at least: 3.3
     
    6060
    6161== Changelog ==
     62= 2.6.6 - 09-04-2019 =
     63* Fix - Internal Error of getting slug of un-existing taxonomy
     64
    6265= 2.6.5 - 20-02-2019 =
    6366* Fix - Error of initial synchronization of customers, in the case when the customer was registered in the store, but later deleted as a user of the WordPress
  • recombee-recommendation-engine/trunk/recombee-re.php

    r2034567 r2065795  
    55 * Author: Recombee
    66 * Author URI: https://recombee.com
    7  * Version: 2.6.5
     7 * Version: 2.6.6
    88 * License: GPLv3
    99 * Text Domain: recombee-recommendation-engine
Note: See TracChangeset for help on using the changeset viewer.