Changeset 2065795
- Timestamp:
- 04/09/2019 12:26:40 PM (7 years ago)
- Location:
- recombee-recommendation-engine/trunk
- Files:
-
- 3 edited
-
includes/data-ProductSettingsArgs.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
recombee-re.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recombee-recommendation-engine/trunk/includes/data-ProductSettingsArgs.php
r1968253 r2065795 352 352 foreach($att_taxes as $att_tax){ 353 353 354 $taxonomy = wc_get_attribute($att_tax->attribute_id); 354 355 $prop_name = 'att_' . '::ID' . $att_tax->attribute_id . '::' . ucwords($att_tax->attribute_name); 356 357 if(!$taxonomy){ 358 continue; 359 } 355 360 356 361 if(isset($product_prop[ $prop_name ])){ … … 365 370 'dataGetterClb' => 'wp_get_post_terms', 366 371 'typeConvClb' => 'json_encode', 367 'taxonomy' => array( wc_get_attribute($att_tax->attribute_id)->slug),372 'taxonomy' => array( $taxonomy->slug ), 368 373 'args' => array( 369 374 'orderby' => 'id', -
recombee-recommendation-engine/trunk/readme.txt
r2034575 r2065795 4 4 Requires at least: 4.9 5 5 Tested up to: 4.9 6 Stable tag: 2.6. 56 Stable tag: 2.6.6 7 7 Requires PHP: 5.5 8 8 WC requires at least: 3.3 … … 60 60 61 61 == Changelog == 62 = 2.6.6 - 09-04-2019 = 63 * Fix - Internal Error of getting slug of un-existing taxonomy 64 62 65 = 2.6.5 - 20-02-2019 = 63 66 * 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 5 5 * Author: Recombee 6 6 * Author URI: https://recombee.com 7 * Version: 2.6. 57 * Version: 2.6.6 8 8 * License: GPLv3 9 9 * Text Domain: recombee-recommendation-engine
Note: See TracChangeset
for help on using the changeset viewer.