Changeset 946
- Timestamp:
- 04/11/07 11:39:51 (1 year ago)
- Files:
-
- trunk/docs/install.html (modified) (6 diffs)
- trunk/extras/12_to_1214_update.php (deleted)
- trunk/extras/12_to_1215_update.php (added)
- trunk/upload/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/install.html
r603 r946 25 25 <h1>Installation and Upgrade Instructions</h1> 26 26 27 <p>Instructions for the installation of PunBB 1.2.1 4and for27 <p>Instructions for the installation of PunBB 1.2.15 and for 28 28 upgrading from previous versions.</p> 29 29 <hr /> … … 73 73 <h2>Upgrading from 1.0</h2> 74 74 75 <p>In order to upgrade from PunBB 1.0.* to 1.2.1 4, you must first75 <p>In order to upgrade from PunBB 1.0.* to 1.2.15, you must first 76 76 update your current installation to 1.1. Download PunBB 1.1 from 77 77 the PunBB.org downloads page and follow the upgrade instructions … … 80 80 <h2>Upgrading from 1.1</h2> 81 81 82 <p>In order to upgrade from PunBB 1.1.* to 1.2.1 4, you must first82 <p>In order to upgrade from PunBB 1.1.* to 1.2.15, you must first 83 83 update your current installation to 1.2. Download PunBB 1.2 from 84 84 the PunBB.org downloads page and follow the upgrade instructions … … 88 88 89 89 <p>Follow these instructions to update your current 1.2.* 90 installation to 1.2.1 4.</p>90 installation to 1.2.15.</p> 91 91 92 92 <p><strong style="color: #A00000">NOTE:</strong> Make a backup of … … 106 106 old 1.2 directory (overwriting any existing files).</li> 107 107 108 <li>Copy/upload the script 12_to_121 4_update.php from the108 <li>Copy/upload the script 12_to_1215_update.php from the 109 109 directory extras/ to the forum root directory and run it 110 110 through your browser. Follow the instructions. Once the update … … 113 113 </ol> 114 114 115 <p>You should now be running PunBB 1.2.1 4.</p>115 <p>You should now be running PunBB 1.2.15.</p> 116 116 117 117 <h2>Maximizing Performance</h2> trunk/upload/install.php
r773 r946 25 25 26 26 // The PunBB version this script installs 27 $punbb_version = '1.2.1 4';27 $punbb_version = '1.2.15'; 28 28 29 29
