Changeset 3195:fd5315034154
- Timestamp:
- 02/29/16 12:32:40 (9 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r3179 r3194 24 24 * Update jQuery from 1.11.3 to 2.2.0, jQuery-migrate from 1.2.1 to 1.3.0, jQuery-ui-custom from 1.11.2 to 1.11.4 25 25 * Provide jQuery 2.2.0 for public use (themes/plugins) - 1.4.2 (default) and 1.11.3 still provided 26 * Some locales added or updated 26 27 * PHP 7 compliance, PHP 5.3 min 27 28 * Fix : Cope with "unknown" scheme in url (ie nor http: neither https: is defined in origin url) -
inc/prepend.php
r3193 r3195 142 142 # Constants 143 143 define('DC_ROOT',path::real(dirname(__FILE__).'/..')); 144 define('DC_VERSION','2. 9');144 define('DC_VERSION','2.10-dev'); 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.