Changeset 1078845
- Timestamp:
- 01/30/2015 09:08:53 AM (11 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
r1076144 r1078845 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. 36 Version: 1.6.4 7 7 Author: pricemesh 8 8 Author URI: https://www.pricemesh.io -
pricemesh/trunk/public/pricemesh-public.php
r1075775 r1078845 22 22 * @var string 23 23 */ 24 const VERSION = '1.6. 3';24 const VERSION = '1.6.4'; 25 25 26 26 /** … … 412 412 var pricemesh_stylesheet = '".$opts["stylesheet"]."'; 413 413 var pricemesh_title = '".$opts["title"]."'; 414 var pricemesh_display = '".$opts["display"]."'; 414 415 var pricemesh_theme = '".$opts["theme"]."'; 415 416 var pricemesh_name = '".$opts["name"]."'; -
pricemesh/trunk/readme.txt
r1075775 r1078845 4 4 Requires at least: 3.4 5 5 Tested up to: 4.0 6 Stable tag: 1.6. 36 Stable tag: 1.6.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 129 129 == Changelog == 130 130 131 = 1.6.4 = 132 * Bugfixes 133 131 134 = 1.6.3 = 132 135 * Bugfixes
Note: See TracChangeset
for help on using the changeset viewer.