Changes between Version 9 and Version 10 of HowToMakeAutomaticUpgradeScriptForModule


Ignore:
Timestamp:
Jul 23, 2013, 8:01:31 AM (11 years ago)
Author:
AntonL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToMakeAutomaticUpgradeScriptForModule

    v9 v10  
    9595 
    9696---- 
     97 
     98== How to enable automatic checking for module updates == 
     99 
     1001. You need to use URL like the following in module's '''update_url''' parameter in '''install/config.php''' file. 
     101 
     102{{{ 
     103http://www.boonex.com/market/update_ckeck?product=[UNIQUE_MODULE_NAME] 
     104}}} 
     105 
     106'''UNIQUE_MODULE_NAME''' is a unique module identifier. You may use some personal prefix for your modules. 
     107 
     1082. You need to enter the same '''UNIQUE_MODULE_NAME''' during uploading a product in BoonEx Market. It should be specified in mandatory field '''Courtesy Info''' -> '''Name''' 
     109 
     1103. You need to upload update script in BoonEx Market product. You may do it using updated files uploader [[Image(uploader-img01.png)]]  
     111'''Note.''' If, for example, you want to upload upgrade script from version 1.0.0 to version 2.0.0 then both of these versions should be already uploaded in the product. 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub