Revision 1733
Added by Dietmar over 12 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
31 Aug-2012 Build 1733 Dietmar Woellbrink (Luisehahne) |
|
17 |
+ forgot the jquery version.txt |
|
16 | 18 |
31 Aug-2012 Build 1732 Dietmar Woellbrink (Luisehahne) |
17 | 19 |
! update jquery to version 1.8.1 |
18 | 20 |
31 Aug-2012 Build 1731 Dietmar Woellbrink (Luisehahne) |
branches/2.8.x/wb/include/jquery/version.txt | ||
---|---|---|
1 |
jQuery 1.7.1
|
|
1 |
jQuery 1.8.1
|
|
2 | 2 |
jQuery UI 1.8.17 |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
51 | 51 |
|
52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3'); |
54 |
if(!defined('REVISION')) define('REVISION', '1732');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1733');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
Also available in: Unified diff
+ forgot the jquery version.txt