Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-xapi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quentin Pimont
moodle-xapi
Commits
c70f9e3e
Commit
c70f9e3e
authored
7 years ago
by
David Pesce
Browse files
Options
Downloads
Patches
Plain Diff
version 2.0.0 increment
parent
1139e3ff
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/expander/docs/examples/FeedbackSubitted.json
+1
-1
1 addition, 1 deletion
lib/expander/docs/examples/FeedbackSubitted.json
version.php
+3
-2
3 additions, 2 deletions
version.php
with
4 additions
and
3 deletions
lib/expander/docs/examples/FeedbackSubitted.json
+
1
−
1
View file @
c70f9e3e
...
...
@@ -117,6 +117,6 @@
"type"
:
"object"
}
},
"timemodified"
:
1497206
06
5
"timemodified"
:
1497206
14
5
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
version.php
+
3
−
2
View file @
c70f9e3e
...
...
@@ -20,13 +20,14 @@
* @package logstore_xapi
* @copyright 2015 Jerrett Fowler <jfowler@charitylearning.org>
* Ryan Smith <ryan.smith@ht2.co.uk>
* David Pesce <david.pesce@exputo.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
component
=
'logstore_xapi'
;
$plugin
->
version
=
201706
05
00
;
$plugin
->
release
=
'
1.5
.0'
;
$plugin
->
version
=
201706
11
00
;
$plugin
->
release
=
'
2.0
.0'
;
$plugin
->
requires
=
2014111000
;
$plugin
->
maturity
=
MATURITY_STABLE
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment