Plugin Directory

Changeset 1111822


Ignore:
Timestamp:
03/13/2015 10:44:33 AM (11 years ago)
Author:
pricemesh
Message:

added assets, enabled network ids

Location:
pricemesh
Files:
4 added
4 edited

Legend:

Unmodified
Added
Removed
  • pricemesh/trunk/admin/assets/js/metabox.js

    r866107 r1111822  
    122122            is_valid_pid: function(string){
    123123                /** takes a string and validates it as a PID */
     124                //check if the string starts with nid for a network ID
     125                if(string.indexOf("nid") == 0){
     126                    return true;
     127                }
    124128
    125129                //If the string is shorter than 10 or longer than 14 chars it can't be a ASIN, EAN or UPC
  • pricemesh/trunk/pricemesh.php

    r1078845 r1111822  
    44Plugin URI: https://www.pricemesh.io/plugins/wordpress/
    55Description: Extend WordPress with your own price comparison | WordPress um einen eigenen Preisvergleich erweitern.
    6 Version: 1.6.4
     6Version: 1.6.5
    77Author: pricemesh
    88Author URI: https://www.pricemesh.io
  • pricemesh/trunk/public/pricemesh-public.php

    r1078845 r1111822  
    2222     * @var     string
    2323     */
    24     const VERSION = '1.6.4';
     24    const VERSION = '1.6.5';
    2525
    2626    /**
  • pricemesh/trunk/readme.txt

    r1078845 r1111822  
    33Tags: affiliate, commerce, e-commerce, pricemesh, price compare, price comparison, ecommerce, sales, sell, shop, shopping, widgets, wordpress ecommerce, amazon, preisvergleich, ads, advertising
    44Requires at least: 3.4
    5 Tested up to: 4.0
    6 Stable tag: 1.6.4
     5Tested up to: 4.1.1
     6Stable tag: 1.6.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    128128
    129129== Changelog ==
     130
     131= 1.6.5 =
     132* Added support for custom network ids for products
    130133
    131134= 1.6.4 =
Note: See TracChangeset for help on using the changeset viewer.