Skip to content

Commit

Permalink
fix: markdown.js errors with django.contrib.staticfiles.storage.Manif…
Browse files Browse the repository at this point in the history
…estStaticFilesStorage #197
  • Loading branch information
Agus Makmun committed Mar 16, 2023
1 parent 63fe9f4 commit 2d85440
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 32 deletions.
4 changes: 2 additions & 2 deletions martor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__VERSION__ = "1.6.19"
__RELEASE_DATE__ = "02-Mar-2023"
__VERSION__ = "1.6.20"
__RELEASE_DATE__ = "16-Mar-2023"
__AUTHOR__ = "Agus Makmun (Summon Agus)"
__AUTHOR_EMAIL__ = "summon.agus@gmail.com"
4 changes: 2 additions & 2 deletions martor/static/martor/css/martor-admin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions martor/static/martor/css/martor.bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions martor/static/martor/css/martor.semantic.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions martor/static/martor/js/martor.bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Name : Martor v1.6.19
* Name : Martor v1.6.20
* Created by : Agus Makmun (Summon Agus)
* Release date : 02-Mar-2023
* Release date : 16-Mar-2023
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
* Repository : https://github.com/agusmakmun/django-markdown-editor
**/
Expand Down
4 changes: 2 additions & 2 deletions martor/static/martor/js/martor.bootstrap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions martor/static/martor/js/martor.semantic.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Name : Martor v1.6.19
* Name : Martor v1.6.20
* Created by : Agus Makmun (Summon Agus)
* Release date : 02-Mar-2023
* Release date : 16-Mar-2023
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
* Repository : https://github.com/agusmakmun/django-markdown-editor
**/
Expand Down
4 changes: 2 additions & 2 deletions martor/static/martor/js/martor.semantic.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions martor/static/plugins/js/ace.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions martor/static/plugins/js/ext-language_tools.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions martor/static/plugins/js/mode-markdown.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions martor/static/plugins/js/snippets/markdown.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions martor/static/plugins/js/theme-github.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d85440

Please sign in to comment.