Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle Mobile 2.4 release notes: Difference between revisions

From MoodleDocs
(Created page with "Moodle Mobile release notes > {{FULLPAGENAME}} Release date: 21th October 2015 [https://tracker.moodle.org/jira/secure/ReleaseNote.jspa?projectId=10070&version=15063 Com...")
 
m (Protected "Moodle Mobile 2.4 release notes": Developer Docs Migration ([Edit=Allow only administrators] (indefinite)))
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:Migrated|newDocId=/general/app_releases/v2/v2.4}}
[[Moodle Mobile release notes]] > {{FULLPAGENAME}}
[[Moodle Mobile release notes]] > {{FULLPAGENAME}}


Line 16: Line 17:
[[File:MM2401.png|300px]]
[[File:MM2401.png|300px]]
           <div class="caption">
           <div class="caption">
             <h4>Survey</h4>
             <p>Survey</p>
           </div>
           </div>
         </div>
         </div>
Line 24: Line 25:
[[File:MM2402.png|300px]]
[[File:MM2402.png|300px]]
           <div class="caption">
           <div class="caption">
             <h4>External tool (LTI)</h4>
             <p>External tool (LTI)</p>
           </div>
           </div>
         </div>
         </div>
Line 40: Line 41:
== Complete list of issues ==
== Complete list of issues ==


=== Bug ===
* MOBILE-1252 - Some titles lack format-text
* MOBILE-1254 - Pull to refresh in my courses doesn't refresh addons
* MOBILE-1266 - Network checks are failing in some devices and wifis
* MOBILE-1272 - Misspel in sites.js
* MOBILE-1277 -  Cannot read property 'FILEOUTDATED' of undefined in mod_imscp, mod_page and mod_resource


=== Improvement ===
* MOBILE-1265 - Replace the HEAD request in $mmSitesManager#siteExists with a GET request
* MOBILE-1267 - Improve how the Moodle minium version required is checked
* MOBILE-1271 - Populate automaticaly the subject field when replying a forum post
=== New Feature ===
* MOBILE-1253 - Add support to the external-tool activity
* MOBILE-1255 - Add support to the survey module
          
          
[[Category:Release notes]]
[[Category:Release notes]]

Latest revision as of 11:17, 1 June 2022

Important:

This content of this page has been updated and migrated to the new Moodle Developer Resources. The information contained on the page should no longer be seen up-to-date.

Why not view this page on the new site and help us to migrate more content to the new site!

Moodle Mobile release notes > Moodle Mobile 2.4 release notes

Release date: 21th October 2015

Complete list of issues for Moodle Mobile Moodle Mobile 2.4

New features

  • External tool - users can access LTI-compliant learning resources via the app
  • Survey - users can now take surveys

Note: Both features require Moodle 3.0 or the Moodle Mobile additional features plugin.

  • MM2401.png

    Survey

  • MM2402.png

    External tool (LTI)

Improvements

  • Improved internet connection availability checking.

Fixes

  • Formatting of titles.

Complete list of issues

Bug

  • MOBILE-1252 - Some titles lack format-text
  • MOBILE-1254 - Pull to refresh in my courses doesn't refresh addons
  • MOBILE-1266 - Network checks are failing in some devices and wifis
  • MOBILE-1272 - Misspel in sites.js
  • MOBILE-1277 - Cannot read property 'FILEOUTDATED' of undefined in mod_imscp, mod_page and mod_resource

Improvement

  • MOBILE-1265 - Replace the HEAD request in $mmSitesManager#siteExists with a GET request
  • MOBILE-1267 - Improve how the Moodle minium version required is checked
  • MOBILE-1271 - Populate automaticaly the subject field when replying a forum post

New Feature