diff --git a/README.md b/README.md index da5e97e..24838ac 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ This repository contains the following plugins: | [🏠](https://github.com/joplin/plugin-templates) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.templates/plugin.jpl) | Templates | 2.3.0 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal | | [🏠](https://github.com/sadmice/Joplin-Plugin-Text-Colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/sadmice.TextColorize/plugin.jpl) | Text Colorize | 1.2.1 | Easily apply color to text. | Sadmice | | [🏠](https://github.com/aranajuan/joplin-plugin-timetagger) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.jpa.joplin.timetagger/plugin.jpl) | TimeTagger Plugin | 1.1.0 | Time tracking with Joplin and TimeTagger | Juan Arana | -| [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.6.0 | Transform markdown table into d3js chart | Samuel Gagnepain | +| [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.7.0 | Transform markdown table into d3js chart | Samuel Gagnepain | | [🏠](https://github.com/joplin/plugin-victor#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.Victor/plugin.jpl) | Victor | 1.0.0 | Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over. | Laurent Cozic | | [🏠](https://discourse.joplinapp.org/t/joplin-white-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-white-theme/plugin.jpl) | White Theme | 1.2.5 | A white theme for joplin | BeatLink | diff --git a/manifests.json b/manifests.json index 8a37efa..e7d9a12 100644 --- a/manifests.json +++ b/manifests.json @@ -1290,8 +1290,8 @@ "net.gagnepain.turnToChart": { "manifest_version": 1, "id": "net.gagnepain.turnToChart", - "app_min_version": "1.8", - "version": "1.6.0", + "app_min_version": "2.8", + "version": "1.7.0", "name": "turnToChart", "description": "Transform markdown table into d3js chart", "author": "Samuel Gagnepain", @@ -1304,8 +1304,9 @@ "chart", "ui" ], - "_publish_hash": "sha256:1da46a33149d0849307cc1ada49ba2e5fc3614a7b7607d5c3a03a5ce401543a2", - "_publish_commit": "master:e8bdcb55d1cfb7c0f6dd894b3779d730fe6c472e", + "categories": [], + "_publish_hash": "sha256:b42340f0808374ce3b483c12a7f5f5e9476ffd0bc9d0c30fac10b70f4707d6db", + "_publish_commit": "use-turn-to-chart-package:bb6799641fd561b0f99196a1cc25d935374d211d", "_npm_package_name": "joplin-plugin-turn-to-chart" }, "com.hieuthi.joplin.copy-anchor-link": { diff --git a/plugins/net.gagnepain.turnToChart/manifest.json b/plugins/net.gagnepain.turnToChart/manifest.json index d47a2cf..27d262c 100644 --- a/plugins/net.gagnepain.turnToChart/manifest.json +++ b/plugins/net.gagnepain.turnToChart/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 1, "id": "net.gagnepain.turnToChart", - "app_min_version": "1.8", - "version": "1.6.0", + "app_min_version": "2.8", + "version": "1.7.0", "name": "turnToChart", "description": "Transform markdown table into d3js chart", "author": "Samuel Gagnepain", @@ -15,7 +15,8 @@ "chart", "ui" ], - "_publish_hash": "sha256:1da46a33149d0849307cc1ada49ba2e5fc3614a7b7607d5c3a03a5ce401543a2", - "_publish_commit": "master:e8bdcb55d1cfb7c0f6dd894b3779d730fe6c472e", + "categories": [], + "_publish_hash": "sha256:b42340f0808374ce3b483c12a7f5f5e9476ffd0bc9d0c30fac10b70f4707d6db", + "_publish_commit": "use-turn-to-chart-package:bb6799641fd561b0f99196a1cc25d935374d211d", "_npm_package_name": "joplin-plugin-turn-to-chart" } \ No newline at end of file diff --git a/plugins/net.gagnepain.turnToChart/plugin.jpl b/plugins/net.gagnepain.turnToChart/plugin.jpl index a553c70..8aebd3e 100644 Binary files a/plugins/net.gagnepain.turnToChart/plugin.jpl and b/plugins/net.gagnepain.turnToChart/plugin.jpl differ