Skip to content

Commit

Permalink
Merge pull request #77 from conekta/feature/version_bump
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
Fernando Ruiz authored Feb 15, 2017
2 parents a5f239f + e4c85f2 commit 3bec6de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,8 @@

* Order's submodels added. New Order flow
* Supporting now API 2.0
* Check https://www.conekta.io/es/docs/api v1.1 for further information
* Check https://www.conekta.io/es/docs/api v1.1 for further information

=== 3.2.0 2017-02-15

* Stable version of API 2.0.0.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

![alt tag](https://raw.github.com/conekta/conekta-php/master/readme_files/cover.png)

# Conekta PHP v.3.1.0
# Conekta PHP v.3.2.0

This is a php library that allows interaction with https://api.conekta.io API.

Expand Down Expand Up @@ -70,7 +70,7 @@ In order to run tests you have to install SimpleTest (https://github.com/simplet

Run test suite:

php ./test/Conekta.php
php ./test/Conekta-2.0.php

License
-------
Expand Down
2 changes: 1 addition & 1 deletion lib/Conekta/Conekta.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ abstract class Conekta
public static $apiVersion = '2.0.0';
public static $locale = 'es';
public static $plugin = '';
const VERSION = '3.1.0';
const VERSION = '3.2.0';

public static function setApiKey($apiKey)
{
Expand Down

0 comments on commit 3bec6de

Please sign in to comment.