Skip to content

Commit

Permalink
Update README docs
Browse files Browse the repository at this point in the history
  • Loading branch information
reganlawton committed Mar 1, 2019
1 parent f658b0a commit 2f4282d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Simple Sharing Changelog

## 1.0.3 - 2019-03-01

### Updated
- Updated README docs

## 1.0.2 - 2019-01-08

### Updated
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ To install the plugin, follow these instructions.
Your able to generate share links on the fly in a template as followed.

```twig
{{ craft.simplesharing.link(url, 'facebook') }}
{{ craft.simplesharing.link(url, 'twitter') }}
{{ craft.simplesharing.link(url, 'linkedin') }}
{{ craft.simplesharing.link(url, 'google') }}
{{ craft.simpleSharing.link(url, 'facebook') }}
{{ craft.simpleSharing.link(url, 'twitter') }}
{{ craft.simpleSharing.link(url, 'linkedin') }}
{{ craft.simpleSharing.link(url, 'google') }}
```

## Credits
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wrav/simplesharing",
"description": "Simple Sharing generates social media share links within CP entry pages, allowing you to quickly & easily share entries.",
"type": "craft-plugin",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"craft",
"cms",
Expand Down
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "1.0.3",
"downloadUrl": "https://github.com/wrav/simple-sharing/archive/master.zip",
"date": "2018-03-01:00:00+10:30",
"notes": [
"[Updated] Updated README docs"
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/wrav/simple-sharing/archive/master.zip",
Expand Down

0 comments on commit 2f4282d

Please sign in to comment.