Changeset 3155084
- Timestamp:
- 09/20/2024 09:15:13 AM (19 months ago)
- Location:
- product-feeder
- Files:
-
- 11 added
- 2 edited
-
tags/2.5.3 (added)
-
tags/2.5.3/includes (added)
-
tags/2.5.3/includes/css (added)
-
tags/2.5.3/includes/css/product-feeder.css (added)
-
tags/2.5.3/includes/product-feeder.php (added)
-
tags/2.5.3/languages (added)
-
tags/2.5.3/languages/product-feeder-nl_NL.mo (added)
-
tags/2.5.3/languages/product-feeder-nl_NL.po (added)
-
tags/2.5.3/product-feeder.php (added)
-
tags/2.5.3/readme.txt (added)
-
tags/2.5.3/uninstall.php (added)
-
trunk/includes/product-feeder.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-feeder/trunk/includes/product-feeder.php
r3155081 r3155084 119 119 if (isset($Arguments['Type'])) { 120 120 $IsMultiple = false; 121 if (in_array($Arguments['Type'], ['Sizes' , 'EAN'])) {121 if (in_array($Arguments['Type'], ['Sizes'])) { 122 122 $IsMultiple = true; 123 123 if ($this->AttributeTaxonomies === NULL) { … … 127 127 foreach ($this->AttributeTaxonomies as $attribute_name => $attribute_label) $Options[__('Attribute', 'product-feeder')]['pa_'.$attribute_name] = $attribute_label; 128 128 } 129 else if (in_array($Arguments['Type'], [' Brand', 'Color', 'Season', 'Gender', 'Material', 'Condition', 'Delivery-terms'])) {129 else if (in_array($Arguments['Type'], ['EAN', 'Brand', 'Color', 'Season', 'Gender', 'Material', 'Condition', 'Delivery-terms'])) { 130 130 $IsMultiple = true; 131 131 if ($this->AttributeTaxonomies === NULL) { -
product-feeder/trunk/readme.txt
r3155081 r3155084 5 5 Requires at least: 6.0 6 6 Tested up to: 6.4 7 Stable tag: 2.5. 27 Stable tag: 2.5.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 144 144 = 2.5.2 = 145 145 * Added WooCommerce plugin requirement 146 147 = 2.5.3 = 148 * Added multiple field-options for EAN data
Note: See TracChangeset
for help on using the changeset viewer.