Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-autograde
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
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
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
CS-107
moodle-autograde
Commits
0f0fb870
Unverified
Commit
0f0fb870
authored
1 year ago
by
Hamza Remmal
Browse files
Options
Downloads
Patches
Plain Diff
Fix version
parent
0ba79cc0
No related branches found
No related tags found
1 merge request
!168
Fix version
Pipeline
#166487
failed
1 year ago
Stage: build
Stage: tag
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.idea/modules.xml
+0
-1
0 additions, 1 deletion
.idea/modules.xml
moodle-assignsubmission-autograde/version.php
+1
-1
1 addition, 1 deletion
moodle-assignsubmission-autograde/version.php
with
1 addition
and
2 deletions
.idea/modules.xml
+
0
−
1
View file @
0f0fb870
...
...
@@ -3,7 +3,6 @@
<component
name=
"ProjectModuleManager"
>
<modules>
<module
fileurl=
"file://$PROJECT_DIR$/.idea/autograde-docs.iml"
filepath=
"$PROJECT_DIR$/.idea/autograde-docs.iml"
/>
<module
fileurl=
"file://$PROJECT_DIR$/.idea/moodle.iml"
filepath=
"$PROJECT_DIR$/.idea/moodle.iml"
/>
<module
fileurl=
"file://$PROJECT_DIR$/.idea/moodle-assignsubmission-autograde.iml"
filepath=
"$PROJECT_DIR$/.idea/moodle-assignsubmission-autograde.iml"
/>
</modules>
</component>
...
...
This diff is collapsed.
Click to expand it.
moodle-assignsubmission-autograde/version.php
+
1
−
1
View file @
0f0fb870
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
2023
0914
00
;
// HR : October 2nd, 2023
$plugin
->
version
=
2023
1002
00
;
// HR : October 2nd, 2023
$plugin
->
requires
=
2022112800
;
// HR : Moodle 4.1.0 (https://moodledev.io/general/releases#moodle-41-lts)
$plugin
->
maturity
=
MATURITY_RC
;
$plugin
->
release
=
'1.0.1-RC3'
;
...
...
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