Replies: 2
I am currently getting warned by woocommerce plugin about two “obsolete” files, that should be updated. These are:
emails/customer-new-account.php
emails/plain/customer-new-account.php
version 3.7.0 is obsolete. Current version is 6.0.0
but if I go in the github repository for these files, (even in the latest 5.9.0 branch) files are identical to those in my website:
* @version 3.7.0
(on line 15)
So why is this warning appearing, if these two cannot be updated more than 3.7.0?