Search code examples
wordpresssvntortoisesvn

How Can I change a single line in a file of my plugin and commit to WordPress plugin repo without creating a new version?


It's a stupid question but I'm not able to find the answer by myself... I've a plugin in wordpress.org repository and I've realized that I need to add a single line to a css file. I'm wondering if it's possible do this change without create a new version for just a minor change (so it's not important if the update will come to the users only with the next update). I use TortoiseSVN. What's your thoughts? Thank you

I stll didn't anything because I know it's easy to break things :)


Solution

  • Yes, you can make changes to your plugin without needing to release a new version. Just change whatever needs changing in trunk and/or a specific tag and that's it.

    Ideally though you should push a new release whenever you're trying to fix something, but if it's nothing urgent / site-breaking I guess you could just commit your changes and not release a new update.