Skip to content

Commit 57412b7

Browse files
committed
Release prep
1 parent bce8b19 commit 57412b7

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

src/common/CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change Log
44
**The new logo is happening! Graphically-inclined people needed!** Submit your design, and the MDH users will vote on the next logo. Exciting! [Details are on the website.](http://markdown-here.com/logo.html)
55

66

7-
2015-03-xx: v2.11.5
7+
2015-03-29: v2.11.5
88
-------------------
99

1010
* [Fixed bug #243](https://github.com/adam-p/markdown-here/issues/243): Due to the way paragraphs were styled, there appeared to be a "blank line" inserted at the top when your Markdown-Here-rendered your content. The styling was changed to correct this.
@@ -24,6 +24,8 @@ Change Log
2424
- French: [H. Salah Eddine](https://crowdin.com/profile/jamesconception)
2525
- Turkish: [Yahya Erturan](https://crowdin.com/profile/yahyaerturan)
2626

27+
* And thanks to Erin for looking after Wulfie long enough for me to put this release together.
28+
2729

2830
2015-02-16: v2.11.4
2931
-------------------

src/common/upgrade-notification.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
}
6868

6969
#markdown-here-upgrade-notification-link {
70+
display: block;
7071
padding: 5px;
7172
}
7273

@@ -77,8 +78,8 @@
7778

7879
#markdown-here-upgrade-notification-close {
7980
position: absolute;
80-
top: 2px;
81-
right: 3px;
81+
top: 1px;
82+
right: 2px;
8283
}
8384

8485
#markdown-here-upgrade-notification-close:hover {

src/install.rdf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
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.11.4</em:version>
8+
<em:version>2.11.5</em:version>
99

1010
<em:targetApplication>
1111
<Description>
1212
<!-- Firefox -->
1313
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
1414
<em:minVersion>11.0</em:minVersion>
15-
<em:maxVersion>35.*</em:maxVersion>
15+
<em:maxVersion>38.*</em:maxVersion>
1616
</Description>
1717
</em:targetApplication>
1818

@@ -30,7 +30,7 @@
3030
<Description>
3131
<em:id>toolkit@mozilla.org</em:id>
3232
<em:minVersion>6.0</em:minVersion>
33-
<em:maxVersion>35.*</em:maxVersion>
33+
<em:maxVersion>38.*</em:maxVersion>
3434
</Description>
3535
</em:targetApplication>
3636

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.11.4",
4+
"version": "2.11.5",
55
"description": "__MSG_app_slogan__",
66
"homepage_url": "http://markdown-here.com",
77
"minimum_chrome_version": "6",

0 commit comments

Comments
 (0)