Skip to content

Commit

Permalink
[release] Releases 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Giridaran M committed Feb 24, 2016
1 parent fcdd33a commit f846b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Changelog for Razorpay-PHP SDK.

## [Unreleased]
## [1.2.3] - 2016-02-24
### Added
- Add support for Orders

Expand Down Expand Up @@ -31,4 +31,5 @@ Changelog for Razorpay-PHP SDK.
[Unreleased]: https://github.com/razorpay/razorpay-php/compare/1.2.0...HEAD
[1.2.1]: https://github.com/razorpay/razorpay-php/compare/1.2.1...1.2.0
[1.2.0]: https://github.com/razorpay/razorpay-php/compare/1.2.0...1.1.0
[1.2.2]: https://github.com/razorpay/razorpay-php/compare/1.2.2...1.2.1
[1.2.2]: https://github.com/razorpay/razorpay-php/compare/1.2.2...1.2.1
[1.2.3]: https://github.com/razorpay/razorpay-php/compare/1.2.3...1.2.2
2 changes: 1 addition & 1 deletion src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Api

public static $secret = null;

const VERSION = '1.2.2';
const VERSION = '1.2.3';

/**
* @param string $api_key
Expand Down

0 comments on commit f846b7a

Please sign in to comment.