diff --git a/README.md b/README.md index 4b640d8..4221e2b 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,6 @@ Roundcube Webmail Swipe This plugin adds left/right/down swipe actions to entries in the the message list on touch devices (tables/phones). -ATTENTION ---------- -This is just a snapshot from the GIT repository and is **NOT A STABLE version -of Swipe**. It is Intended for use with the **GIT-master** version of -Roundcube and it may not be compatible with older versions. Stable versions of -Swipe are available from the [Roundcube plugin repository][rcplugrepo] -(for 1.4 and above) or the [releases section][releases] of the GitHub -repository. - License ------- This plugin is released under the [GNU General Public License Version 3+][gpl]. @@ -148,8 +139,6 @@ an action: Note: Only 1 of callback and command need to be supplied. If no callback is defined then the command is passed to the standard Swipe callback function. -[rcplugrepo]: https://plugins.roundcube.net/packages/johndoh/swipe -[releases]: https://github.com/johndoh/roundcube-swipe/releases [gpl]: https://www.gnu.org/licenses/gpl.html [pointer]: https://caniuse.com/#feat=pointer [touch]: https://caniuse.com/#feat=touch diff --git a/composer.json b/composer.json index 3800f23..ce7953c 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://github.com/johndoh/roundcube-swipe/", "license": "GPL-3.0", "type": "roundcube-plugin", - "version": "0.2-git", + "version": "0.3", "authors": [ { "name": "Philip Weir", @@ -25,7 +25,7 @@ }, "extra": { "roundcube": { - "min-version": "1.4-git" + "min-version": "1.4.4" } } } \ No newline at end of file