TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.76k stars 430 forks source link

Release-prep version 2.6.1. #591

Closed jrfnl closed 8 years ago

jrfnl commented 8 years ago

As the string replacement issue is very visible, I think it's prudent to do a quick patch-release. I've prepped a PR for the gh-pages branch as well, just need to add the zip file once this is merged.

GaryJones commented 8 years ago

This should be 2.6.1, not 2.6.0.1. It's a patch release for 2.6.0. Standard semver. The fact it only contains one fix is not important.

jrfnl commented 8 years ago

Adjusted.

So when should the x.x.0.1 version numbering be used ?

GaryJones commented 8 years ago

So when should the x.x.0.1 version numbering be used ?

If you must, then as a build / compile version (i.e. internal release), but that's not typically needed in the code we write.

jrfnl commented 8 years ago

Shall I merge develop into master & tag the release ?

GaryJones commented 8 years ago

Yes please.

jrfnl commented 8 years ago

Done - will send in the website PR in a moment.