Releases: razorpay/razorpay-php
Releases · razorpay/razorpay-php
1.2.2
Test Release for new build process
- This includes a much leaner
razorpay-php.zip
file, which is as a result of culling composer entirely from the build process. - We include requests manually, as always, but download just the version that we are pinned at currently (1.6.1)
1.2.1
Versioned Releases
- Adds version.txt and CHANGELOG to the release
1.2.0
This release includes the current version in the user-agent string. Please download the razorpay-php.zip
file from here if you are not using composer. If you are using composer, see the instructions in the README, you shouldn't have to download anything.
This zip file contains the vendor/
directory along with it and comes with packaged dependencies.
First GitHub Release
This is the first automated release for the project. Every further tag push will get an automated release which will include the vendor/
directory. This is for developers who are not using composer and still wish to use the SDK.
1.2-alpha1
Adds travis release script
v1.0.2 Bug fixes
Fixes bug for undefined variable. Adds correct variable name.
v1.0.1 Includes Requests as part of package
Commits vendor directory