add update script for v3.0.4
This commit is contained in:
parent
986b20a0ad
commit
e4bd07f86a
13
setup/update_scripts/update-3.0.3-to-3.0.4.php
Normal file
13
setup/update_scripts/update-3.0.3-to-3.0.4.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @Author: printempw
|
||||
* @Date: 2016-08-27 18:21:04
|
||||
* @Last Modified by: printempw
|
||||
* @Last Modified time: 2016-08-27 18:21:15
|
||||
*/
|
||||
|
||||
if (Option::get('update_source') == "github") {
|
||||
Option::set('update_source', 'nyavm');
|
||||
}
|
||||
|
||||
Option::set('version', '3.0.4');
|
||||
Loading…
Reference in New Issue
Block a user