diff --git a/README.md b/README.md index e55e0c9..e907d9d 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benji300/joplin-quick-move) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.quick-move/plugin.jpl) | Quick Move | 1.1.0 | Collection of commands to quickly move notes to other notebooks. | Benji300 | | [🏠](https://github.com/Kaid00/joplin-random-note/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.plugin.randomNotePlugin/plugin.jpl) | Random note | 1.0.3 | Opens a random note from your vault | Azamah Junior | | [🏠](https://discourse.joplinapp.org/t/plugin-repeating-to-dos/16470) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-repeating-todos/plugin.jpl) | Repeating To-Dos | 0.2.0 | A powerful and comprehensive plugin for to-do repetition/recurrence | BeatLink | -| [🏠](https://github.com/manuerwin/joplin-plugin-replace-resources#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.manuerwin.replace-resources/plugin.jpl) | Replace Resources | 0.13.1 | Mass replacement of Joplin resources such as resized image files. | Manu Erwin | +| [🏠](https://github.com/manuerwin/joplin-plugin-attache#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.manuerwin.replace-resources/plugin.jpl) | Replace Resources | 0.14.1 DEPRECATED | Plugin name changed to Attache | Manu Erwin | | [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.resource-search/plugin.jpl) | Resource Search Plugin | 0.1.1 | Search in Attached Resources | Roman Musin | | [🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.rich-markdown/plugin.jpl) | Rich Markdown | 0.7.3 | Helping you ditch the markdown viewer for good. | Caleb John | | [🏠](https://github.com/hieuthi/joplin-plugin-rubi-and-furigana) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.rubi-and-furigana/plugin.jpl) | Rubi and Furigana | 1.1.0 | Commands that insert appropriate <ruby> and <rt> tags to formatted text to display furigana. | Hieu-Thi Luong | diff --git a/manifests.json b/manifests.json index 4c6d379..8b64f8b 100644 --- a/manifests.json +++ b/manifests.json @@ -1348,19 +1348,19 @@ "manifest_version": 1, "id": "io.github.manuerwin.replace-resources", "app_min_version": "2.2", - "version": "0.13.1", + "version": "0.14.1 DEPRECATED", "name": "Replace Resources", - "description": "Mass replacement of Joplin resources such as resized image files.", + "description": "Plugin name changed to Attache", "author": "Manu Erwin", - "homepage_url": "https://github.com/manuerwin/joplin-plugin-replace-resources#readme", - "repository_url": "https://github.com/manuerwin/joplin-plugin-replace-resources", + "homepage_url": "https://github.com/manuerwin/joplin-plugin-attache#readme", + "repository_url": "https://github.com/manuerwin/joplin-plugin-attache", "keywords": [ "joplin-plugin", "replace", "resources" ], - "_publish_hash": "sha256:53350e6382245785fc3ba095e63a55cada43c9fa1507d39bf52c69e4de3fed7c", - "_publish_commit": "trunk:02ad5b3bd87cc1e0030311b0f178754384b905e6", + "_publish_hash": "sha256:e55935d28b0ca843d0c941bc14cbb05bb287497397774ce7aeac2fce6ff4054a", + "_publish_commit": "deprecate:a06b47ac979cc4b747c0786a379d0725c06d4aa5", "_npm_package_name": "joplin-plugin-replace-resources" }, "ylc395.noteLinkSystem": { diff --git a/plugins/io.github.manuerwin.replace-resources/manifest.json b/plugins/io.github.manuerwin.replace-resources/manifest.json index ded8e0a..d6d3ab1 100644 --- a/plugins/io.github.manuerwin.replace-resources/manifest.json +++ b/plugins/io.github.manuerwin.replace-resources/manifest.json @@ -2,18 +2,18 @@ "manifest_version": 1, "id": "io.github.manuerwin.replace-resources", "app_min_version": "2.2", - "version": "0.13.1", + "version": "0.14.1 DEPRECATED", "name": "Replace Resources", - "description": "Mass replacement of Joplin resources such as resized image files.", + "description": "Plugin name changed to Attache", "author": "Manu Erwin", - "homepage_url": "https://github.com/manuerwin/joplin-plugin-replace-resources#readme", - "repository_url": "https://github.com/manuerwin/joplin-plugin-replace-resources", + "homepage_url": "https://github.com/manuerwin/joplin-plugin-attache#readme", + "repository_url": "https://github.com/manuerwin/joplin-plugin-attache", "keywords": [ "joplin-plugin", "replace", "resources" ], - "_publish_hash": "sha256:53350e6382245785fc3ba095e63a55cada43c9fa1507d39bf52c69e4de3fed7c", - "_publish_commit": "trunk:02ad5b3bd87cc1e0030311b0f178754384b905e6", + "_publish_hash": "sha256:e55935d28b0ca843d0c941bc14cbb05bb287497397774ce7aeac2fce6ff4054a", + "_publish_commit": "deprecate:a06b47ac979cc4b747c0786a379d0725c06d4aa5", "_npm_package_name": "joplin-plugin-replace-resources" } \ No newline at end of file diff --git a/plugins/io.github.manuerwin.replace-resources/plugin.jpl b/plugins/io.github.manuerwin.replace-resources/plugin.jpl index b73273a..44e013a 100644 Binary files a/plugins/io.github.manuerwin.replace-resources/plugin.jpl and b/plugins/io.github.manuerwin.replace-resources/plugin.jpl differ