change the version requirement to be a disclaimer instead

This commit is contained in:
Ell 2022-03-23 12:58:33 +01:00
parent 51d911f9be
commit 52392cfb63
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Obsidian Custom Frames # 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. 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) ![A screenshot of the plugin in action](https://raw.githubusercontent.com/Ellpeck/ObsidianCustomFrames/master/screenshot.png)

View file

@ -2,7 +2,7 @@
"id": "obsidian-custom-frames", "id": "obsidian-custom-frames",
"name": "Custom Frames", "name": "Custom Frames",
"version": "2.0.0", "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.", "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", "author": "Ellpeck",
"authorUrl": "https://ellpeck.de", "authorUrl": "https://ellpeck.de",

View file

@ -1,3 +1,3 @@
{ {
"2.0.0": "0.14.3" "2.0.0": "0.13.33"
} }