Changeset 1233
- Timestamp:
- 02/24/10 03:11:52 (3 years ago)
- Location:
- branches/1.2
- Files:
-
- 3 edited
-
Hotaru.php (modified) (1 diff)
-
READ_ME.txt (modified) (1 diff)
-
install/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/Hotaru.php
r1214 r1233 26 26 class Hotaru 27 27 { 28 protected $version = "1.1 "; // Hotaru CMS version28 protected $version = "1.1.1"; // Hotaru CMS version 29 29 protected $isDebug = false; // show db queries and page loading time 30 30 protected $isAdmin = false; // flag to tell if we are in Admin or not -
branches/1.2/READ_ME.txt
r1188 r1233 1 1 HOTARU CMS 2 Version: 1.1 3 Released: Feb 2 0th 20102 Version: 1.1.1 3 Released: Feb 24th 2010 4 4 5 5 INSTALLATION -
branches/1.2/install/upgrade.php
r1188 r1233 340 340 341 341 // 1.0.5 to 1.1 342 if ($old_version == "1.0.5") { 343 344 // update "old version" for next set of upgrades 345 $old_version = "1.1"; 346 } 342 if ($old_version == "1.0.5") { $old_version = "1.1"; } // update "old version" for next set of upgrades 343 344 // 1.1 to 1.1.1 345 if ($old_version == "1.1") { $old_version = "1.1.1"; } // update "old version" for next set of upgrades 347 346 348 347 // Update Hotaru version number to the database (referred to when upgrading)
Note: See TracChangeset
for help on using the changeset viewer.