Plugin Directory

Changeset 1561138


Ignore:
Timestamp:
12/24/2016 12:37:47 AM (9 years ago)
Author:
sparkweb
Message:

Updating to 4.7.3

Location:
foxyshop
Files:
145 added
3 edited

Legend:

Unmodified
Added
Removed
  • foxyshop/trunk/foxyshop.php

    r1551250 r1561138  
    66Description: FoxyShop is a full integration for FoxyCart and WordPress, providing a robust shopping cart and inventory management tool.
    77Author: SparkWeb Interactive, Inc.
    8 Version: 4.7.2
     8Version: 4.7.3
    99Author URI: http://www.foxy-shop.com/
    1010
     
    3939
    4040//Setup Plugin Variables
    41 define('FOXYSHOP_VERSION', "4.7.2");
     41define('FOXYSHOP_VERSION', "4.7.3");
    4242define('FOXYSHOP_DIR', (is_ssl() ? str_replace("http://", "https://", WP_PLUGIN_URL) : WP_PLUGIN_URL) . "/foxyshop");
    4343define('FOXYSHOP_PATH', dirname(__FILE__));
  • foxyshop/trunk/helperfunctions.php

    r1551250 r1561138  
    164164            }
    165165        }
    166         if ((!$attachments && $featuredImageID) || !$featured_image_in_attachments) {
     166        if ($featuredImageID && (!$attachments || !$featured_image_in_attachments)) {
    167167            $attachments = array_merge($attachments, get_posts(array("p" => $featuredImageID, 'post_type' => 'attachment', "post_mime_type" => "image")));
    168168        }
  • foxyshop/trunk/readme.txt

    r1551250 r1561138  
    55Requires at least: 3.1
    66Tested up to: 4.7
    7 Stable tag: 4.7.2
     7Stable tag: 4.7.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868
    6969== Changelog ==
     70
     71= 4.7.3 =
     72* Fixing error which showed unassigned images when no images had been associated
    7073
    7174= 4.7.2 =
     
    230233== Upgrade Notice ==
    231234
    232 = 4.7.1 =
    233 Permanently Disabling Dropzone Autodiscover
     235= 4.7.3 =
     236Fixing error which showed unassigned images when no images had been associated
Note: See TracChangeset for help on using the changeset viewer.