WP Quick Install 提供了安裝 WordPress 網站最簡單的方式。
它所提供的輕量指令碼能夠自動下載並安裝 WordPress 核心程式、外掛及佈景主題。
僅需下載 ZIP 壓縮檔並將解壓縮所得的資料夾及全部檔案上傳至網站根目錄,並在網址列輸入 siteurl/wp-quick-install/index.php 即可開始安裝。
- 支援匯入由 WordPress 網站會出的網站內容檔案
- Contributor: Richer Yang
- 支援內建的 akismet 外掛及本地化語言套件更新至最新版
- 支援匯入 Theme Unit Test 提供的網站內容範例
- Contributor: Richer Yang
- 支援下載與 [網站介面語言] 設定一致的外掛及佈景主題本地化語言套件 (如果提供的話)
- Contributor: Richer Yang
- 支援安裝 WordPress.org 佈景主題目錄中的免費佈景主題
- 修正某些 PHP 錯誤
- Contributor: Richer Yang
- 修正使用 Apache 2.4 時的錯誤
- 修正 PHP 通知問題
- 將資料庫連線方式變更為 WordPress 核心程式使用的方式
- Contributor: Richer Yang
- Delete Tweentyfifteen & Tweentysixteen themes
- Fix quote issue with WordPress.com API Key
- Fix database issue since WordPress 4.1
- You can add your WordPress.com API Key
- Add SSL compatibility
- Remove SSL function (cause trouble with process installation)
- Add a script header
- Security improvement
- Fix error for PHP > 5.5: Strict standards: Only variables should be passed by reference in ../wp-quick-install/index.php on line 10
- Possiblity to select WordPress language installation
- Permaling management
- You can now declare articles to be generated via data.ini file
- Fix bug on new articles
- You can now select the revision by articles
- Media management
- Security : Forbiden access to data.ini from the browser
- noindex nofollow tag.
- Premium extension by adding archives in plugins folder
- You can enable extension after installation
- Auto supression of Hello Dolly extension
- You can add a theme and enable it
- You can delete Twenty Elever and Twenty Ten
- Fix a JS bug with data.ini
- You can delete the default content added by WordPress
- You can add new pages with data.ini
- Data.ini update
- Two new debug options : Display errors (WP_DEBUG_DISPLAY) and Write errors in a log file (WP_DEBUG_LOG)
- SEO Fix bug
- Automatic deletion of licence.txt and readme.html
- Deletion of all exec() fucntions
- Unzip WordPress and plugins with ZipArchive class
- Using scandir() and rename() to move WordPress files
- Checking chmod on parent folder
- Adding a link to website and admin if success
- You can now pre-configure the form with data.ini
- Code Optimisation
- Initial Commit