From 2f9942f618c3262ba5c9ebf10072071be8860693 Mon Sep 17 00:00:00 2001 From: PhilW Date: Sat, 18 Jun 2022 08:12:09 +0100 Subject: [PATCH] remove dev warning --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 9231593..1f30a79 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,6 @@ Roundcube Webmail GlobalAddressbook This plugin adds global SQL based address books to Roundcube. It can be global per installation, per IMAP host or per domain. -ATTENTION ---------- -This is just a snapshot from the GIT repository and is **NOT A STABLE version -of GlobalAddressbook**. It is Intended for use with the **GIT-master** version -of Roundcube and it may not be compatible with older versions. Stable versions -of GlobalAddressbook are available from the -[Roundcube plugin repository][rcplugrepo] (for 1.0 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]. @@ -154,6 +145,4 @@ $api->register_hook('globaladdressbook_permissions', function($p) { }); ``` -[rcplugrepo]: https://plugins.roundcube.net/#/packages/johndoh/globaladdressbook -[releases]: https://github.com/johndoh/roundcube-globaladdressbook/releases [gpl]: https://www.gnu.org/licenses/gpl.html \ No newline at end of file