Plugin Directory

Changeset 1001546


Ignore:
Timestamp:
10/03/2014 11:56:56 PM (11 years ago)
Author:
bcole808
Message:

Release of v1.2.2 - hotfix for plugin activation

Location:
social-metrics-tracker
Files:
68 added
2 edited

Legend:

Unmodified
Added
Removed
  • social-metrics-tracker/trunk/readme.txt

    r1001451 r1001546  
    11=== Social Metrics Tracker ===
    22Contributors: bcole808
     3Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K2Z4QFWKJ5DM4
    34Tags: admin, dashboard, social, social media, facebook, twitter, metrics, analytics, tracking, engagement, share, sharing, shares
    45Requires at least: 3.8.1
    56Tested up to: 4.0
    6 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    78License: GPLv2 or later
    89License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8081== Changelog ==
    8182
     83= 1.2.2 =
     84* Plugin activation hotfix
     85
    8286= 1.2.1 =
    8387* Update Google Analytics setup wizard steps
     
    110114
    111115== Upgrade Notice ==
     116
     117= 1.2.2 =
     118Plugin activation hotfix
    112119
    113120= 1.2.1 =
  • social-metrics-tracker/trunk/social-metrics-tracker.php

    r1001451 r1001546  
    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.2.1
     6Version: 1.2.2
    77Author: Ben Cole, Chapman University
    88Author URI: http://www.bencole.net
     
    3333class SocialMetricsTracker {
    3434
    35     private $version = '1.2.1'; // for db upgrade comparison
     35    private $version = '1.2.2'; // for db upgrade comparison
    3636    public $updater;
    3737    public $options;
     
    232232
    233233
    234         if ($this-is_development_server()) {
     234        if ($this->is_development_server()) {
    235235            // Do not schedule update
    236236        } else {
Note: See TracChangeset for help on using the changeset viewer.