Changeset 4046:0e0075d2cc78
- Timestamp:
- 10/01/19 10:40:45 (3 years ago)
- Branch:
- default
- Parents:
- 4039:c050fa0c2bb3 (diff), 4045:f9cf8ec16f6d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Tags:
- tip
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r4034 r4046 1 Dotclear 2.15.2 - 2019-10-01 2 =========================================================== 3 * Fix: Ajax saving of files in theme editor when using codemirror 4 * Fix: Video insertion with CKEditor or LegacyEditor 5 * Fix: Badge position for dashboard modules counters 6 1 7 Dotclear 2.15.1 - 2019-08-29 2 8 =========================================================== -
CHANGELOG
r4043 r4046 27 27 * Template system: Allow ?sub for category/categories attributes of tpl:EntryIf, and for url/urls attributes of tpl:CategoryIf 28 28 * Responsive tables/lists (posts, pages, users, …) 29 * Spams preview (administrative board) now shows HTML code rather than interpreted content 29 30 * Fix: port used behind reverse proxy (Clearbricks) 30 31 * Lib: Update Codemirror to 5.48.0 -
inc/prepend.php
r4043 r4046 145 145 # Constants 146 146 define('DC_ROOT', path::real(dirname(__FILE__) . '/..')); 147 define('DC_VERSION', '2.1 5.2');147 define('DC_VERSION', '2.16-dev'); 148 148 define('DC_DIGESTS', dirname(__FILE__) . '/digests'); 149 149 define('DC_L10N_ROOT', dirname(__FILE__) . '/../locales');
Note: See TracChangeset
for help on using the changeset viewer.