Changeset 868:6fce22612114
- Timestamp:
- 08/13/12 11:21:55 (13 years ago)
- Branch:
- 2.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r824 r868 1 Dotclear 2.4.4 - 2012-08-13 2 =========================================================== 3 * Bugfix: Programmed entries works again. 4 * Compatibility fix: widgets are now fully php >=5.3 compliant 5 * Security fix: potential CSRF in user management 6 * has_tag now part of dotclear core, moved from tag plugin. 7 * empty title fixed on rss reader widget 8 9 1 10 Dotclear 2.4.3 - 2012-05-18 2 11 =========================================================== -
inc/prepend.php
r826 r868 123 123 # Constants 124 124 define('DC_ROOT',path::real(dirname(__FILE__).'/..')); 125 define('DC_VERSION','2.4. 3');125 define('DC_VERSION','2.4.4'); 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.