alleyinteractive / options-importer

Export and import WordPress Options
GNU General Public License v2.0
36 stars 12 forks source link

Introduce the Update URI to the plugin header #20

Closed philipjohn closed 1 year ago

philipjohn commented 1 year ago

As the WordPress.org plugin isn't up-to-date with this Github repo, WordPress reports that the installed version is higher than expected when installing from Github.

This change leverages the new Update URI plugin header to prevent this happening, by specifying that this Github repo is the right place for updates, not WP.org.

mboynes commented 1 year ago

@philipjohn thanks for the PR, and even more so, for the nudge. Rather than skirt the issue, I'm fixing it. I updated the svn repo and I'll address the update process to ensure future updates make it to svn too.

philipjohn commented 1 year ago

Great news, thanks Matt!