Plugin Directory

Changeset 1078845


Ignore:
Timestamp:
01/30/2015 09:08:53 AM (11 years ago)
Author:
pricemesh
Message:

added pricemesh_display to javascript

Location:
pricemesh/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pricemesh/trunk/pricemesh.php

    r1076144 r1078845  
    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.3
     6Version: 1.6.4
    77Author: pricemesh
    88Author URI: https://www.pricemesh.io
  • pricemesh/trunk/public/pricemesh-public.php

    r1075775 r1078845  
    2222     * @var     string
    2323     */
    24     const VERSION = '1.6.3';
     24    const VERSION = '1.6.4';
    2525
    2626    /**
     
    412412                var pricemesh_stylesheet = '".$opts["stylesheet"]."';
    413413                var pricemesh_title = '".$opts["title"]."';
     414                var pricemesh_display = '".$opts["display"]."';
    414415                var pricemesh_theme = '".$opts["theme"]."';
    415416                var pricemesh_name = '".$opts["name"]."';
  • pricemesh/trunk/readme.txt

    r1075775 r1078845  
    44Requires at least: 3.4
    55Tested up to: 4.0
    6 Stable tag: 1.6.3
     6Stable tag: 1.6.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    129129== Changelog ==
    130130
     131= 1.6.4 =
     132* Bugfixes
     133
    131134= 1.6.3 =
    132135* Bugfixes
Note: See TracChangeset for help on using the changeset viewer.