diff --git a/CHANGELOG b/CHANGELOG index de3038bde..cfd56d0cd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.4.3 +------------- - Enigma: Fix so key list selection is reset when opening key creation form (#7154) - Enigma: Fix so using list checkbox selection does not load the key preview frame - Enigma: Fix generation of key pairs for identities with IDN domains (#7181) diff --git a/index.php b/index.php index b74ef018d..4774d0f9f 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.4.2 | + | Version 1.4.3 | | | | Copyright (C) The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index 10249064b..f7968640c 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.4.2 | + | Version 1.4.3 | | | | Copyright (C) The Roundcube Dev Team | | | diff --git a/plugins/elastic4mobile b/plugins/elastic4mobile new file mode 160000 index 000000000..924edef67 --- /dev/null +++ b/plugins/elastic4mobile @@ -0,0 +1 @@ +Subproject commit 924edef67f5db822a11d1361f12f1279fc04cc61 diff --git a/program/include/iniset.php b/program/include/iniset.php index 6daeb7bb7..1a60be143 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -20,7 +20,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.4.2'); +define('RCMAIL_VERSION', '1.4.3'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 9ace6b9ef..7b06ed17d 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -58,7 +58,7 @@ foreach ($config as $optname => $optval) { } // framework constants -define('RCUBE_VERSION', '1.4.2'); +define('RCUBE_VERSION', '1.4.3'); define('RCUBE_CHARSET', 'UTF-8'); define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP'); diff --git a/public_html/index.php b/public_html/index.php index 9f07e9069..27c24c81b 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.4.2 | + | Version 1.4.3 | | | | Copyright (C) The Roundcube Dev Team | | |