• Resolved crimson090

    (@crimson090)


    We use wpackagist to install plugins, including this one. We specify versions of plugins in order to avoid breaking changes that might happen with newer versions.

    For some reason all the previous versions disappeared recently (with 2.0?) from both the WordPress plugin repository and wpackagist. This unfortunately broke deployment for us since it couldn’t find the previous version we were using, 1.7.

    If it’d be possible to just leave the older versions as archives, that would be great.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor rayrutjes

    (@rayrutjes)

    Sure thing, we need to do this.

    The problem is we are struggling properly keeping git & svn in sync.

    We need to find a better way to handle it.

    Will try to push something ASAP.

    Sorry about the inconvenience.

    Thread Starter crimson090

    (@crimson090)

    Hah, as someone who has dealt with updating WordPress plugins from a Git repository I totally understand. Making Git and SVN play nice together is no easy task.

    Thank you!

    Plugin Contributor rayrutjes

    (@rayrutjes)

    We ended up writing a script to handle releases better.

    All tags are currently being pushed.

    Can you let me know if it works for you now?

    Thread Starter crimson090

    (@crimson090)

    Looks I see them now. Thank you!

    Plugin Contributor rayrutjes

    (@rayrutjes)

    You are welcome. I even created a re-usable bash script that takes care of syncing GitHub repositories with SVN: https://github.com/rayrutjes/wp-plugin-git-svn-sync/

    Feel free to share it ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Don’t remove previous versions’ is closed to new replies.