michelve / software-license-manager

🔐Wordpress Software License Management. Supports WooCommerce, and WP eStore.
https://epikly.com
GNU General Public License v3.0
77 stars 29 forks source link

Double Plugin entries #88

Open Narimm opened 1 year ago

Narimm commented 1 year ago

Describe the bug There are 2 entries on the plugin management page. One refers to the version available on Wordpress.org's plugin pages. The other refers to this plugin,

To Reproduce Steps to reproduce the behavior: Install on a fresh WP

Expected behavior Only one entry

Screenshots image

fabolivark commented 1 year ago

The problem occurs because WordPress is reading the metadata in the file index.php

<?php
    //Plugin Name: Software License Manager
    //Author: Michel Veli

?>
Narimm commented 1 year ago

This is fixed by #97 which includes a update to the underlying PUC system