forked from Techsystech/web
[MIG] web_widget_text_markdown: Migration to 13.0
parent
ef99af6cf1
commit
8960a9e4fe
|
@ -1,2 +0,0 @@
|
||||||
[bdist_wheel]
|
|
||||||
universal=1
|
|
|
@ -4,7 +4,7 @@
|
||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
{
|
{
|
||||||
"name": "Web Widget Text Markdown",
|
"name": "Web Widget Text Markdown",
|
||||||
"version": "11.0.1.0.0",
|
"version": "13.0.1.0.0",
|
||||||
"author": "Alexandre Díaz, "
|
"author": "Alexandre Díaz, "
|
||||||
"Komit, "
|
"Komit, "
|
||||||
"Sudokeys, "
|
"Sudokeys, "
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
* Nicolas Jeudy <nicolas@sudokeys.com>
|
* Nicolas Jeudy <nicolas@sudokeys.com>
|
||||||
* Nguyen Tan Phuc <phuc.nt@komit-consulting.com>
|
* Nguyen Tan Phuc <phuc.nt@komit-consulting.com>
|
||||||
* Alexandre Díaz <dev@redneboa.es>
|
* Alexandre Díaz <dev@redneboa.es>
|
||||||
|
* Olga Marco Puértolas <olga.marco@creublanca.es>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<xpath expr="." position="inside">
|
<xpath expr="." position="inside">
|
||||||
<link
|
<link
|
||||||
rel='stylesheet'
|
rel='stylesheet'
|
||||||
href='/web_widget_text_markdown/static/src/less/web_widget_text_markdown.less'
|
href='/web_widget_text_markdown/static/src/scss/web_widget_text_markdown.scss'
|
||||||
/>
|
/>
|
||||||
<script
|
<script
|
||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
|
|
Loading…
Reference in New Issue