Skip to content

Commit 83539e4

Browse files
committed
Bump version, add CHANGES note
1 parent 54fb24b commit 83539e4

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ Thumbs.db
77

88
# Build directory
99
dist
10+
11+
# Extension stub file
12+
markdown-here@adam.pritchard

src/common/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
2018-09-30: v2.13.4
5+
--------------------
6+
7+
* Fixed [bug #524] and [bug #526]: Due to v2.13.3 fix, Markdown Here didn't work in Thunderbird with a non-English UI.
8+
- Thanks to [KSR-Yasuda](https://github.com/KSR-Yasuda), [ensleep](https://github.com/ensleep), [Pedro Silva](https://github.com/pmanu93), [Christophe Meyer](https://github.com/stombi), [littdky](https://github.com/littdky), [Michael Lashkevich](https://github.com/lashkevi), [morsedl](https://github.com/morsedl).
9+
10+
411
2018-09-11: v2.13.3
512
--------------------
613

src/install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description about="urn:mozilla:install-manifest">
66
<em:type>2</em:type> <!-- 2 : Extension -->
77
<em:id>markdown-here@adam.pritchard</em:id>
8-
<em:version>2.13.3</em:version>
8+
<em:version>2.13.4</em:version>
99

1010
<!-- Firefox -->
1111
<em:targetApplication>

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_app_name__",
4-
"version": "2.13.3",
4+
"version": "2.13.4",
55
"description": "__MSG_app_slogan__",
66
"homepage_url": "http://markdown-here.com",
77
"default_locale": "en",

0 commit comments

Comments
 (0)