Skip to content

Commit

Permalink
1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
daviferreira committed May 7, 2014
1 parent d28d7d2 commit 01c1b7c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.8.8 / 2014-05-08
==================

* Fixes unlink behavior on Firefox
* Fixes white space behavior at the end of anchors


1.8.6 / 2014-05-03
==================

Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,24 +230,24 @@ The source files are located inside the __src__ directory.
```
project : medium-editor
repo age : 11 months
active : 141 days
commits : 516
active : 145 days
commits : 535
files : 56
authors :
379 Davi Ferreira 73.4%
20 Maxime de Visscher 3.9%
12 Andy Yaco-Mink 2.3%
8 Derek Odegard 1.6%
8 Jarl Gunnar T. Flaten 1.6%
8 Pedro Nasser 1.6%
8 Seif 1.6%
5 Martin Thurau 1.0%
4 Sebastian Zuchmanski 0.8%
4 minikomi 0.8%
396 Davi Ferreira 74.0%
20 Maxime de Visscher 3.7%
12 Andy Yaco-Mink 2.2%
8 Derek Odegard 1.5%
8 Jarl Gunnar T. Flaten 1.5%
8 Pedro Nasser 1.5%
8 Seif 1.5%
5 Martin Thurau 0.9%
5 OmniaGM 0.9%
4 Sebastian Zuchmanski 0.7%
4 minikomi 0.7%
3 Andrew Hubbs 0.6%
3 Dmitri Cherniak 0.6%
3 Nikita Korotaev 0.6%
3 OmniaGM 0.6%
3 Troels Knak-Nielsen 0.6%
3 arol 0.6%
3 ʞuıɯ-oɔɐʎ ʎpuɐ 0.6%
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-editor",
"version": "1.8.6",
"version": "1.8.8",
"homepage": "http://daviferreira.github.io/medium-editor/",
"authors": [
"Davi Ferreira <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-editor",
"version": "1.8.6",
"version": "1.8.8",
"author": "Davi Ferreira <[email protected]>",
"description": "Medium.com WYSIWYG editor clone.",
"main": "src/js/medium-editor.js",
Expand Down

0 comments on commit 01c1b7c

Please sign in to comment.