As a test, I created a new product with the «generate» download type, created one file:
<?php
$licenseKey = "%LICENSEKEY%";
$version = "%VERSION%";
$versionNumber = "%VERSIONNUMBER%";
I expected that when downloading the product these values will be replaced, but I get the source file.
What am...