Skip to content

Releases: cgkineo/adapt-pageIncompletePrompt

v2.1.5

24 May 09:26
Compare
Choose a tag to compare

2.1.5 (2024-05-24)

Fix

v2.1.4

06 Jun 13:48
Compare
Choose a tag to compare

2.1.4 (2023-06-06)

Fix

v2.1.3

10 Feb 18:46
Compare
Choose a tag to compare

2.1.3 (2023-02-10)

Fix

v2.1.2

06 Feb 11:55
Compare
Choose a tag to compare

2.1.2 (2023-02-06)

Fix

  • Added release automation (4c24133)

v2.1.1 - bugfix and optimisation

10 Mar 16:58
aa8e471
Compare
Choose a tag to compare
  • Selecting 'yes' in the dialog sometimes caused the page to be reloaded (which could result in the LMS closing the course window) #34
  • Optimised code & removed trailing comma in showPrompt function

v2.1.0 - the one with classes

04 Jun 10:26
Compare
Choose a tag to compare

Added:

  • _classes for styling (#28)

Changed:

  • Indentation amended to use 2 spaces instead of 4

Minimum requirements

Name Version
Framework 3.3

v2.0.8 - bugfix

19 Sep 16:30
107145e
Compare
Choose a tag to compare
  • fixes a bug where PIP would incorrectly flag the page as incomplete if _isAvailable: false was set on an article or block within the page
  • change to inherit from Backbone.Controller (instead of Backbone.Events), in line with other extensions of this type

Minimum requirements

Name Version
Framework 3.3

Release v2.0.7

29 May 14:10
29a77e0
Compare
Choose a tag to compare

Fixed:

  • extension can break the Assessment Results component's 'retry' functionality (#21)
  • prompt not being displayed when navigating between contentObjects (#23)

Framework dependency bumped to v3.3+ as the fix for #23 relies on the fix for #2240

Minimum requirements

Name Version
Framework 3.3

Release v2.0.6

31 Jan 16:23
e547547
Compare
Choose a tag to compare

Added support for multilanguage courses (#15 and #16); code tidy.

Minimum requirements

Name Version
Framework 2.2

Release v2.0.5

06 Sep 16:25
Compare
Choose a tag to compare
  • Updated framework dependency to satisfy future releases (#1704)
  • Changed Boolean inputs to Checkbox for authoring tool (#1380)
  • fixes for #12 and #13