We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fd82a commit 7ecf06cCopy full SHA for 7ecf06c
CHANGELOG.md
@@ -1,6 +1,16 @@
1
CHANGELOG
2
=========
3
4
+1.0.0
5
+-----
6
+
7
+This first stable release contains all the official conformance test fixtures
8
+provided by the maintainers of the xAPI spec as JSON encoded files and provides
9
+ways to access them through a PHP API.
10
11
+This release is equivalent to the 0.2 release series and is considered to
12
+be stable.
13
14
0.2.3
15
-----
16
composer.json
@@ -21,7 +21,7 @@
21
},
22
"extra": {
23
"branch-alias": {
24
- "dev-master": "0.2.x-dev"
+ "dev-master": "1.0.x-dev"
25
}
26
27
0 commit comments