Changeset 1083:564b4948b219
- Timestamp:
- 12/18/12 17:30:49 (13 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r1046 r1083 1 1 Dotclear 2.5.0 - 201?-??-13 2 2 =========================================================== 3 * Ductile theme may now use webfont (from Google, Adobe and similar providers) 3 4 * daInstaller plugin is now included in the official distribution 4 5 * The media enhanced uploader may now be temporarily enabled or disabled … … 24 25 * Adaptative compression rate for thumbnails generation 25 26 * Add timestamp on admin information messages 26 * Update to jQuery 1.8. 2 and jQuery-UI 1.9(custom)27 * Update to jQuery 1.8.3 and jQuery-UI 1.9.2 (custom) 27 28 * Add default favicon.ico 28 29 * Add default attributes settings for image,mp3,flv insertion -
inc/dbschema/upgrade.php
r1082 r1083 33 33 34 34 $si = new dbStruct($core->con,$core->prefix); 35 //$changes = $si->synchronize($_s);35 $changes = $si->synchronize($_s); 36 36 37 37 /* Some other upgrades … … 306 306 } 307 307 308 if (version_compare($version,' 3.5','<='))308 if (version_compare($version,'2.5','<=')) 309 309 { 310 310 # Try to disable daInstaller plugin if it has been installed outside the default plugins directory
Note: See TracChangeset
for help on using the changeset viewer.