Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-auth_ldap_syncplus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-auth_ldap_syncplus
Commits
600a9c36
Commit
600a9c36
authored
5 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Prepare compatibility for Moodle 3.7.
parent
85e7df45
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.travis.yml
+3
-2
3 additions, 2 deletions
.travis.yml
CHANGES.md
+4
-0
4 additions, 0 deletions
CHANGES.md
README.md
+4
-5
4 additions, 5 deletions
README.md
version.php
+2
-2
2 additions, 2 deletions
version.php
with
13 additions
and
9 deletions
.travis.yml
+
3
−
2
View file @
600a9c36
...
...
@@ -18,12 +18,13 @@ cache:
-
$HOME/.npm
php
:
-
7.0
-
7.1
-
7.2
-
7.3
env
:
global
:
-
MOODLE_BRANCH=MOODLE_3
6
_STABLE
-
MOODLE_BRANCH=MOODLE_3
7
_STABLE
matrix
:
-
DB=pgsql
-
DB=mysqli
...
...
This diff is collapsed.
Click to expand it.
CHANGES.md
+
4
−
0
View file @
600a9c36
...
...
@@ -4,6 +4,10 @@ moodle-auth_ldap_syncplus
Changes
-------
### Unreleased
*
2019-08-15 - Prepare compatibility for Moodle 3.7.
### v3.6-r1
*
2019-01-29 - Check compatibility for Moodle 3.6, no functionality change.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
5
View file @
600a9c36
...
...
@@ -9,7 +9,7 @@ Moodle authentication plugin which provides all functionality of auth_ldap, but
Requirements
------------
This plugin requires Moodle 3.
6
+
This plugin requires Moodle 3.
7
+
Motivation for this plugin
...
...
@@ -118,8 +118,8 @@ Theme support
-------------
This plugin acts behind the scenes, therefore it should work with all Moodle themes.
It has been
developed
on
and tested on
ly with
Moodle Core's Boost theme.
While this plugin
should also work with
Moodle Core's legacy Clean theme or third party themes
, we can't support any other theme than Boost.
This plugin is
developed and tested on Moodle Core's Boost theme.
It
should also work with
Boost child themes, including Moodle Core's Classic theme. However
, we can't support any other theme than Boost.
Plugin repositories
-------------------
...
...
@@ -199,6 +199,5 @@ Copyright
---------
Ulm University
kiz - Media Department
Team Web & Teaching Support
Communication and Information Centre (kiz)
Alexander Bias
This diff is collapsed.
Click to expand it.
version.php
+
2
−
2
View file @
600a9c36
...
...
@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin
->
component
=
'auth_ldap_syncplus'
;
$plugin
->
version
=
2019012901
;
$plugin
->
release
=
'v3.6-r1'
;
$plugin
->
requires
=
201
81
20
3
00
;
$plugin
->
requires
=
201
905
2000
;
$plugin
->
maturity
=
MATURITY_STABLE
;
$plugin
->
dependencies
=
array
(
'auth_ldap'
=>
201
8
05
14
00
);
$plugin
->
dependencies
=
array
(
'auth_ldap'
=>
201
9
05
20
00
);
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