Home Forums WordPress Web Invoice – Invoicing and billing for WordPress Version 1.93 / 1.9.4 – what’s new?

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3430
    james
    Member

    I have customised a copy of 1.9.3 for my own needs making a few modifications to Display.php

    Could you detail the changes between the 2 versions so I know whether to upgrade now?

    Thanks

    #4534

    @james, you don’t need to make any changes. It was a small change to make the plugin compatible with MySQL 4.0.x.

    For the sake of convenience, I would suggest that you start using git svn, where you can safely maintain your changes while pulling the changes from up stream.

    Sorry about the inconvenience.

    #4537
    james
    Member

    Ok thanks for the update.

    I don’t know how to use git svn – could you enlighten me?

    #4540

    SVN trunk of Web Invoice is http://svn.wp-plugins.org/web-invoice/trunk/ . Git SVN documentation can be found http://www.kernel.org/pub/software/scm/git/docs/git-svn.html .

    1. Clone the trunk

    git svn clone http://svn.wp-plugins.org/web-invoice/trunk/

    2. Copy your changes

    3. Commit changes locally

    git commit -a

    4. Pull new changes (e.g. new release). Git is very good at merging, you will not have conflicts unless exact same lines are not changed in the local version. Still a manual merge shouldn’t be too complicated.

    git svn rebase

    Let everyone know what you think about Git SVN :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.