Plugin Directory

Changeset 2296756


Ignore:
Timestamp:
05/02/2020 05:06:07 PM (6 years ago)
Author:
xevibrainity
Message:

Fix Virtual Catalog Product Issue

Location:
brainity-boost-ads/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • brainity-boost-ads/trunk/brainity.php

    r2264371 r2296756  
    99Author: Brainity
    1010Author URI: https://www.brainity.co
    11 Version: 1.0.3
     11Version: 1.0.4
    1212*/
    1313
  • brainity-boost-ads/trunk/productfeed/FacebookProduct.php

    r2148286 r2296756  
    551551        // Exclude variations that are "virtual" products from export to Facebook &&
    552552        // No Visibility Option for Variations
    553         if (true === $this->get_virtual()) {
     553        /*if (true === $this->get_virtual()) {
    554554            $product_data['visibility'] = 'staging';
    555         }
     555        }*/
    556556
    557557        if (!$prepare_for_product_feed) {
  • brainity-boost-ads/trunk/readme.txt

    r2264371 r2296756  
    44Requires at least: 5.2.1
    55Tested up to: 5.2.1
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    6565== Changelog ==
    6666
     67= Brainity 1.0.4 =
     68
     69* Fix bug with virtual products.
     70
    6771= Brainity 1.0.3 =
    6872
Note: See TracChangeset for help on using the changeset viewer.