simontelephonics / smsconnector

SMS Connector module for FreePBX 16 and 17
https://simon.tel/open-source/
GNU General Public License v3.0
43 stars 16 forks source link

updateurl does not show updated data #20

Closed vsc55 closed 1 year ago

vsc55 commented 1 year ago

Hi @billsimon,

I have seen that you have added updateurl in the JSON to update the module automatically but I am seeing that the updated code is not being displayed. JSON content: https://simontelephonics.github.io/smsconnector/module.json

{
    "rawname": "smsconnector",
    "repo": "unsupported",
    "name": "SMS Connector",
    "version": "16.0.8",
    "publisher": "Simon Telephonics LLC",
    "license": "GPLv3+",
    "licenselink": "http://www.gnu.org/licenses/gpl-3.0.txt",
    "changelog": "GA release of SMS Connector",
    "category": "Connectivity",
    "description": "Implements a generic SMS connector",
    "depends": {
        "version": "16",
        "module": "sms",
        "module": "userman",
        "module": "sipsettings"
    },
    "supported": {
        "version": "16.0"
    },
    "location": "https://simon.tel/pbx-modules/smsconnector-16.0.8.tar.gz"
}

As you will see, the content of changelog does not correspond to that of module.xml. But if it corresponds to the module.xml of the pages branch, is this the intention to use the pages branch? https://github.com/simontelephonics/smsconnector/blob/pages/module.json

vsc55 commented 1 year ago

Hi @billsimon, Sorry I didn't say anything, my cable got crossed and I thought I was using module.xml but it's a json file. 🤦‍♂️ Thanks.