Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
ab0f8693
Commit
ab0f8693
authored
Jul 23, 2019
by
Robert Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 18.10.2
Signed-off-by:
Robert Lyon
<
robertl@catalyst.net.nz
>
parent
3f57d128
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
2 deletions
+27
-2
ChangeLog
ChangeLog
+25
-0
htdocs/lib/version.php
htdocs/lib/version.php
+2
-2
No files found.
ChangeLog
View file @
ab0f8693
18.10.2 (2019-07-23)
- Bug 1835988: datepicker broken when site is in a subdirectory
- Bug 1817783: Delete account when user has locked page blocks not working
- Bug 1818591: Error: Undefined index versioning
- Bug 1824767: Site pages and collections : Page template become unavailable after changing settings
- Bug 1825282: Student can overwrite Teacher assessment by clicking Save annotation
- Bug 1826795: group/institution page error when rendering a block
- Bug 1827455: ClamAV admin message missing info
- Bug 1827966: HTML export not creating folder structure index pages
- Bug 1828141: Creating a new institution with minimal info fails to save
- Bug 1830847: 19.04 README says direct upgrade from 15.04.0 and later, but upgrade.php says must upgrade to 17.04.0 first.
- Bug 1831419: Notification when Importing Leap2A
- Bug 1832805: Missing lang string when saving to timeline
- Bug 1834470: Profile picture generates error when uploaded to Image Gallery
- Bug 1835321: Manager can't see peer block when published
- Bug 1698699: Embedded PDFs not shown in HTML export
- Bug 1817326: Goals and skills - add file - after preview focus lost on the pop-up with my files
- Bug 1825092: Undefined index: institution
- Bug 1827955: SAML metadata screen titled IdP when it should be SP
- Bug 1828135: Deleting a user doesn't clear their pending verified emails
- Bug 1832796: Adding Journal - message displayed to user is misleading
- Bug 1832803: Adding an empty string as a comment generates a warning
- Bug 1827000: Upgrade from 18.10 produces warning from statistics.php
- Bug 1827305: Fixing add_tags behat feature
18.10.1 (2019-04-30)
- Bug 1777014: Inst admin cannot see profile completion
- Bug 1794990: Can't export portfolio with french translation
...
...
htdocs/lib/version.php
View file @
ab0f8693
...
...
@@ -16,8 +16,8 @@ $config = new stdClass();
// See https://wiki.mahara.org/wiki/Developer_Area/Version_Numbering_Policy
// For upgrades on stable branches, increment the version by one. On master, use the date.
$config
->
version
=
201809121
2
;
$config
->
version
=
201809121
3
;
$config
->
series
=
'18.10'
;
$config
->
release
=
'18.10.2
testing
'
;
$config
->
release
=
'18.10.2'
;
$config
->
minupgradefrom
=
2017031605
;
$config
->
minupgraderelease
=
'17.04.0 (release tag 17.04.0_RELEASE)'
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment