Changeset 787:5307412afe6d
- Timestamp:
- 12/24/11 09:31:51 (14 years ago)
- Branch:
- default
- Children:
- 788:2965b8100575, 789:7a85f83e8e55
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r777 r787 1 Dotclear 2.4.1-dev 2 =========================================================== 3 * New behavior : publicGetURLFor 4 * New behavior : publicRegisterURL 5 * New behavior : templatePrepareParams 1 Dotclear 2.4.1.2 - 2011-12-24 2 =========================================================== 3 * Happy Christmas! 4 * Security: fixed one SQL injection vulnerability in Clearbricks 5 * New behaviour: publicGetURLFor 6 * New behaviour: publicRegisterURL 7 * New behaviour: templatePrepareParams 6 8 * Changed the way to get artefacts URLs, through $core->url->getURLFor calls, instead of $core->url->getBase() 7 9 * new/updated parameter sql_only in $core->blog->getPosts and $core->blog->getComments 8 10 9 11 10 Dotclear 2.4.0 12 Dotclear 2.4.0 - 2011-11-13 11 13 =========================================================== 12 14 * Admin: new iconset from Thomas Daveluy … … 21 23 * Various bug fixes 22 24 23 Dotclear 2.3.1 - 20 01-06-1425 Dotclear 2.3.1 - 2011-06-14 24 26 =========================================================== 25 27 * Updated makefile for cleaner distrib. -
inc/prepend.php
r776 r787 123 123 # Constants 124 124 define('DC_ROOT',path::real(dirname(__FILE__).'/..')); 125 define('DC_VERSION','2.4. 0');125 define('DC_VERSION','2.4.1.2'); 126 126 define('DC_DIGESTS',dirname(__FILE__).'/digests'); 127 127 define('DC_L10N_ROOT',dirname(__FILE__).'/../locales');
Note: See TracChangeset
for help on using the changeset viewer.