Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-qtype_stack
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-qtype_stack
Commits
74008c57
Commit
74008c57
authored
1 year ago
by
Chris Sangwin
Browse files
Options
Downloads
Patches
Plain Diff
Bump version number, and ensure DB upgrade captures both 4.4.0 and 4.5.0 versions.
parent
758a2cdf
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
db/upgrade.php
+2
-2
2 additions, 2 deletions
db/upgrade.php
stack/maxima/stackmaxima.mac
+1
-1
1 addition, 1 deletion
stack/maxima/stackmaxima.mac
version.php
+2
-2
2 additions, 2 deletions
version.php
with
5 additions
and
5 deletions
db/upgrade.php
+
2
−
2
View file @
74008c57
...
@@ -934,7 +934,7 @@ function xmldb_qtype_stack_upgrade($oldversion) {
...
@@ -934,7 +934,7 @@ function xmldb_qtype_stack_upgrade($oldversion) {
upgrade_plugin_savepoint
(
true
,
2023092400
,
'qtype'
,
'stack'
);
upgrade_plugin_savepoint
(
true
,
2023092400
,
'qtype'
,
'stack'
);
}
}
if
(
$oldversion
<
2023
0930
00
)
{
if
(
$oldversion
<
2023
1116
00
)
{
$table
=
new
xmldb_table
(
'qtype_stack_options'
);
$table
=
new
xmldb_table
(
'qtype_stack_options'
);
$field
=
new
xmldb_field
(
'decimals'
,
XMLDB_TYPE_CHAR
,
'8'
,
null
,
XMLDB_NOTNULL
,
null
,
'.'
);
$field
=
new
xmldb_field
(
'decimals'
,
XMLDB_TYPE_CHAR
,
'8'
,
null
,
XMLDB_NOTNULL
,
null
,
'.'
);
...
@@ -944,7 +944,7 @@ function xmldb_qtype_stack_upgrade($oldversion) {
...
@@ -944,7 +944,7 @@ function xmldb_qtype_stack_upgrade($oldversion) {
}
}
// STACK savepoint reached.
// STACK savepoint reached.
upgrade_plugin_savepoint
(
true
,
2023
0930
00
,
'qtype'
,
'stack'
);
upgrade_plugin_savepoint
(
true
,
2023
1116
00
,
'qtype'
,
'stack'
);
}
}
// Add new upgrade blocks just above here.
// Add new upgrade blocks just above here.
...
...
This diff is collapsed.
Click to expand it.
stack/maxima/stackmaxima.mac
+
1
−
1
View file @
74008c57
...
@@ -3316,4 +3316,4 @@ is_lang(code):=ev(is(%_STACK_LANG=code),simp=true)$
...
@@ -3316,4 +3316,4 @@ is_lang(code):=ev(is(%_STACK_LANG=code),simp=true)$
/* Stack expects some output with the version number the output happens at */
/* Stack expects some output with the version number the output happens at */
/* maximalocal.mac after additional library loading */
/* maximalocal.mac after additional library loading */
stackmaximaversion:20231
02701
$
stackmaximaversion:20231
11600
$
This diff is collapsed.
Click to expand it.
version.php
+
2
−
2
View file @
74008c57
...
@@ -24,12 +24,12 @@
...
@@ -24,12 +24,12 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
20231
02701
;
$plugin
->
version
=
20231
11600
;
$plugin
->
requires
=
2020061500
;
$plugin
->
requires
=
2020061500
;
$plugin
->
cron
=
0
;
$plugin
->
cron
=
0
;
$plugin
->
component
=
'qtype_stack'
;
$plugin
->
component
=
'qtype_stack'
;
$plugin
->
maturity
=
MATURITY_ALPHA
;
$plugin
->
maturity
=
MATURITY_ALPHA
;
$plugin
->
release
=
'4.
5
.0 for Moodle 3.9+'
;
$plugin
->
release
=
'4.
6
.0 for Moodle 3.9+'
;
$plugin
->
dependencies
=
array
(
$plugin
->
dependencies
=
array
(
'qbehaviour_adaptivemultipart'
=>
2020103000
,
'qbehaviour_adaptivemultipart'
=>
2020103000
,
...
...
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