Hello @geoffrsmith
I have just updated the plugin on my test environment and it is showing the correct version (2.2.3). Can you show me some screenshots?
Thread Starter
Geoff
(@geoffrsmith)
Hello,
I see the problem, I downloaded directly from your website to test on local build, this is version 2.2.0 of the plugin.
I Now have code from GitHub to test instead.
Please consider this request resolved.
Sorry to waste your time.
Regards,
Geoff
Hi @drazenbebic, quick question.
Noticed you uploaded v.2.2.3 but we made customizations to our version because we do not want new License keys issued on each renewal order.
We added this in \includes\integrations\woocommerce\Order.php:75:
if (get_post_meta($orderId, '_subscription_renewal')) {
return;
}
And this in \templates\emails\lmfwc-email-order-license-keys.php:36
if (!$row['keys']) {
?>
<tr>
<td class="td" style="text-align: left; vertical-align: middle; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;" colspan="1">
<code>You can find your original license key(s) in your account</code>
</td>
</tr>
<?php
} else {
foreach ($row['keys'] as $license):
...
If we update, do we need to make these edits again, or did your update add some new subscription routines to prevent this re-issuing of license keys?
Hello @botprophet
You will need to make these changes again I’m afraid, nothing has been added in this new version I’m afraid. I tested everything with the latest WP and WC versions to make sure that it works and made a slight version bump.
ok, np. it’s important for us though to know 🙂