Describe the bug
We use your service for WordPress plugin updates. However, there was a problem - the plugin does not receive all the necessary data. Pay attention to the screenshot:

This is the result returned by the request() method from your integration example (https://github.com/Make-Lemonade/lemonsqueezy-wp-updater-example/blob/main/includes/class-plugin-updater.php)
As you can see "tested", "requires", "requires_php", "last_updated" are missing. Also, information about the author is incorrectly indicated and it is not at all clear where the information in "sections" comes from.
Accordingly, this is what information about the updated plugin looks like:



In our plugin, these data are indicated (both in local versions and in the archive, which is uploaded as a new version in the LS account):
main plugin file

readme.txt

Did we do something wrong? If so, please explain how and where you need to specify the data so that everything works correctly. Also explain how to set images for the plugin, since the uploaded images for the product are not displayed in the LS account
Software (please complete the following information):
- Plugin version: [1.2.2]
- WordPress version: [6.2.1/6.2.2]
- PHP version: [7.4/8.1]
- Browser: [Chrome/Safari]
Describe the bug
We use your service for WordPress plugin updates. However, there was a problem - the plugin does not receive all the necessary data. Pay attention to the screenshot:
This is the result returned by the request() method from your integration example (https://github.com/Make-Lemonade/lemonsqueezy-wp-updater-example/blob/main/includes/class-plugin-updater.php)
As you can see "tested", "requires", "requires_php", "last_updated" are missing. Also, information about the author is incorrectly indicated and it is not at all clear where the information in "sections" comes from.
Accordingly, this is what information about the updated plugin looks like:

In our plugin, these data are indicated (both in local versions and in the archive, which is uploaded as a new version in the LS account):
main plugin file

readme.txt

Did we do something wrong? If so, please explain how and where you need to specify the data so that everything works correctly. Also explain how to set images for the plugin, since the uploaded images for the product are not displayed in the LS account
Software (please complete the following information):