Revision 1752
Added by Dietmar about 12 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
14 Sep-2012 Build 1752 Dietmar Woellbrink (Luisehahne) |
|
17 |
! forgot to upload CHANGELOG and version.php |
|
18 |
14 Sep-2012 Build 1751 Dietmar Woellbrink (Luisehahne) |
|
19 |
- remove Template Engine Quickskin, but don't delete by upgrade-script on your webspace |
|
20 |
! see Revsion 1749 set pages field menu to default 1 by new install |
|
21 |
+ add folder DOCS to Twig with changelog, authours and licence |
|
22 |
please find the Twig Book as pdf, This is the documentation for Twig, |
|
16 | 23 |
14 Sep-2012 Build 1750 Dietmar Woellbrink (Luisehahne) |
17 | 24 |
# fixed missing ({missing: TEXT_TEMPLATE}) in template details |
18 | 25 |
14 Sep-2012 Build 1749 Dietmar Woellbrink (Luisehahne) |
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', '1750');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1752');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
Also available in: Unified diff
! forgot to upload CHANGELOG and version.php