diff --git a/README.md b/README.md index 239196e..1b347b9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This repository contains the following plugins: | [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.hotfolder/plugin.jpl) | Hotfolder | 1.0.1 | Monitors a locale folder and import the files as a new note. | JackGruber | | [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.inline-tags/plugin.jpl) | Inline tags | 1.2.0 | Inline tags plugin | Roman Musin | | [🏠](https://github.com/herdsothom/joplin-insert-date) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-insert-date/plugin.jpl) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom | -| [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl) | Jira Issue | 2.2.2 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | marc0l92 | +| [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl) | Jira Issue | 2.3.0 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | marc0l92 | | [🏠](https://github.com/chenlijun99/autoanki/packages/joplin-plugin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.anki-sync/plugin.jpl) | Joplin Anki Sync | 1.0.0 | Bidirectional sync between Joplin and Anki | Lijun Chen | | [🏠](https://github.com/makaanneo/joplin-plugin-apollo) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.apollo/plugin.jpl) | Joplin Note Attachement rename | 1.2.0 | Joplin plugin to rename note attachments, | makaanneo | | [🏠](https://github.com/Cologler/userlink-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler | diff --git a/manifests.json b/manifests.json index 6bbd6e0..ba89680 100644 --- a/manifests.json +++ b/manifests.json @@ -469,7 +469,7 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-jira-issue", "app_min_version": "1.7", - "version": "2.2.2", + "version": "2.3.0", "name": "Jira Issue", "description": "Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes.", "author": "marc0l92", @@ -480,8 +480,8 @@ "jira", "issue" ], - "_publish_hash": "sha256:239fdb892d0c13f5a7942a1b62ba84ba3e99dfb719b385f8ba8978be2bff5780", - "_publish_commit": "main:b1c31945c9402f9af88c0475ce5fcc2fbc813188", + "_publish_hash": "sha256:f11c7fb2a6073a5983f16a076625b0411874e94360c43759b2256f1ab901fb9d", + "_publish_commit": "main:1100bbd7ebf986eb104d8737fa7500756241adac", "_npm_package_name": "joplin-plugin-jira-issue" }, "joplin.plugin.ambrt.fold-cm": { diff --git a/plugins/com.github.marc0l92.joplin-plugin-jira-issue/manifest.json b/plugins/com.github.marc0l92.joplin-plugin-jira-issue/manifest.json index 93adea4..425f411 100644 --- a/plugins/com.github.marc0l92.joplin-plugin-jira-issue/manifest.json +++ b/plugins/com.github.marc0l92.joplin-plugin-jira-issue/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-jira-issue", "app_min_version": "1.7", - "version": "2.2.2", + "version": "2.3.0", "name": "Jira Issue", "description": "Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes.", "author": "marc0l92", @@ -13,7 +13,7 @@ "jira", "issue" ], - "_publish_hash": "sha256:239fdb892d0c13f5a7942a1b62ba84ba3e99dfb719b385f8ba8978be2bff5780", - "_publish_commit": "main:b1c31945c9402f9af88c0475ce5fcc2fbc813188", + "_publish_hash": "sha256:f11c7fb2a6073a5983f16a076625b0411874e94360c43759b2256f1ab901fb9d", + "_publish_commit": "main:1100bbd7ebf986eb104d8737fa7500756241adac", "_npm_package_name": "joplin-plugin-jira-issue" } \ No newline at end of file diff --git a/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl b/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl index 96bee77..505443e 100644 Binary files a/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl and b/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl differ