Skip to content

Normalize plugin / theme version numbers and header formatting#2644

Merged
danielbachhuber merged 2 commits into
wp-cli:masterfrom
wesm87:feature/normalize-versions-and-headers
Apr 11, 2016
Merged

Normalize plugin / theme version numbers and header formatting#2644
danielbachhuber merged 2 commits into
wp-cli:masterfrom
wesm87:feature/normalize-versions-and-headers

Conversation

@wesm87
Copy link
Copy Markdown
Contributor

@wesm87 wesm87 commented Apr 10, 2016

Currently if you scaffold a child theme and a plugin, the theme uses 0.1.0 for the version number, while the plugin uses 0.1-alpha, which is itself different than the version used in the plugin's package.json (0.0.0). The plugin headers are also formatted differently than the child theme headers. This pull request normalizes the version numbers and header formatting and updates related functional tests.

wesm87 added 2 commits April 10, 2016 18:45
Currently if you scaffold a child theme and a plugin, the plugin headers
are formatted differently than the child theme headers. The plugin also
uses a different version number `0.1-alpha`), which is itself different
than the version used in the plugin's `package.json` (`0.0.0`). This
commit normalizes the header formatting and updates the version numbers.
@danielbachhuber
Copy link
Copy Markdown
Member

Thanks!

@danielbachhuber danielbachhuber merged commit efff0f1 into wp-cli:master Apr 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants