Plugin Directory

Changeset 3155084


Ignore:
Timestamp:
09/20/2024 09:15:13 AM (19 months ago)
Author:
productfeeder
Message:

Updated to version 2.5.3

Location:
product-feeder
Files:
11 added
2 edited

Legend:

Unmodified
Added
Removed
  • product-feeder/trunk/includes/product-feeder.php

    r3155081 r3155084  
    119119            if (isset($Arguments['Type'])) {
    120120                $IsMultiple = false;
    121                 if (in_array($Arguments['Type'], ['Sizes', 'EAN'])) {
     121                if (in_array($Arguments['Type'], ['Sizes'])) {
    122122                    $IsMultiple = true;
    123123                    if ($this->AttributeTaxonomies === NULL) {
     
    127127                    foreach ($this->AttributeTaxonomies as $attribute_name => $attribute_label) $Options[__('Attribute', 'product-feeder')]['pa_'.$attribute_name] = $attribute_label;
    128128                }
    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'])) {
    130130                    $IsMultiple = true;
    131131                    if ($this->AttributeTaxonomies === NULL) {
  • product-feeder/trunk/readme.txt

    r3155081 r3155084  
    55Requires at least: 6.0
    66Tested up to: 6.4
    7 Stable tag: 2.5.2
     7Stable tag: 2.5.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    144144= 2.5.2 =
    145145* 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.