You are here: Home // 系統記事
[ 記事 ] WordPress 更新 2.6.3
剛剛去後台刪一些 spam ,看到後台通知該升級 2.6.3 版 了,正在想說不知道到底是更新哪些漏洞?要不要當第一隻胖胖的白老鼠。
結果後來仔細去找 才發現:
If you don’t want to download the whole release to get the security fix, you can download the following two files and copy them over your 2.6.2 installation.
wp-includes/class-snoopy.php
wp-includes/version.php
Read More →
[ 記事 ] 升級 WordPress 2.5
距離上一次升級 wordpress 2.23 版,已經是大半年的事情。這半年來倒不是 wordpress 都沒有任何更新,而是自己一直捨不得升級。
捨不得更新的理由,是因為 Sidebar Modules plugin ( SBM ) 這個可以讓邊欄靈活運用的外掛,在 wordpress 2.2 版好不容易勉強才可以用 ,如果升級到了 2.3 版就完全不能用了。對於希望在不同頁面...
Tags: wordpress
[ 記事 ] 升級 WordPress 2.23
剛剛看到的 WordPress 發表 WordPress 2.2.3 ,主要都是一些安全性的更新,修正的部份可以見這裡的列表 ,至於從 2.2.2 到 2.2.3 大概更新了 19 個檔案 。
如果你跟我一樣懶,可以直接下載 冰漾 兄 做的懶人包 ,直接由 2.2.2 升級到 2.2.3 即可。
.
Read More →
[ 記事 ] 外掛推薦 - WP Plugins Tracker
[ 記事 ] 升級 WordPress 2.21
剛剛看到的 WordPress 安全性更新:WordPress 2.2.1 ,bug 修正的部份包括了:
Atom feed validation fixes
XML-RPC fixes
Widget backward compatibility fixes
Widget layout fixes for IE7
Page and Text Widget improvements
Read More →
[ 記事 ] WordPress 2.2 升級後 XMLRPC 漏洞補強
剛剛收 RSS 從「苦牢之最後一年 」收到的訊息,看起來好像不很嚴重,可是感覺上又很不心安,所以還是決定先把正在寫的文章放下,把這個洞補一下。
從 WordPress 那裡發出的 patch 來看,修正的方法很簡單,官方是說把 xmlrpc.php 的第 537 行由
$max_results = $args[4];
改成
$max_results = (int) $args[4];
Read More →
Tags: 升級




