Plugin Directory

Changeset 563773


Ignore:
Timestamp:
06/25/2012 10:55:26 PM (14 years ago)
Author:
splashingpixels.com
Message:
 
Location:
sp-wpec-variation-image-swap/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sp-wpec-variation-image-swap/trunk/js/sp-wpec-variation-image-swap.js

    r551487 r563773  
    1313               
    1414                // loops through all selections and check if all has been selected to proceed (also captures all variation ids)
    15                 $( "select", productForm ).each( function()
     15                $( productForm ).find( "select.wpsc_select_variation" ).each( function()
    1616                {
    1717                    if ( $("option:selected", this ).val() == 0)
  • sp-wpec-variation-image-swap/trunk/readme.txt

    r551487 r563773  
    44Tags: wpec, wp-e-commerce, variation image, image swap, variation image swap, splashing pixels
    55Requires at least: 3.0
    6 Tested up to: 3.3.2
    7 Stable tag: 2.0.2
     6Tested up to: 3.4
     7Stable tag: 2.0.3
    88
    99Plugin that adds product variation image swapping function to Wordpress e-Commerce plugin (WPEC). Requires 3.8+ of WPEC plugin.
     
    4545== Changelog ==
    4646
     47= 2.0.3 =
     48* Update - changed a selector name in the swap script to prevent compatibility issues with other plugins
     49
    4750= 2.0.2 =
    4851* Fixed - when image is swapping it sometimes stutters and flashes the old image before being replaced
  • sp-wpec-variation-image-swap/trunk/sp-wpec-variation-image-swap.php

    r551487 r563773  
    44Plugin URI: http://splashingpixels.com/category/plugins/sp-wpec-variation-image-swap
    55Description: Plugin that adds product variation image swapping function to Wordpress e-Commerce plugin (WPEC). Requires 3.8+ of WPEC plugin.
    6 Version: 2.0.2
     6Version: 2.0.3
    77Author: Roy Ho (Splashingpixels.com)
    88Author URI: http://splashingpixels.com
Note: See TracChangeset for help on using the changeset viewer.