Changeset 1350425
- Timestamp:
- 02/14/2016 02:18:52 PM (10 years ago)
- Location:
- pricemesh/trunk
- Files:
-
- 3 edited
-
pricemesh.php (modified) (1 diff)
-
public/pricemesh-public.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pricemesh/trunk/pricemesh.php
r1310905 r1350425 4 4 Plugin URI: https://www.pricemesh.io/plugins/wordpress/ 5 5 Description: Extend WordPress with your own price comparison | WordPress um einen eigenen Preisvergleich erweitern. 6 Version: 1.6. 66 Version: 1.6.7 7 7 Author: pricemesh 8 8 Author URI: https://www.pricemesh.io -
pricemesh/trunk/public/pricemesh-public.php
r1310905 r1350425 22 22 * @var string 23 23 */ 24 const VERSION = '1.6. 6';24 const VERSION = '1.6.7'; 25 25 26 26 /** … … 421 421 (function() { 422 422 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."'; 424 424 (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(pricemesh); 425 425 })(); -
pricemesh/trunk/readme.txt
r1310905 r1350425 3 3 Tags: affiliate, commerce, e-commerce, pricemesh, price compare, price comparison, ecommerce, sales, sell, shop, shopping, widgets, wordpress ecommerce, amazon, preisvergleich, ads, advertising 4 4 Requires at least: 3.4 5 Tested up to: 4.4 6 Stable tag: 1.6. 65 Tested up to: 4.4.2 6 Stable tag: 1.6.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 128 128 129 129 == Changelog == 130 131 = 1.6.7 = 132 * Removed support for content delivery networks 130 133 131 134 = 1.6.6 =
Note: See TracChangeset
for help on using the changeset viewer.