NAVIGATION
This shows you the differences between two versions of the page.
|
english:installation:update:releases [2011/05/15 07:58] Knut Heermann (flip-flop) |
english:installation:update:releases [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| **Please read from bottom to top.** :!: | **Please read from bottom to top.** :!: | ||
| + | |||
| + | <note> | ||
| + | <code> | ||
| + | $phpwcms["release"] = '1.5.3'; | ||
| + | $phpwcms["release_date"] = '2012/04/26'; | ||
| + | $phpwcms["revision"] = '471'; // (to r472 2012/04/26) | ||
| + | </code> | ||
| + | **%%^^%%** Since **r471 %%^^%%** | ||
| + | </note> | ||
| + | |||
| + | <note> | ||
| + | <code> | ||
| + | $phpwcms["release"] = '1.5.2'; | ||
| + | $phpwcms["release_date"] = '2012/04/14'; | ||
| + | $phpwcms["revision"] = '468'; | ||
| + | </code> | ||
| + | **%%^^%%** Since **r468 %%^^%%** | ||
| + | </note> | ||
| + | |||
| + | <note> | ||
| + | <code> | ||
| + | $phpwcms["release"] = '1.5.1'; | ||
| + | $phpwcms["release_date"] = '2012/04/09'; | ||
| + | $phpwcms["revision"] = '464'; | ||
| + | </code> | ||
| + | **%%^^%%** Since **r464 %%^^%%** | ||
| + | </note> | ||
| + | |||
| + | <note> | ||
| + | <code> | ||
| + | $phpwcms["release"] = '1.5'; | ||
| + | $phpwcms["release_date"] = '2012/01/24'; | ||
| + | $phpwcms["revision"] = '427'; | ||
| + | </code> | ||
| + | **%%^^%%** Since **r427 %%^^%%** | ||
| + | </note> | ||
| <note> | <note> | ||
| Line 15: | Line 51: | ||
| $phpwcms["release"] = '1.4.7'; | $phpwcms["release"] = '1.4.7'; | ||
| $phpwcms["release_date"] = '2010/11/01'; | $phpwcms["release_date"] = '2010/11/01'; | ||
| - | $phpwcms["revision"] = '403'; // (to r412 2010/12/27) | + | $phpwcms["revision"] = '403'; |
| </code> | </code> | ||
| **%%^^%%** Since **r403 %%^^%%** | **%%^^%%** Since **r403 %%^^%%** | ||
| </note> | </note> | ||
| + | |||
| + | |||
| + | |||
| <note> | <note> | ||
| Line 30: | Line 69: | ||
| <note important> | <note important> | ||
| - | **^^ Since v1.4.5 r401 we don´t need a Database Update.** \\ | + | **^^ Since v1.4.5 r401 we don´t need a manual Database Update.** \\ |
| - | * A new simple update procedure has been implemented. After all files have been uploaded, with the first Login the update of the data base is running automatically. The folder "setup" is no longer needed. \\ | + | * A new simple update procedure has been implemented. After all files have been uploaded, with the first login into the backend the update of the data base will be run automatically. The folder "setup" is no longer needed for the update process and should be deleted for security reasons. \\ |
| - | * **Important:** The directory content / tmp / must be writable. | + | * **Important:** The directory ''%%"content/tmp/*"%%'' must be writable //(777)//. |
| </note> | </note> | ||
| Line 129: | Line 168: | ||
| <note> | <note> | ||
| + | In old versions you have an entry in "include/inc_lib/default.inc.php" at the end of the file called: | ||
| <code> | <code> | ||
| $phpwcms["version"] = '1.2.x'; | $phpwcms["version"] = '1.2.x'; | ||