Skip to content

Commit

Permalink
Update documentation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcole808 committed Feb 24, 2016
1 parent f4e3b04 commit 7bc9045
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: bcole808
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K2Z4QFWKJ5DM4
Tags: admin, dashboard, social, social media, facebook, twitter, metrics, analytics, tracking, stats, engagement, share, sharing, shares, likes, tweets
Requires at least: 3.5
Tested up to: 4.4.1
Stable tag: 1.6.5
Tested up to: 4.4.2
Stable tag: 1.6.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -108,6 +108,9 @@ This plugin was created by Ben Cole, as a member of the Chapman University web m

== Changelog ==

= 1.6.6 =
* Fixed a bug where custom post types were not being listed on the settings page

= 1.6.5 =
* Added option to run updates in the page footer instead of the cron
* Added option to set an update range to disable updating of older posts
Expand Down Expand Up @@ -249,6 +252,9 @@ This plugin was created by Ben Cole, as a member of the Chapman University web m

== Upgrade Notice ==

= 1.6.6 =
Fixed a bug where custom post types were not being listed on the settings page

= 1.6.5 =
Added options to help control how and when updates occur

Expand Down
4 changes: 2 additions & 2 deletions src/social-metrics-tracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Social Metrics Tracker
Plugin URI: https://github.com/ChapmanU/wp-social-metrics-tracker
Description: Collect and display social network shares, likes, tweets, and view counts of posts.
Version: 1.6.5
Version: 1.6.6
Author: Ben Cole
Author URI: http://www.bencole.net
License: GPLv2+
Expand Down Expand Up @@ -38,7 +38,7 @@

class SocialMetricsTracker {

public $version = '1.6.5'; // for db upgrade comparison
public $version = '1.6.6'; // for db upgrade comparison
public $updater;
public $options;
protected $network_activated;
Expand Down

0 comments on commit 7bc9045

Please sign in to comment.