Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

No versions available #39

Open
elliotchance opened this issue Apr 20, 2015 · 5 comments
Open

No versions available #39

elliotchance opened this issue Apr 20, 2015 · 5 comments

Comments

@elliotchance
Copy link
Contributor

The package has to be registered on packagist for people to use it. This is very easy, just goto packagist.org and slick the Submit a Package button.

It is bad practice for people to run off your master branch since that could change and isn't guaranteed to be stable. When you add git tags like v1.0 it will be recognised as a release by both composer and Github. For each release in the future just add another tag thats appropriate for the version.

@elliotchance
Copy link
Contributor Author

I have created tags for you previous versions, while this isn't too useful for people going forward it would be nice if you retain them:

https://github.com/elliotchance/xero-api/releases

eg:

git tag v0.5 0270057
git tag v0.4 0f1aac2
...
git push origin v0.5 v0.4 ...

@samatcd
Copy link

samatcd commented Jun 16, 2015

👍, would really like to have version tags.

@gerrywastaken
Copy link

Another developer got so fed up with this library that he started a replacement from scratch: https://github.com/calcinai/xero-php

The code is MUCH better and he is very responsive to bug reports and pull requests. I suggest everybody start putting their effort in over there instead.

@ronanq
Copy link
Contributor

ronanq commented Jul 3, 2015

There hasn't been an commit since then but happy to add in versioning next time.

@gerrywastaken - yes it seems to be a great project, we are very supportive. If you don't have anything constructive to contribute in here though, maybe you should focus your time on being constructive there?

@gerrywastaken
Copy link

@ronanq you responded to my unconstructive comment in less than an hour! For two months @elliotchance and @Cbakker have waited for a response to their constructive suggestions of adding tags.

I won't apologize for pointing out that Xero is actively ignoring developers, although I don't blame you for this as it seems to be a company wide issue (see: http://xero.uservoice.com/forums/5528-xero-core-api)

Anyway, glad to hear you will be adding the tags.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants