diff --git a/README.md b/README.md index 8cef7d5..a52a39f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Obsidian Custom Frames An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more. -**This plugin requires Obsidian 0.14.3 or newer due to changes in the way iframes are handled. If you still want to try the plugin, you can [install it manually](https://forum.obsidian.md/t/plugins-mini-faq/7737).** +**For header-heavy sites like Google Keep to work, this plugin requires Obsidian 0.14.3 or newer due to changes in the way iframes are handled.** ![A screenshot of the plugin in action](https://raw.githubusercontent.com/Ellpeck/ObsidianCustomFrames/master/screenshot.png) diff --git a/manifest.json b/manifest.json index 30b8f87..4cad2ff 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "obsidian-custom-frames", "name": "Custom Frames", "version": "2.0.0", - "minAppVersion": "0.14.3", + "minAppVersion": "0.13.33", "description": "A plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep and more.", "author": "Ellpeck", "authorUrl": "https://ellpeck.de", diff --git a/versions.json b/versions.json index 3b7ff21..41cbe80 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "2.0.0": "0.14.3" + "2.0.0": "0.13.33" }