Plugin Directory

Changeset 499390


Ignore:
Timestamp:
02/02/2012 10:13:12 PM (14 years ago)
Author:
aitosoftware
Message:

More fixes

Location:
pulsemaps/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pulsemaps/trunk/pm-proxy.php

    r499372 r499390  
    2929foreach (explode("\n", $headers) as $header) {
    3030    $header = rtrim($header);
    31     if ($header) {
     31    if ($header && strpos($header, 'Transfer-Encoding') === false) {
    3232        header($header);
    3333    }
    3434}
     35
    3536echo substr($data, $header_size);
  • pulsemaps/trunk/pulsemaps.php

    r499372 r499390  
    44Plugin URI: http://pulsemaps.com/wordpress/
    55Description: Show off your visitors on the world map.  When people around the world visit your blog, the corresponding areas on the heat map widget light up!
    6 Version: 1.5.1
     6Version: 1.5.2
    77Author: Aito Software Inc.
    88License: GPLv2 or later
  • pulsemaps/trunk/readme.txt

    r499372 r499390  
    88Requires at least: 2.9
    99Tested up to: 3.3.1
    10 Stable tag: 1.5.1
     10Stable tag: 1.5.2
    1111
    1212Show off your visitors on the world map. When people around the world visit your blog, the corresponding areas on the heat map widget light up!
     
    6868
    6969== Changelog ==
     70
     71= 1.5.2 =
     72
     73* Further fixes.
    7074
    7175= 1.5.1 =
Note: See TracChangeset for help on using the changeset viewer.