Skip to content

Commit

Permalink
Bump version to 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Sep 27, 2020
1 parent 580f7ca commit 22bdb65
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CHANGELOG Roundcube Webmail
===========================

RELEASE 1.4.9
-------------
- Fix HTML editor in latest Chrome 85.0.4183.102, update to TinyMCE 4.9.11 (#7615)
- Add missing localization for some label/legend elements in userinfo plugin (#7478)
- Fix importing birthday dates from Gmail vCards (BDAY:YYYYMMDD)
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.4.8 |
| Version 1.4.9 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
Expand Down
2 changes: 1 addition & 1 deletion installer/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
| Version 1.4.8 |
| Version 1.4.9 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
Expand Down
2 changes: 1 addition & 1 deletion program/include/iniset.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

// application constants
define('RCMAIL_VERSION', '1.4.8');
define('RCMAIL_VERSION', '1.4.9');
define('RCMAIL_START', microtime(true));

if (!defined('INSTALL_PATH')) {
Expand Down
2 changes: 1 addition & 1 deletion program/lib/Roundcube/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}

// framework constants
define('RCUBE_VERSION', '1.4.8');
define('RCUBE_VERSION', '1.4.9');
define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');

Expand Down
2 changes: 1 addition & 1 deletion public_html/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.4.8 |
| Version 1.4.9 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
Expand Down

0 comments on commit 22bdb65

Please sign in to comment.