NAVIGATION
This shows you the differences between two versions of the page.
|
english:installation:update:releases [2011/01/07 08:17] 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 r411 2010/12/18) | + | $phpwcms["revision"] = '403'; |
| </code> | </code> | ||
| **%%^^%%** Since **r403 %%^^%%** | **%%^^%%** Since **r403 %%^^%%** | ||
| </note> | </note> | ||
| + | |||
| + | |||
| + | |||
| <note> | <note> | ||
| Line 27: | Line 66: | ||
| </code> | </code> | ||
| **%%^^%%** Since **r402 %%^^%%** | **%%^^%%** Since **r402 %%^^%%** | ||
| + | </note> | ||
| + | |||
| + | <note important> | ||
| + | **^^ 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 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 //(777)//. | ||
| </note> | </note> | ||
| Line 123: | 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'; | ||