remove git warnings from readme

release-0.3 0.3
PhilW 5 years ago
parent d3468eb2b8
commit ca8bd0b130

@ -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

@ -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"
}
}
}
Loading…
Cancel
Save