Plugin Directory

Changeset 1357474


Ignore:
Timestamp:
02/24/2016 05:26:19 PM (10 years ago)
Author:
bcole808
Message:

Release 1.6.6

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

Legend:

Unmodified
Added
Removed
  • social-metrics-tracker/trunk/SocialMetricsSettings.class.php

    r1344759 r1357474  
    2626
    2727        if (isset($_REQUEST['page']) && in_array($_REQUEST['page'], $pages)) {
    28             add_action( 'init', array($this, 'setup') );
     28            add_action( 'admin_init', array($this, 'setup'), 5 );
    2929        }
    3030
  • social-metrics-tracker/trunk/readme.txt

    r1344759 r1357474  
    44Tags: admin, dashboard, social, social media, facebook, twitter, metrics, analytics, tracking, stats, engagement, share, sharing, shares, likes, tweets
    55Requires at least: 3.5
    6 Tested up to: 4.4.1
    7 Stable tag: 1.6.5
     6Tested up to: 4.4.2
     7Stable tag: 1.6.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    108108
    109109== Changelog ==
     110
     111= 1.6.6 =
     112* Fixed a bug where custom post types were not being listed on the settings page
    110113
    111114= 1.6.5 =
     
    250253== Upgrade Notice ==
    251254
     255= 1.6.6 =
     256Fixed a bug where custom post types were not being listed on the settings page
     257
    252258= 1.6.5 =
    253259Added options to help control how and when updates occur
  • social-metrics-tracker/trunk/social-metrics-tracker.php

    r1344759 r1357474  
    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.6.5
     6Version: 1.6.6
    77Author: Ben Cole
    88Author URI: http://www.bencole.net
     
    3939class SocialMetricsTracker {
    4040
    41     public $version = '1.6.5'; // for db upgrade comparison
     41    public $version = '1.6.6'; // for db upgrade comparison
    4242    public $updater;
    4343    public $options;
Note: See TracChangeset for help on using the changeset viewer.