The current version should be 1.1.0, not 1.1 - it's WP guidelines to always have three numbers, even if one or two of them are zeros.
Read http://semver.org - once the functions go protected, and register() and other API methods are introduced, each change that breaks backwards-compatibility on the API should bump the major version.
The current version should be
1.1.0, not1.1- it's WP guidelines to always have three numbers, even if one or two of them are zeros.Read http://semver.org - once the functions go protected, and register() and other API methods are introduced, each change that breaks backwards-compatibility on the API should bump the major version.