diff --git a/changelog.md b/changelog.md
index b3b266a..8e4daee 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
# changelog
+### Monday, 29/02/2016
+* Removng the changelog button from the Share page
+
### Saturday, 20/02/2016
* Fixed h1 headers not going full width (thanks McToomin27)
* Added a github issue template
diff --git a/client/homebrew/editor/snippets/snippets.js b/client/homebrew/editor/snippets/snippets.js
index 57dfa40..3c65ff6 100644
--- a/client/homebrew/editor/snippets/snippets.js
+++ b/client/homebrew/editor/snippets/snippets.js
@@ -115,5 +115,12 @@ module.exports = [
}
},
+ {
+ tooltip : "A4 Page Size",
+ icon : 'fa-file',
+ snippet : function(){
+ return '';
+ }
+ }
]
\ No newline at end of file
diff --git a/client/homebrew/sharePage/sharePage.jsx b/client/homebrew/sharePage/sharePage.jsx
index 75e5c77..a097ed7 100644
--- a/client/homebrew/sharePage/sharePage.jsx
+++ b/client/homebrew/sharePage/sharePage.jsx
@@ -29,6 +29,7 @@ var SharePage = React.createClass({
lastUpdated={this.props.entry.updatedAt}
views={this.props.entry.views}
printId={this.props.entry.shareId}
+ shareId={this.props.entry.shareId}
/>
diff --git a/package.json b/package.json
index 78f536a..900bd4c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "naturalCrit",
"description": "A super rad project!",
- "version": "1.3.0",
+ "version": "1.3.1",
"scripts": {
"postinstall": "gulp prod",
"start": "node server.js"