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
d742b5d2
Commit
d742b5d2
authored
1 year ago
by
Chris Sangwin
Browse files
Options
Downloads
Patches
Plain Diff
Update the version number for the v4.5.0-hf2 release (Javascript bug).
parent
d2db440e
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
doc/en/Developer/Development_history.md
+5
-0
5 additions, 0 deletions
doc/en/Developer/Development_history.md
stack/maxima/stackmaxima.mac
+1
-1
1 addition, 1 deletion
stack/maxima/stackmaxima.mac
version.php
+1
-1
1 addition, 1 deletion
version.php
with
7 additions
and
2 deletions
doc/en/Developer/Development_history.md
+
5
−
0
View file @
d742b5d2
...
@@ -2,6 +2,11 @@
...
@@ -2,6 +2,11 @@
For current and future plans, see
[
Development track
](
Development_track.md
)
and
[
Future plans
](
Future_plans.md
)
.
For current and future plans, see
[
Development track
](
Development_track.md
)
and
[
Future plans
](
Future_plans.md
)
.
## Version 4.5.0-hf2
Fix critical bug in Javascript.
Released January 2024.
## Version 4.5.0
## Version 4.5.0
Released December 2023.
Released December 2023.
...
...
This diff is collapsed.
Click to expand it.
stack/maxima/stackmaxima.mac
+
1
−
1
View file @
d742b5d2
...
@@ -3331,4 +3331,4 @@ is_lang(code):=ev(is(%_STACK_LANG=code),simp=true)$
...
@@ -3331,4 +3331,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:202
31211
00$
stackmaximaversion:202
40129
00$
This diff is collapsed.
Click to expand it.
version.php
+
1
−
1
View file @
d742b5d2
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
202
31211
00
;
$plugin
->
version
=
202
40129
00
;
$plugin
->
requires
=
2020061500
;
$plugin
->
requires
=
2020061500
;
$plugin
->
cron
=
0
;
$plugin
->
cron
=
0
;
$plugin
->
component
=
'qtype_stack'
;
$plugin
->
component
=
'qtype_stack'
;
...
...
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