diff --git a/CHANGELOG.md b/CHANGELOG.md index a1889cc..3136593 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Simple Sharing Changelog +## 1.0.3 - 2019-03-01 + +### Updated +- Updated README docs + ## 1.0.2 - 2019-01-08 ### Updated diff --git a/README.md b/README.md index a102c2c..6ccca14 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 14c1295..37569d5 100755 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/releases.json b/releases.json index 46bffe1..c8150b1 100755 --- a/releases.json +++ b/releases.json @@ -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",