Changeset 1286 for branches/1.2
- Timestamp:
- 03/07/10 15:27:28 (3 years ago)
- Location:
- branches/1.2
- Files:
-
- 3 edited
-
Hotaru.php (modified) (1 diff)
-
READ_ME.txt (modified) (3 diffs)
-
install/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/Hotaru.php
r1281 r1286 26 26 class Hotaru 27 27 { 28 protected $version = "1.1. 1"; // Hotaru CMS version28 protected $version = "1.1.2"; // 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
r1233 r1286 1 1 HOTARU CMS 2 Version: 1.1. 13 Released: Feb 24th 20102 Version: 1.1.2 3 Released: Mar 8th 2010 4 4 5 5 INSTALLATION … … 8 8 Please visit http://hotarucms.org/showthread.php?t=14 for the most up-to-date version of these instructions. 9 9 10 Instructions last updated: January 18th 201010 Instructions last updated: Mar 8th 2010 11 11 12 12 Requirements … … 18 18 1. Backup your database. 19 19 2. Download the latest version of Hotaru CMS. 20 3. Overwrite ALL the old files. If you've made any customizations, read this first: http://hotarucms.org/showthread.php?t=46 21 4. Go to /install/upgrade.php 22 5. When finished, delete the install folder. 20 3. Turn off all your plugins. 21 4. Overwrite ALL the old files. If you've made any customizations, read this first: http://hotarucms.org/showthread.php?t=46 22 5. Go to /install/upgrade.php 23 6. Turn your plugins back on 24 7. Reactivate your widgets 25 8. When finished, delete the install folder. 23 26 24 27 First-time Installation -
branches/1.2/install/upgrade.php
r1233 r1286 345 345 if ($old_version == "1.1") { $old_version = "1.1.1"; } // update "old version" for next set of upgrades 346 346 347 // 1.1 to 1.1.2 348 if ($old_version == "1.1.1") { $old_version = "1.1.2"; } // update "old version" for next set of upgrades 349 347 350 // Update Hotaru version number to the database (referred to when upgrading) 348 351 $sql = "UPDATE " . TABLE_MISCDATA . " SET miscdata_key = %s, miscdata_value = %s, miscdata_default = %s WHERE miscdata_key = %s";
Note: See TracChangeset
for help on using the changeset viewer.