Skip to content

Commit

Permalink
Bump version to 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Sep 16, 2023
1 parent c998034 commit 69be0b7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,5 +1,7 @@
# Changelog Roundcube Webmail

RELEASE 1.4.14
--------------
- Fix cross-site scripting (XSS) vulnerability in handling of linkrefs in plain text messages
- Enigma: Fix initial synchronization of private keys

Expand Down
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.4.13 |
| Version 1.4.14 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
Expand Down
2 changes: 1 addition & 1 deletion installer/index.php
Expand Up @@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
| Version 1.4.13 |
| Version 1.4.14 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
Expand Down
2 changes: 1 addition & 1 deletion program/include/iniset.php
Expand Up @@ -24,7 +24,7 @@
}

// application constants
define('RCMAIL_VERSION', '1.4.13');
define('RCMAIL_VERSION', '1.4.14');
define('RCMAIL_START', microtime(true));

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

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

Expand Down
2 changes: 1 addition & 1 deletion public_html/index.php
Expand Up @@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.4.13 |
| Version 1.4.14 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
Expand Down

0 comments on commit 69be0b7

Please sign in to comment.