Skip to content

Releases: uoe-dlam/ed-lti

1.3.1

29 Sep 08:54
85c0fc9
Compare
Choose a tag to compare

Fixed

  • Added fix to make sure that path is never longer than associated db column (PR #35)

v1.3.0

09 Jul 11:25
Compare
Choose a tag to compare

Added

  • The plugin will now use a custom notification email supplied by the upstream VLE to store as a WordPress option for student blogs (PR #33)
  • The plugin will update the notification email to null if no, or an empty value, is sent. (PR #34)

v1.2.1

30 Apr 16:30
Compare
Choose a tag to compare

Fixed

  • Instructors can now use a browser's back button to return to the LTI student list. Previously they would have been presented with a Document Expired message (PR #22)

v1.2.0

21 Jun 13:30
dd3a617
Compare
Choose a tag to compare

Changed

  • If the VLE does not pass site category information to the blogging service, the blog will default to a course blog type (PR #21)
  • Changed the get_blog_id() function to be called get_blog_id_if_exists to reduce the number of queries in the plugin by combining the blog_exists() and get_blog_id functions (PR #27, 28)

Removed

  • Remove unused function get_blog_count(). Also removed blog_exists() function from the blog handlers classes

Fixed

  • Altered register_activation_hook to point to namespaced Ed_LTI class. Previously, the activation hook was only using class name (without namespace), which resulted in errors (PR #26)

v1.1.0

05 Dec 11:39
6e919b0
Compare
Choose a tag to compare

Added

  • When the first admin user is added to a blog, set site admin_email option to their email address. (PR #20)
  • When user is made main admin (i.e the above) send a notification email to the user explaining as much. (PR #20)

v1.0.1

23 Nov 16:28
5451ecf
Compare
Choose a tag to compare

Added

  • Added namespaces to all classes (PR #19)

Changed

  • Removed lti prefixes from function names as no longer required (PR #19)

v1.0.0

23 Nov 15:37
cb1beea
Compare
Choose a tag to compare
  • First major release