Mark plugins as CP compatible

I have created several WP plugins but classicpress migration plugins reports them as potentially not compatible. Is there some tag for the header or readme that i must add to mark a plugin CP compatible?

Hi Chris,

I’m a CP newbie so I might be wrong… I think it’s indeed the plugin header.

Requires at least: The lowest WordPress version that the plugin will work on.
Note: this field only works if the plugin is stored on the WordPress Repository.
Note 2: if set, the version should be no higher than 4.9.15

Guido

I am not 100% sure what decides if a Plugin is compatible, but the right entry for ClassicPress in the header is:
Requires CP: (minimum CP version)

You mean I just add this line to the header?
Requires CP: (minimum CP version)
Or is (minimum CP version) being replaced with 1.7.3

If have set it to

  • Requires at least: 4.9.8
    now, as there was the change with guthenberg - as far as i know.

The plugin guidelines are at Plugin Directory Guidelines | ClassicPress Documentation

You would replace it with the version as you said, so:
Requires CP: 1.7.3
is correct

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.