Skip to content

Commit c572a2d

Browse files
committed
Merge remote-tracking branch 'remotes/origin/1.3' into devel
2 parents 8b61478 + bee19ec commit c572a2d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
v1.3.devel (xxxx-xx-xx)
2+
v1.3.0 (2013-05-13)
33
-----------------------
44

55
* Contributors to this version:
@@ -8,6 +8,8 @@ v1.3.devel (xxxx-xx-xx)
88

99
=======================
1010

11+
* Changed PhpDocs @package content to triagens\ArangoDb, closes issue (see https://github.com/triAGENS/ArangoDB-PHP/issues/123)
12+
1113
* [Breaking change] Removed getServerStatus() in favor of getServerStatistics() This breaks intentionally,
1214
because of the different data and data structure returned by the server in version 1.3
1315

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# ArangoDB-PHP - A PHP client for ArangoDB
44

5-
[![Build Status](https://travis-ci.org/triAGENS/ArangoDB-PHP.png?branch=devel)](https://travis-ci.org/triAGENS/ArangoDB-PHP)
6-
**Version: 1.3.devel**
5+
[![Build Status](https://travis-ci.org/triAGENS/ArangoDB-PHP.png?branch=1.3)](https://travis-ci.org/triAGENS/ArangoDB-PHP)
6+
**Version: 1.3.0**
77

88

99
[Follow us on Twitter @arangodbphp to receive updates on the php driver](https://twitter.com/arangodbphp)

0 commit comments

Comments
 (0)