Plugin Directory

Changeset 1310905


Ignore:
Timestamp:
12/17/2015 02:06:12 PM (10 years ago)
Author:
pricemesh
Message:

added support for content delivery networks

Location:
pricemesh/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pricemesh/trunk/pricemesh.php

    r1111822 r1310905  
    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.5
     6Version: 1.6.6
    77Author: pricemesh
    88Author URI: https://www.pricemesh.io
  • pricemesh/trunk/public/pricemesh-public.php

    r1111822 r1310905  
    2222     * @var     string
    2323     */
    24     const VERSION = '1.6.5';
     24    const VERSION = '1.6.6';
    2525
    2626    /**
     
    421421                (function() {
    422422                    var pricemesh = document.createElement('script'); pricemesh.type = 'text/javascript'; pricemesh.async = true;
    423                     pricemesh.src = 'https://www.pricemesh.io/static/external/js/pricemesh.min.js?v=".self::VERSION."';
     423                    pricemesh.src = 'https://pricemesh.a.cdnify.io/external/js/pricemesh.min.js?v=".self::VERSION."';
    424424                    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(pricemesh);
    425425                })();
  • pricemesh/trunk/readme.txt

    r1111822 r1310905  
    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.1.1
    6 Stable tag: 1.6.5
     5Tested up to: 4.4
     6Stable tag: 1.6.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    128128
    129129== Changelog ==
     130
     131= 1.6.6 =
     132* Added support for content delivery networks
    130133
    131134= 1.6.5 =
Note: See TracChangeset for help on using the changeset viewer.