Compare commits

...

2 Commits

Author SHA1 Message Date
PhilW f6c4a73977 Merge branch 'master' into release-0.1 5 years ago
PhilW a81f2d2174 prepare for release 5 years ago

@ -3,15 +3,6 @@ Roundcube Webmail Swipe
This plugin adds left/right/down swipe actions to entries in the the message This plugin adds left/right/down swipe actions to entries in the the message
list on touch devices (tables/phones). 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 License
------- -------
This plugin is released under the [GNU General Public License Version 3+][gpl]. 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 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. 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 [gpl]: https://www.gnu.org/licenses/gpl.html
[pointer]: https://caniuse.com/#feat=pointer [pointer]: https://caniuse.com/#feat=pointer
[touch]: https://caniuse.com/#feat=touch [touch]: https://caniuse.com/#feat=touch

@ -5,7 +5,7 @@
"homepage": "https://github.com/johndoh/roundcube-swipe/", "homepage": "https://github.com/johndoh/roundcube-swipe/",
"license": "GPL-3.0", "license": "GPL-3.0",
"type": "roundcube-plugin", "type": "roundcube-plugin",
"version": "0.1-git", "version": "0.1",
"authors": [ "authors": [
{ {
"name": "Philip Weir", "name": "Philip Weir",
@ -25,7 +25,7 @@
}, },
"extra": { "extra": {
"roundcube": { "roundcube": {
"min-version": "1.4-dev" "min-version": "1.4.0"
} }
} }
} }
Loading…
Cancel
Save