Plugin Directory

Changeset 3105290


Ignore:
Timestamp:
06/20/2024 06:10:52 PM (22 months ago)
Author:
productfeeder
Message:

Updated to version 2.4.8

Location:
product-feeder/trunk
Files:
3 edited

Legend:

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

    r3105288 r3105290  
    523523                                        if (isset($this->AttributeValues[$term_id]) && isset($this->AttributeValues[$term_id]->name)) $CustomFields['Attributes'][$this->AttributeTaxonomies[$attr_name_short]][] = $this->AttributeValues[$term_id]->name;
    524524                                    }
    525                                     $CustomFields['Attributes'][$this->AttributeTaxonomies[$attr_name_short]] = implode(" ", $CustomFields['Attributes'][$this->AttributeTaxonomies[$attr_name_short]]);
    526525                                }
    527526                            }
  • product-feeder/trunk/product-feeder.php

    r3105288 r3105290  
    33    * Plugin Name:      Product Feeder
    44    * 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.7
     5    * Version:          2.4.8
    66    * Author:           Product Feeder
    77    * Author URI:       https://product-feeder.com
  • product-feeder/trunk/readme.txt

    r3105288 r3105290  
    55Requires at least: 6.0
    66Tested up to: 6.4
    7 Stable tag: 2.4.7
     7Stable tag: 2.4.8
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    129129= 2.4.7 =
    130130* Updated taxonomy support
     131
     132= 2.4.8 =
     133* Updated taxonomy support
Note: See TracChangeset for help on using the changeset viewer.