Skip to content

Commit

Permalink
Version bump for header authentication (#92)
Browse files Browse the repository at this point in the history
* Version bump for header authentication
  • Loading branch information
eduardoconekta authored Aug 16, 2017
1 parent 3c6110e commit 5dbb15f
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 @@ -88,4 +88,8 @@
* PHPUnit Test integration
* Multihandler exception
* CamelCase convention over variables
* Stable version of API 2.0.0.
* Stable version of API 2.0.0.

=== 3.4.0 2017-08-16

* Header integration
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.3.0
# Conekta PHP v.3.4.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.3.0"
require: "conekta/conekta-php": "3.4.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.3.0';
const VERSION = '3.4.0';


public static function setApiKey($apiKey)
Expand Down

0 comments on commit 5dbb15f

Please sign in to comment.