Changeset 1310905
- Timestamp:
- 12/17/2015 02:06:12 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
r1111822 r1310905 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. 56 Version: 1.6.6 7 7 Author: pricemesh 8 8 Author URI: https://www.pricemesh.io -
pricemesh/trunk/public/pricemesh-public.php
r1111822 r1310905 22 22 * @var string 23 23 */ 24 const VERSION = '1.6. 5';24 const VERSION = '1.6.6'; 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:// 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."'; 424 424 (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(pricemesh); 425 425 })(); -
pricemesh/trunk/readme.txt
r1111822 r1310905 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. 1.16 Stable tag: 1.6. 55 Tested up to: 4.4 6 Stable tag: 1.6.6 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.6 = 132 * Added support for content delivery networks 130 133 131 134 = 1.6.5 =
Note: See TracChangeset
for help on using the changeset viewer.