Skip to content

Commit

Permalink
2.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
troydavisson committed Feb 16, 2022
1 parent 83ec09c commit 5a58f13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## master

## 2.6.3

_Released February 16, 2022_

* New Logout method (duplicates previous Disconnect method)
* Fix deprecated parse_response method from Guzzle
* New automatic retry option `getobject_auto_retry` (default false) for session issues reported in GetObject responses
* Fix XML error detection in GetObject responses

## 2.6.2

_Released March 18, 2020_
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Configuration
protected $username;
protected $password;
protected $login_url;
protected $user_agent = 'PHRETS/2.6.2';
protected $user_agent = 'PHRETS/2.6.3';
protected $user_agent_password;
/** @var RETSVersion */
protected $rets_version;
Expand Down

0 comments on commit 5a58f13

Please sign in to comment.