Changeset 1111822
- Timestamp:
- 03/13/2015 10:44:33 AM (11 years ago)
- Location:
- pricemesh
- Files:
-
- 4 added
- 4 edited
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
trunk/admin/assets/js/metabox.js (modified) (1 diff)
-
trunk/pricemesh.php (modified) (1 diff)
-
trunk/public/pricemesh-public.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pricemesh/trunk/admin/assets/js/metabox.js
r866107 r1111822 122 122 is_valid_pid: function(string){ 123 123 /** 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 } 124 128 125 129 //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 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. 46 Version: 1.6.5 7 7 Author: pricemesh 8 8 Author URI: https://www.pricemesh.io -
pricemesh/trunk/public/pricemesh-public.php
r1078845 r1111822 22 22 * @var string 23 23 */ 24 const VERSION = '1.6. 4';24 const VERSION = '1.6.5'; 25 25 26 26 /** -
pricemesh/trunk/readme.txt
r1078845 r1111822 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. 06 Stable tag: 1.6. 45 Tested up to: 4.1.1 6 Stable tag: 1.6.5 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.5 = 132 * Added support for custom network ids for products 130 133 131 134 = 1.6.4 =
Note: See TracChangeset
for help on using the changeset viewer.