Changeset 3485:4c17ef251f93
- Timestamp:
- 12/29/16 15:35:02 (9 years ago)
- Branch:
- 2.11
- Tags:
- 2.11.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r3474 r3485 1 Dotclear 2.11.2 - 2016-12-29 2 =========================================================== 3 * Fix: Ensure compatibility with old version of PHP (5.3, 5.4) 4 * Fix: New path of CSP report for maintenance deletion task 5 * Fix: Broken entry preview 6 * Fix: Avoid outgoing link on images in media manager 7 * 🌼 → Do not include empty div as it disrupts CSS flexbox system 8 1 9 Dotclear 2.11.1 - 2016-12-28 2 10 =========================================================== -
inc/prepend.php
r3474 r3485 144 144 # Constants 145 145 define('DC_ROOT',path::real(dirname(__FILE__).'/..')); 146 define('DC_VERSION','2.11. 1');146 define('DC_VERSION','2.11.2'); 147 147 define('DC_DIGESTS',dirname(__FILE__).'/digests'); 148 148 define('DC_L10N_ROOT',dirname(__FILE__).'/../locales');
Note: See TracChangeset
for help on using the changeset viewer.