Skip to content

Commit

Permalink
Version 1.0.0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
salendron committed Jan 10, 2013
1 parent 98b2cd2 commit f5287f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pingeborg/pingeb_api.php
Expand Up @@ -175,7 +175,7 @@ function pingeb_api_get_tags($params){
from " . $wpdb->prefix . "pingeb_tag t, " . $wpdb->prefix . "leafletmapsmarker_markers mm
left outer join (select tag_id, count(*) as count from " . $wpdb->prefix . "pingeb_statistik group by tag_id) stat on stat.tag_id = mm.id
join " . $wpdb->prefix . "leafletmapsmarker_layers ml on ml.id = mm.layer
where t.marker_id = mm.id";
where t.marker_id = mm.id ";

if($box != "-1"){
$sql .= "and mm.lat <= " . $wpdb->escape($box[0]) . " and mm.lon >= " . $wpdb->escape($box[1]) . " and mm.lat >= " . $wpdb->escape($box[2]) . " and mm.lon <= " . $wpdb->escape($box[3]) . " ";
Expand Down
2 changes: 1 addition & 1 deletion pingeborg/pingeborg.php
Expand Up @@ -4,7 +4,7 @@
Plugin Name: Pingeborg
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: 1.0.0.9
Version: 1.0.0.91
Author: Bruno Hautzenberger
Author URI: http://the-engine.at
License:
Expand Down
4 changes: 2 additions & 2 deletions pingeborg/readme.txt
Expand Up @@ -6,7 +6,7 @@ Author URI: http://pingeb.org
Author: Projekt Ingeborg
Requires at least: 3.0
Tested up to: 3.5beta2
Stable tag: 1.0.0.9
Stable tag: 1.0.0.91
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==
1.0.0.9
1.0.0.91
Change: API call /api/tags now also shows tags without downloads.
Change: Google Maps API Key removed from settings page.
Bug fix: Geofences work now even with Wordpress 3.5 and do not require a Google API Key anymore.
Expand Down

0 comments on commit f5287f0

Please sign in to comment.