Changeset 789:7a85f83e8e55
- Timestamp:
- 12/24/11 10:09:08 (14 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r787 r789 2 2 =========================================================== 3 3 * Happy Christmas! 4 * Security: fixed one SQL injection vulnerability in Clearbricks 4 * Security: fixed one SQL injection vulnerability in Clearbricks, thanks to Adjaya 5 5 * New behaviour: publicGetURLFor 6 6 * New behaviour: publicRegisterURL … … 8 8 * Changed the way to get artefacts URLs, through $core->url->getURLFor calls, instead of $core->url->getBase() 9 9 * new/updated parameter sql_only in $core->blog->getPosts and $core->blog->getComments 10 11 10 12 11 Dotclear 2.4.0 - 2011-11-13 -
inc/prepend.php
r787 r789 123 123 # Constants 124 124 define('DC_ROOT',path::real(dirname(__FILE__).'/..')); 125 define('DC_VERSION','2. 4.1.2');125 define('DC_VERSION','2.5-dev'); 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.