HEX
Server: Apache
System: Linux websend04.greenconsulting.it 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: web20 (5023)
PHP: 7.2.34-38+ubuntu18.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/clients/client0/web20/web/wp-content/plugins/envato-market/DEVELOPERS.md
## Developers

### Publishing a new version

This WordPress plugin is hosted on Gibhub pages:
- The url for the latest zip file is: https://envato.github.io/wp-envato-market/dist/envato-market.zip
- The url that clients check for updates is: https://envato.github.io/wp-envato-market/dist/update-check.json
To release a new version we have to update these two files, the steps for doing so are below:

1. Create a new branch based on the version number, e.g. `v2.0.7`
1. Implement and commit any improvements to the plugin (e.g. bug fixes or new features)
1. Update the version numbers in these files:
    1. `envato-market.php` in the comment at the top, and in the `ENVATO_MARKET_VERSION` const
    1. `docs/dist/update-check.json`
    1. `package.json`
    1. `readme.txt` stable tag
    1. (Do not edit `readme.md` or `envato-market.pot` these files are auto generated)
1. Update the changelog in these files:
    1. `readme.txt` add a new changelog entry for version number
    1. `docs/dist/update-check.json` add a changelog entry like: `<h4>v2.0.7</h4><ul><li>Fix global notice hidden bug</li></ul>`
1. Update the "tested up to" tag in `envato-market.php` e.g. `Tested up to: 5.8`
1. Commit the changes ^^
1. Run the build script:
    1. `npm install`
    1. `npm run deploy`
    1. This updates a few files including `readme.md` and the new zip file in `docs/dist/envato-market.zip`
1. Commit the changes ^^