Browse Source

Bump version to 1.4.7

pull/7561/head 1.4.7
Thomas Bruederli 5 years ago
parent
commit
cdbefb54e2
  1. 2
      CHANGELOG
  2. 2
      index.php
  3. 2
      installer/index.php
  4. 2
      program/include/iniset.php
  5. 2
      program/lib/Roundcube/bootstrap.php
  6. 2
      public_html/index.php

2
CHANGELOG

@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================
RELEASE 1.4.7
-------------
- Fix bug where subfolders of special folders could have been duplicated on folder list
- Increase maximum size of contact jobtitle and department fields to 128 characters
- Fix missing newline after the logged line when writing to stdout (#7418)

2
index.php

@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.4.6 |
| Version 1.4.7 |
| |
| Copyright (C) The Roundcube Dev Team |
| |

2
installer/index.php

@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
| Version 1.4.6 |
| Version 1.4.7 |
| |
| Copyright (C) The Roundcube Dev Team |
| |

2
program/include/iniset.php

@ -20,7 +20,7 @@
*/
// application constants
define('RCMAIL_VERSION', '1.4.6');
define('RCMAIL_VERSION', '1.4.7');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {

2
program/lib/Roundcube/bootstrap.php

@ -58,7 +58,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
define('RCUBE_VERSION', '1.4.6');
define('RCUBE_VERSION', '1.4.7');
define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');

2
public_html/index.php

@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.4.6 |
| Version 1.4.7 |
| |
| Copyright (C) The Roundcube Dev Team |
| |

Loading…
Cancel
Save