Skip to content

Commit 5263a59

Browse files
authored
Merge pull request #28 from jaredatch/develop
Version 1.1.0
2 parents 48c85ca + 4a17493 commit 5263a59

28 files changed

+1377
-788
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22
All notable changes to this project will be documented in this file, formatted via [this recommendation](http://keepachangelog.com/).
33

4+
## [1.1.0] = 2018-03-21
5+
### Added
6+
- Yummly share count support/tracking.
7+
- Proper `rel` tags for share buttons for security and SEO.
8+
- Caching via transient for Most Shared Content admin dashboard widget.
9+
10+
### Changed
11+
- Removed code for LinkedIn/Google+ share counts, as they are no longer supported.
12+
- Available buttons setting description to indicate which buttons support share counts.
13+
14+
### Fixed
15+
- reCAPTCHA not working correctly in the email sharing modal.
16+
- Encoded characters in the "From Name" email setting.
17+
18+
## [1.0.1] = 2018-02-21
19+
### Changed
20+
- Email sharing modal can now be closed by clicking outside the modal or pressing the ESC key.
21+
- The minified stylesheet has been rebuilt. It was missing some styles.
22+
423
## [1.0.0] = 2018-02-09
524
- Initial Release

assets/css/admin-column.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin-column.min.css

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.fixed th.column-shared_counts{width:4em}

assets/css/admin-metabox.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/choices.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
===============================*/
44
.choices {
55
position: relative;
6-
margin-bottom: 24px;
6+
margin-bottom: 6px;
77
font-size: 16px;
88
}
99

assets/css/choices.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)