Skip to content

Commit 34c42f0

Browse files
committed
Bump version to 1.4.11
1 parent 9dc276d commit 34c42f0

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
CHANGELOG Roundcube Webmail
22
===========================
33

4+
RELEASE 1.4.11
5+
--------------
46
- Display a nice error informing about no PHP8 support
57
- Elastic: Fix compatibility with Less v3 and v4 (#7813)
68
- Fix bug with managesieve_domains in Settings > Forwarding form (#7849)

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
+-------------------------------------------------------------------------+
44
| Roundcube Webmail IMAP Client |
5-
| Version 1.4.10 |
5+
| Version 1.4.11 |
66
| |
77
| Copyright (C) The Roundcube Dev Team |
88
| |

installer/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
+-------------------------------------------------------------------------+
55
| Roundcube Webmail setup tool |
6-
| Version 1.4.10 |
6+
| Version 1.4.11 |
77
| |
88
| Copyright (C) The Roundcube Dev Team |
99
| |

program/include/iniset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525

2626
// application constants
27-
define('RCMAIL_VERSION', '1.4.10');
27+
define('RCMAIL_VERSION', '1.4.11');
2828
define('RCMAIL_START', microtime(true));
2929

3030
if (!defined('INSTALL_PATH')) {

program/lib/Roundcube/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959

6060
// framework constants
61-
define('RCUBE_VERSION', '1.4.10');
61+
define('RCUBE_VERSION', '1.4.11');
6262
define('RCUBE_CHARSET', 'UTF-8');
6363
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');
6464

public_html/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
+-----------------------------------------------------------------------+
55
| Roundcube Webmail IMAP Client |
6-
| Version 1.4.10 |
6+
| Version 1.4.11 |
77
| |
88
| Copyright (C) The Roundcube Dev Team |
99
| |

0 commit comments

Comments
 (0)