Plugin Directory

Changeset 1027453


Ignore:
Timestamp:
11/17/2014 07:43:03 PM (11 years ago)
Author:
bcole808
Message:

Release of v1.3.2

Location:
social-metrics-tracker
Files:
77 added
3 edited

Legend:

Unmodified
Added
Removed
  • social-metrics-tracker/trunk/data-sources/HTTPResourceUpdater.class.php

    r1026007 r1027453  
    128128
    129129            case 'get' :
    130                 $response = wp_remote_get($url . '?' . http_build_query($this->resource_params), $args);
     130                $response = wp_remote_get($url . '?' . http_build_query($this->resource_params, '', '&'), $args);
    131131                break;
    132132        }
  • social-metrics-tracker/trunk/readme.txt

    r1026007 r1027453  
    8585== Changelog ==
    8686
     87= 1.3.2 =
     88* Fixed an issue where some servers were not correctly connecting to Facebook and LinkedIn
     89
    8790= 1.3.1 =
    8891* Added a status indicator to show if data is being collected successfully.
     
    142145== Upgrade Notice ==
    143146
     147= 1.3.2 =
     148Hotfix for specific server configurations
     149
    144150= 1.3.1 =
    145151Added better error messages and debug info
  • social-metrics-tracker/trunk/social-metrics-tracker.php

    r1026007 r1027453  
    44Plugin URI: https://github.com/ChapmanU/wp-social-metrics-tracker
    55Description: Collect and display social network shares, likes, tweets, and view counts of posts.
    6 Version: 1.3.1
     6Version: 1.3.2
    77Author: Ben Cole, Chapman University
    88Author URI: http://www.bencole.net
     
    3333class SocialMetricsTracker {
    3434
    35     public $version = '1.3.1'; // for db upgrade comparison
     35    public $version = '1.3.2'; // for db upgrade comparison
    3636    public $updater;
    3737    public $options;
Note: See TracChangeset for help on using the changeset viewer.