Skip to content

Commit

Permalink
Version 2.0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
salendron committed Mar 29, 2013
1 parent 24e9714 commit 5206bc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pingeborg/pingeb_statistics.php
Expand Up @@ -44,7 +44,7 @@ function pingeb_heatmap( $atts ) {
function getData(){
if(m.getZoomLevel()>7){
var mb=m.getBounds();
MQA.IO.doJSONP('http://pingeb.org/apip/downloads?pageSize={$downloads}&callback=rendersearch');
MQA.IO.doJSONP('" . get_bloginfo('url') . "/apip/downloads?pageSize={$downloads}&callback=rendersearch');
}else{ // or not
if(hmdiv)hmdiv.innerHTML='';
}
Expand Down
2 changes: 1 addition & 1 deletion pingeborg/pingeborg.php
Expand Up @@ -4,7 +4,7 @@
Plugin Name: pingeb.org
Plugin URI: http://pingeb.org
Description: A plugin that connects the real world with your great content on WordPress using NFC, QR and geofences.
Version: 2.0.0.2
Version: 2.0.0.3
Author: pingeb.org
Author URI: http://pingeb.org
License:
Expand Down
5 changes: 4 additions & 1 deletion pingeborg/readme.txt
Expand Up @@ -7,7 +7,7 @@ Author URI: http://pingeb.org
Author: Projekt Ingeborg
Requires at least: 3.0
Tested up to: 3.5beta2
Stable tag: 2.0.0.2
Stable tag: 2.0.0.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -135,6 +135,9 @@ A: You do not have to. This makes the content accessible (almost) exclusively vi
5. /assets/screenshot-5.png

== Changelog ==
2.0.0.3
Bug Fix: Heatmap Callback Url

2.0.0.2
Bug fix: Counter Widget now also show only locations on enabled layers.
Bug fix: Fixed UI problem with content squares on mobile devices.
Expand Down

0 comments on commit 5206bc7

Please sign in to comment.