Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-local_learning_analytics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LAIXMO
moodle-local_learning_analytics
Commits
31e38c25
Commit
31e38c25
authored
4 years ago
by
Thomas Dondorf
Browse files
Options
Downloads
Patches
Plain Diff
Version release: v0.8.0
parent
44a87e09
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-1
2 additions, 1 deletion
CHANGELOG.md
version.php
+2
-2
2 additions, 2 deletions
version.php
with
4 additions
and
3 deletions
CHANGELOG.md
+
2
−
1
View file @
31e38c25
# Changelog
All notable changes to this project will be documented in this file.
## [0.8.0] - TODO
## [0.8.0] - 2020-05-29
Thanks a lot to Jonathan Liebers who implemented the Postgres support and improved multiple SQL queries.
### Fixed
-
Support for Postgres added
-
If a person is enrolled multiple times into a course, they are counted only once now.
...
...
This diff is collapsed.
Click to expand it.
version.php
+
2
−
2
View file @
31e38c25
...
...
@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die;
$plugin
->
component
=
'local_learning_analytics'
;
$plugin
->
version
=
202005
15
00
;
$plugin
->
release
=
'v0.
7.4
'
;
$plugin
->
version
=
202005
29
00
;
$plugin
->
release
=
'v0.
8.0
'
;
$plugin
->
maturity
=
MATURITY_BETA
;
$plugin
->
requires
=
2017111302
;
...
...
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