Skip to content

Commit

Permalink
Version bump for 17.10.7
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Lyon <[email protected]>
  • Loading branch information
robertlyon777 committed Oct 25, 2018
1 parent 6a0f423 commit 24acd99
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
17.10.7 (2018-10-25)
- Bug 1774554: Need to throw correct error in Webservices user delete
- Bug 1785928: Update the minupgradeversion now that we are using a different structure for tag table
- Bug 1786867: Upgrade Mahara PHPUnit test system to Namespaced version
- Bug 1788300: Group collections not copyable on group homepage
- Bug 1792638: Problems with ldap user sync database error
- Bug 1794370: Block change watchlist notification not displaying correct owner
- Bug 1778451: user statistics sendjasonrequest error
- Bug 1779959: upgrade modernizr library to v3.6.0
- Bug 1797278: Reports page is missing a link to a string

17.10.6 (2018-06-11)
- 1773864 ExternalFeed block cron task fails when SSL cert is not valid for a feed
- 1774309 Getting an Undefined index: QUERY_STRING when logging in
Expand Down
4 changes: 2 additions & 2 deletions htdocs/lib/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// 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 = 2017092620;
$config->version = 2017092621;
$config->series = '17.10';
$config->release = '17.10.7testing';
$config->release = '17.10.7';
$config->minupgradefrom = 2017031605;
$config->minupgraderelease = '17.04.0 (release tag 17.04.0_RELEASE)';

0 comments on commit 24acd99

Please sign in to comment.