Plugin Directory

Changeset 1350425


Ignore:
Timestamp:
02/14/2016 02:18:52 PM (10 years ago)
Author:
pricemesh
Message:

removed support for content delivery networks

Location:
pricemesh/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pricemesh/trunk/pricemesh.php

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

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

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