剛剛升級上去,看起來… 本來因為 plugin 而改動的地方似乎都沒被摸到?所以整體看不出來有任何變化。我是按照這篇作的:
(不過我還是用了老方法的 upgrade.php 就是了)

It is NOT necessary to run install.php or upgrade.php as no changes are made to the database. As with all WordPress upgrades, the contents of your /wp-content/ folder should remain intact and unchanged.

  1. Delete /wp-admin/ folder.
  2. Delete /wp-includes/ folder
  3. Delete all the wordpress files in the root directory where the root index.php file is found. DO NOT DELETE wp-config.php.
  4. Download and extract the new version.
  5. Upload it to the appropriate folders such as /wp-admin/ and /wp-includes/.
  6. Upload all the files in the root directory.

That’s it.

在 Write page 上多了 Save and Continue Editing 的按鍵,算是補了一點小缺失(?)。按照WP網頁上面寫的Changlog改了以下的檔案:

  • /wp-login.php
  • /xmlrpc.php
  • /wp-admin/post.php
  • /wp-includes/functions-post.php
  • /wp-includes/version.php

而主要是為了解決一些安全問題而作一些修正。如果覺得反正改變很小的話,那就升到1.5.2來吧。

其他相關新聞可以參考DK長輩的這篇Wordpress 1.5.2的其他資料。