66 lines
2.0 KiB
Markdown
66 lines
2.0 KiB
Markdown
# Update Assistant for Typecho
|
|
|
|
This is a Typecho update plugin. It can help you update the Typecho to the latest version.
|
|
|
|
You can choose to update to the latest developer version or the latest release version, of course, you can switch between the two.
|
|
|
|
Don't worry. The update operation follows [the official update guide](http://docs.typecho.org/upgrade) and will be backed up before each operation, safe and secure.
|
|
|
|
## Requires
|
|
|
|
1. Plugin directory has writable permissions
|
|
2. zip extension
|
|
3. curl extension / Set `allow_url_fopen = 1` in your php.ini
|
|
|
|
|
|
## Installation
|
|
|
|
1. [Download the plugin](https://github.com/mrgeneralgoo/typecho-update-assistant/archive/master.zip)
|
|
2. Rename the folder name to "UpdateAssistant"
|
|
3. Enable this plugin
|
|
|
|
## Usage
|
|
|
|
1. Settings allowed to update to developer version (default is true)
|
|
2. Execute the update operation on the control panel
|
|
|
|
### Reporting issues
|
|
|
|
You can [create an issue](https://github.com/mrgeneralgoo/typecho-update-assistant/issues/new)
|
|
|
|
## Blog
|
|
|
|
https://www.chengxiaobai.cn/
|
|
|
|
------
|
|
|
|
这是一个 Typecho 升级插件,它能帮你把 Typecho 升级到最新版本。
|
|
|
|
你可以选择升级到最新的 developer 版本或者 release 版本,当然你也可以在两者之间切换。
|
|
|
|
放心,升级操作遵循[官方升级指南](http://docs.typecho.org/upgrade),每次操作前均会备份,安全无虞。
|
|
|
|
## 依赖
|
|
|
|
1. 插件目录有可写权限
|
|
2. zip 扩展
|
|
3. curl 扩展 / 设置 `allow_url_fopen = 1` 在你的 php.ini 中
|
|
|
|
## 安装
|
|
|
|
1. [下载这个插件](https://github.com/mrgeneralgoo/typecho-update-assistant/archive/master.zip)
|
|
2. 将文件夹名称修改为 "UpdateAssistant"
|
|
3. 添加到你的项目中并启用它
|
|
|
|
## 使用
|
|
|
|
1. 设置是否升级到 developer 版本(默认为 true)
|
|
2. 在控制面板执行升级操作
|
|
|
|
### 报告问题
|
|
|
|
[你可以直接点击这里提出你的问题](https://github.com/mrgeneralgoo/typecho-update-assistant/issues/new)
|
|
|
|
## 我的博客
|
|
https://www.chengxiaobai.cn/
|