Changeset 3105474
- Timestamp:
- 06/21/2024 05:50:23 AM (22 months ago)
- Location:
- product-feeder/trunk
- Files:
-
- 3 edited
-
includes/product-feeder.php (modified) (1 diff)
-
product-feeder.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-feeder/trunk/includes/product-feeder.php
r3105290 r3105474 520 520 $CustomFields['Attributes'][$this->AttributeTaxonomies[$attr_name_short]] = array(); 521 521 foreach ($attr_data['options'] as $term_id) { 522 if (!isset($this->AttributeValues[$term_id])) $this->AttributeValues[$term_id] = get_term($term_id) ;523 if (isset($this->AttributeValues[$term_id]) && isset($this->AttributeValues[$term_id]->name)) $CustomFields['Attributes'][$this->AttributeTaxonomies[$attr_name_short]][] = $this->AttributeValues[$term_id]->name;522 if (!isset($this->AttributeValues[$term_id])) $this->AttributeValues[$term_id] = get_term($term_id)->name; 523 if (isset($this->AttributeValues[$term_id])) $CustomFields['Attributes'][$this->AttributeTaxonomies[$attr_name_short]][] = $this->AttributeValues[$term_id]; 524 524 } 525 525 } -
product-feeder/trunk/product-feeder.php
r3105290 r3105474 3 3 * Plugin Name: Product Feeder 4 4 * Description: Connect to the marketplace(s) of your choice to increase sales, synchronize orders & returns, rule-based product selection, and much more! 5 * Version: 2.4. 85 * Version: 2.4.9 6 6 * Author: Product Feeder 7 7 * Author URI: https://product-feeder.com -
product-feeder/trunk/readme.txt
r3105290 r3105474 5 5 Requires at least: 6.0 6 6 Tested up to: 6.4 7 Stable tag: 2.4. 87 Stable tag: 2.4.9 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 132 132 = 2.4.8 = 133 133 * Updated taxonomy support 134 135 = 2.4.9 = 136 * Optimized memory usage
Note: See TracChangeset
for help on using the changeset viewer.