Skip to content

Commit

Permalink
Release version 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FaaPz committed Aug 15, 2017
1 parent 5c946ce commit 2eaaae8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
### Changelog

##### v1.10.1
+ Updated `Database` class with:
- Allow user provided PDO options to overwrite default values
+ Updated `StatementContainer` class with:
- Added check to stop executing when field value is not expected
+ Updated `LimitClause` class with:
- Fixed `LIMIT/OFFSET` format
- Changed default offset value
- Added check whether offset is null (before checking if is integer)

##### v1.10.0
+ Updated `StatementContainer` class with:
- Added transactional `commit()` method
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Use [Composer](https://getcomposer.org/)

```json
"require": {
"slim/pdo": "~1.9"
"slim/pdo": "~1.10"
}
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slim/pdo",
"description": "PDO database library for Slim Framework",
"version": "1.10.0",
"version": "1.10.1",
"type": "library",
"keywords": ["pdo", "database", "slim", "framework"],
"homepage": "https://github.com/FaaPz/Slim-PDO",
Expand Down

0 comments on commit 2eaaae8

Please sign in to comment.