Changeset 3127:6f6550a613ea for inc/dbschema
- Timestamp:
- 10/25/15 21:40:24 (10 years ago)
- Branch:
- 2.8
- Children:
- 3128:3863cfaaae8d, 3144:a276616dcca9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/dbschema/upgrade.php
r3122 r3127 432 432 } 433 433 434 if (version_compare($version,'2.8 ','<'))434 if (version_compare($version,'2.8.1','<=')) 435 435 { 436 436 # switch from jQuery 1.11.1 to 1.11.2 … … 455 455 } 456 456 457 if (version_compare($version,'2.8. 1','<'))457 if (version_compare($version,'2.8.2','<=')) 458 458 { 459 459 # Update flie exclusion upload regex
Note: See TracChangeset
for help on using the changeset viewer.