Changeset 2296756
- Timestamp:
- 05/02/2020 05:06:07 PM (6 years ago)
- Location:
- brainity-boost-ads/trunk
- Files:
-
- 3 edited
-
brainity.php (modified) (1 diff)
-
productfeed/FacebookProduct.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
brainity-boost-ads/trunk/brainity.php
r2264371 r2296756 9 9 Author: Brainity 10 10 Author URI: https://www.brainity.co 11 Version: 1.0. 311 Version: 1.0.4 12 12 */ 13 13 -
brainity-boost-ads/trunk/productfeed/FacebookProduct.php
r2148286 r2296756 551 551 // Exclude variations that are "virtual" products from export to Facebook && 552 552 // No Visibility Option for Variations 553 if (true === $this->get_virtual()) {553 /*if (true === $this->get_virtual()) { 554 554 $product_data['visibility'] = 'staging'; 555 } 555 }*/ 556 556 557 557 if (!$prepare_for_product_feed) { -
brainity-boost-ads/trunk/readme.txt
r2264371 r2296756 4 4 Requires at least: 5.2.1 5 5 Tested up to: 5.2.1 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 65 65 == Changelog == 66 66 67 = Brainity 1.0.4 = 68 69 * Fix bug with virtual products. 70 67 71 = Brainity 1.0.3 = 68 72
Note: See TracChangeset
for help on using the changeset viewer.