Skip to content

Commit

Permalink
Merge pull request #104 from conekta/feature/version-bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
JoValo authored Sep 13, 2017
2 parents f774806 + 0bce9b3 commit 2fc36cd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [4.0.0](https://github.com/conekta/conekta-php/releases/tag/v4.0.0) - 2017-09-13
### Feature
- PHP 7 compatibility
- Rename \Conekta\Object to \Conekta\ConekatObject
- Rename \Conekta\Resource to \Conekta\ConektaResource
- Use phpunit.xml to organize tests

### Changed
- Apply namespace in tests

## [3.5.1](https://github.com/conekta/conekta-php/releases/tag/v3.5.1) - 2017-09-07
### Changed
- Refactorize tests functions code
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![README Cover Image](readme_cover.png)

# Conekta PHP v.3.5.1
# Conekta PHP v.4.0.0

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

Expand All @@ -16,7 +16,7 @@ To get started, add the following to your PHP script:

You can also install this library with composer:

require: "conekta/conekta-php": "3.5.1"
require: "conekta/conekta-php": "4.0.0"

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/Conekta/Conekta.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ abstract class Conekta
public static $locale = 'es';
public static $plugin = '';
public static $pluginVersion = '';
const VERSION = '3.5.1';
const VERSION = '4.0.0';


public static function setApiKey($apiKey)
Expand Down

0 comments on commit 2fc36cd

Please sign in to comment.