Plugin Directory

Changeset 1085770


Ignore:
Timestamp:
02/09/2015 07:36:33 PM (11 years ago)
Author:
ShopSite
Message:

Update tested-with

Location:
shopsite-plugin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shopsite-plugin/trunk/populate_products.js

    r1028993 r1085770  
    2424            //alert(id);
    2525            for (j in product_map[id]) {
    26               $('#product_' + product_map[id][j]).html(pair[1]);
     26              if (jQuery.isNumeric(j))
     27                $('#product_' + product_map[id][j]).html(pair[1]);
    2728            }
    2829          }
  • shopsite-plugin/trunk/readme.txt

    r1079131 r1085770  
    33Tags: e-commerce, shopping, shopsite
    44Requires at least: 3.2.0
    5 Tested up to: 4.0
     5Tested up to: 4.1
    66Stable tag: trunk
    77
Note: See TracChangeset for help on using the changeset viewer.