拙著「WordPress Web開発逆引きレシピ」が発売されました。
WordPressの様々なカスタマイズについて、逆引きの形式で取り上げています。
PHP 7.0での動作確認も行っています。
WordPress 2.8.1β1(英語版)リリース
6月11日にWordPress 2.8(英語版)がリリースされ、翌日には日本語版もリリースされました。
しかし、「自動アップデートすると、サーバー上のファイルが削除されることがある」など、いくつか不具合が出ていました。
これらの問題を解決するために、WordPress 2.8.1がリリースされます。
そのβ1(英語版)が公開されました。
WordPress公式ブログの「WordPress 2.8.1 Beta 1」の記事
WordPress公式ブログによると、修正点は以下の5点です。
- Certain themes were calling get_categories() in such a way that it would fail in 2.8. 2.8.1 works around this so these themes won't have to change.
- Dashboard memory usage is reduced. Some people were running out of memory when loading the dashboard, resulting in an incomplete page.
- The automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade.
- A problem where the rich text editor wasn't being loaded due to compression issues has been worked around.
- Extra security has been put in place to better protect you from plugins that do not do explicit permission checks.
