File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
return 1 ;
16
16
}
17
17
18
- define ( 'DATAVALUES_INTERFACES_VERSION ' , '1.0.0 alpha ' );
18
+ define ( 'DATAVALUES_INTERFACES_VERSION ' , '0.2.0 ' );
19
19
20
20
if ( defined ( 'MEDIAWIKI ' ) ) {
21
21
$ GLOBALS ['wgExtensionCredits ' ]['datavalues ' ][] = array (
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ the git repository and take care of loading yourself.
28
28
To add this package as a local, per-project dependency to your project, simply add a
29
29
dependency on ` data-values/interfaces ` to your project's ` composer.json ` file.
30
30
Here is a minimal example of a ` composer.json ` file that just defines a dependency on
31
- DataValues Interfaces 1.0 :
31
+ DataValues Interfaces 0.2 :
32
32
33
33
{
34
34
"require": {
35
- "data-values/interfaces": "1.0 .*"
35
+ "data-values/interfaces": "0.2 .*"
36
36
}
37
37
}
38
38
@@ -56,7 +56,7 @@ as [Wikimedia Germany](https://wikimedia.de) employee for the [Wikidata project]
56
56
57
57
## Release notes
58
58
59
- ### 1.0. 0 (alpha )
59
+ ### 0.2. 0 (2015-08-11 )
60
60
61
61
* Dropped deprecated ` ErrorObject ` , use ` Error ` instead
62
62
* Dropped deprecated ` ResultObject ` , use ` Result ` instead
You can’t perform that action at this time.
0 commit comments