Changeset 3309:d23a41b088d9
- Timestamp:
- 08/15/16 09:25:08 (9 years ago)
- Branch:
- 2.10
- Tags:
- 2.10.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r3300 r3309 1 Dotclear 2.10.1 - 2016-08-15 2 =========================================================== 3 * CSP (Content-Security-Policies) : 4 * Fix default directive for new installation 5 * Cope with media public URL for media manager 6 * Cope with blog public URL for post/page preview 7 * Codemirror lib is now packed as the other Javascript lib are 8 1 9 Dotclear 2.10 - 2016-08-13 2 10 =========================================================== -
inc/prepend.php
r3301 r3309 142 142 # Constants 143 143 define('DC_ROOT',path::real(dirname(__FILE__).'/..')); 144 define('DC_VERSION','2.10 ');144 define('DC_VERSION','2.10.1'); 145 145 define('DC_DIGESTS',dirname(__FILE__).'/digests'); 146 146 define('DC_L10N_ROOT',dirname(__FILE__).'/../locales');
Note: See TracChangeset
for help on using the changeset viewer.