Hi again, I have learnt how to use tags 🙂
https://wordpress.org/plugins/wp-fastest-cache/developers/
The current version is 0.8.6.6 and I wanna add new features. Should I do this on Tag 0.8.6.7? and when 0.8.6.6 works properly, I release a new version. is it ok?
1. Commit all changes to trunk.
2. When new version is ready just release it as normal but You must remember to:
– change plugin version in all php files
– change “Stable tag” in readme.txt to new plugin version (e.g. 0.8.6.6, this is not WordPress version 🙂 )
3. Now the most important thing: copy all files in trunk folder to new folder in tag that must have the same name as “Stable tag” in readme.txt.
4. And that’s it 🙂 Now You can commit new changes in trunk and users by able by default to download only files from folder defined in “Stable tag” in readme.txt 🙂
thanks. I hope that I understood it 🙂
Why You pushing commits for new version to tag folder? E.g. this: https://plugins.trac.wordpress.org/changeset/1597322/wp-fastest-cache You must push all commits to trunk – when You releasing new version just copy trunk folder to new folder in tag.
Trunk folder = latest development version
You are still doing it wrong :/ Maybe check how I do it: https://plugins.trac.wordpress.org/log/uptime-robot-widget/
You are right but it was a critical error so i have to fix it.
Next time just release new version with such critical fix (why? maybe someone already downloaded such bad version – like me and I must download Your plugin again… :/ ), don’t push commits to tag again (push it only if You must change “Tested up to” in readme.txt) 😉