Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iena-course-format
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
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
iena
iena-course-format
Compare revisions
e27a94d1d3921a4fd5d9e5acb4b510d58fb5d26f to 8962549cd20033303f959dd600d30af8ac195473
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
iena/course-format
Select target project
No results found
8962549cd20033303f959dd600d30af8ac195473
Select Git revision
Branches
1-bobologie-1
2-bobologie-2
3-permutation-de-sections
activity-filter
clean_tracking_table
dev
devm4
devm42
ergonomie_tableau
fix_cpts
groupes_select
interface_admin
m4-bugfix-retractable
master
moodle4.2
moodle4.3
moodle4.4
optimizing
pastilles_cliquables
refonte_format
search_student
v3.x
Tags
v3.11.01
v3.11.02
v3.5.4plus.01
v3.7.01
v3.7.02
v4.0
v4.2
v4.2.01
v4.3
v4.4
32 results
Swap
Target
iena/course-format
Select target project
iena/course-format
1 result
e27a94d1d3921a4fd5d9e5acb4b510d58fb5d26f
Select Git revision
Branches
1-bobologie-1
2-bobologie-2
3-permutation-de-sections
activity-filter
clean_tracking_table
dev
devm4
devm42
ergonomie_tableau
fix_cpts
groupes_select
interface_admin
m4-bugfix-retractable
master
moodle4.2
moodle4.3
moodle4.4
optimizing
pastilles_cliquables
refonte_format
search_student
v3.x
Tags
v3.11.01
v3.11.02
v3.5.4plus.01
v3.7.01
v3.7.02
v4.0
v4.2
v4.2.01
v4.3
v4.4
32 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
update version number
· 73923d9e
Thomas Fradet
authored
6 years ago
73923d9e
Merge branch 'dev'
· 8962549c
Thomas Fradet
authored
6 years ago
8962549c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
version.php
+1
-1
1 addition, 1 deletion
version.php
with
1 addition
and
1 deletion
version.php
View file @
8962549c
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
20190
62101
;
$plugin
->
version
=
20190
72200
;
$plugin
->
requires
=
2014111000
;
$plugin
->
requires
=
2014111000
;
$plugin
->
component
=
'format_iena'
;
$plugin
->
component
=
'format_iena'
;
$plugin
->
release
=
"1.0"
;
$plugin
->
release
=
"1.0"
;
...
...
This diff is collapsed.
Click to expand it.