Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billerickson committed Aug 24, 2016
1 parent e3d4eeb commit 914c318
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file, formatted via [this recommendation](http://keepachangelog.com/).

## [1.7.1]
### Fixed
- Issue with Facebook comment count parsing, see #63

### Added
- Composer support

## [1.7.0] = 2016-08-20
### Changed
- Now receive counts directly from social services (no more SharedCount), see #57
Expand Down
4 changes: 2 additions & 2 deletions ea-share-count.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* GitHub URI: jaredatch/EA-Share-Count
* Description: A lean plugin for quickly retrieving, caching, and displaying various social sharing counts and buttons.
* Author: Bill Erickson & Jared Atchison
* Version: 1.7.0
* Version: 1.7.1
*
* EA Share Count is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -52,7 +52,7 @@ final class EA_Share_Count {
* @since 1.0.0
* @var string
*/
private $version = '1.7.0';
private $version = '1.7.1';

/**
* Core instance
Expand Down

1 comment on commit 914c318

@entr
Copy link
Contributor

@entr entr commented on 914c318 Aug 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get this tagged?

Please sign in to comment.