You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Typecho update plugin. It can help you update the Typecho to the latest version.
4
+
5
+
You can choose to update to the latest developer version or the latest release version, of course, you can switch between the two.
6
+
7
+
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.
8
+
9
+
## Requires
10
+
11
+
1. Plugin directory has writable permissions
12
+
2. zip extension
13
+
3. curl extension / Set `allow_url_fopen = 1` in your php.ini
14
+
15
+
16
+
## Installation
17
+
18
+
1.[Download the plugin](https://github.com/mrgeneralgoo/typecho-update-assistant/archive/master.zip)
19
+
2. Rename the folder name to "UpdateAssistant"
20
+
3. Enable this plugin
21
+
22
+
## Usage
23
+
24
+
1. Settings allowed to update to developer version (default is true)
25
+
2. Execute the update operation on the control panel
26
+
27
+
### Reporting issues
28
+
29
+
You can [create an issue](https://github.com/mrgeneralgoo/typecho-update-assistant/issues/new)
<h3><?php_e('<strong class="warning">%s</strong>', 'Found new edition'); ?></h3>
30
+
<ul>
31
+
<li><?php_e('Blog will be upgraded from <strong>%s</strong> to <strong>%s (%s)</strong>.', Typecho_Common::VERSION, $remoteVersion, $isDevelop ? 'dev' : 'release'); ?></li>
32
+
<br>
33
+
<li><?php_e('Please be patient. <strong>Depend on the network speed</strong>.'); ?></li>
34
+
<br>
35
+
<li><?php_e('Don\'t worry! The system will automatically backup your data. You can find it at <strong>\'%s\'</strong>', 'usr/plugins/UpdateAssistant/archive/back/'); ?></li>
0 commit comments