Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Commit 572f3e1

Browse files
committed
updated version
1 parent 3b6667d commit 572f3e1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,13 @@ Link target will be that page's source file on Github or Gitlab or any repo.
4949
This plugin simply looks for HTML comment `<!-- Actions Right -->` in parsed page content and insert "edit link" HTML just before `<!-- Actions Right -->`.
5050

5151
This means if that HTML comment changes, this plugin will break but I hope to fix it easily whenever that happen.
52+
53+
## Changelog
54+
55+
*1.2 - 03 April 2015*
56+
57+
- Multiligual gitbook support added by @aniav (#2)
58+
59+
*1.1.3 - 11 Jan 2015*
60+
61+
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitbook-plugin-edit-link",
33
"description": "GitBook Plugin to add \"Edit this page\" link on every page. Link target will be that page's source file on Github or Gitlab or any repo.",
44
"main": "index.js",
5-
"version": "1.1.3",
5+
"version": "1.2",
66
"author": "rtCamp <[email protected]>",
77
"contributors": [{
88
"name": "Rahul Bansal",

0 commit comments

Comments
 (0)