Skip to content

Commit

Permalink
Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Nov 27, 2016
1 parent e8fc888 commit f04fc50
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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.2.3
-------------
- Searching in both contacts and groups when LDAP addressbook with group_filters option is used
- Fix vulnerability in handling of mail()'s 5th argument
- Fix To: header encoding in mail sent with mail() method (#5475)
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.2.2 |
| Version 1.2.3 |
| |
| Copyright (C) 2005-2016, 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.2.2 |
| Version 1.2.3 |
| |
| Copyright (C) 2009-2016, 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 @@ -21,7 +21,7 @@
*/

// application constants
define('RCMAIL_VERSION', '1.2.2');
define('RCMAIL_VERSION', '1.2.3');
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 @@ -55,7 +55,7 @@
}

// framework constants
define('RCUBE_VERSION', '1.2.2');
define('RCUBE_VERSION', '1.2.3');
define('RCUBE_CHARSET', 'UTF-8');

if (!defined('RCUBE_LIB_DIR')) {
Expand Down

0 comments on commit f04fc50

Please sign in to comment.