Updating Third Party Modules
This is a request for UNA Team to provide very clear instructions on how third-party vendors can package module updates for publishing in the marketplace. I have some modules that I have updated but unable to find sufficient information on how to actually upload them so they work with the auto-update process.
I have already read the instructions at https://github.com/unaio/una/wiki/Creating-app-auto-update-script however it stops short of explaining how to compile and upload in the marketplace. The marketplace has two options to upload a file: (1) As a version (2) As an update . Please elaborate on how the process works where both are concerned.
When posting a version the following command is used to compile : php phing-latest.phar package_module -Dvendor=vendor -Dmodule=module
What command is used to compile an update? How exactly should an update be packaged?
Alex T Mark Purser
-
- · nfarrell
- ·
If you click the arrow at the top right of the download page and pick 'Show More' you can see the zip files for updates, might be some help to see their structure
-
-
·
Alex T⚜️
- ·
Here is some more info on how to upload module update - https://github.com/unaio/una/wiki/Market
-
·
Alex T⚜️
-
- · Jerome Mingo
- ·
Thank you Alex T. I was able to follow the instructions provided without any hiccups.