LTI: Bump plugin version to 1.8.0 - refs BT#17165

pull/3235/head
Angel Fernando Quiroz Campos 6 years ago
parent 9df6e7b642
commit 911c9e983d
  1. 2
      plugin/ims_lti/ImsLtiPlugin.php
  2. 5
      plugin/ims_lti/README.md

@ -31,7 +31,7 @@ class ImsLtiPlugin extends Plugin
*/ */
protected function __construct() protected function __construct()
{ {
$version = '1.7.0'; $version = '1.8.0';
$author = 'Angel Fernando Quiroz Campos'; $author = 'Angel Fernando Quiroz Campos';
$message = Display::return_message($this->get_lang('GenerateKeyPairInfo')); $message = Display::return_message($this->get_lang('GenerateKeyPairInfo'));

@ -1,7 +1,7 @@
IMS/LTI plugin IMS/LTI plugin
=== ===
Version 1.7.0 Version 1.8.0
> This plugin is meant to be later integrated into Chamilo (in a major version > This plugin is meant to be later integrated into Chamilo (in a major version
release). release).
@ -10,8 +10,9 @@ IMS/LTI defines the possibility to integrate tools or content into Chamilo.
This plugin allows the integration of a new tool into courses, obtaining This plugin allows the integration of a new tool into courses, obtaining
data back from those tools and recording them as gradebook "external" activities. data back from those tools and recording them as gradebook "external" activities.
This plugin allow certified support for LTI 1.0, 1.1, 1.1.1, Deep Linking 1.x, Outcome Services 1.x. This plugin allows certified support for LTI 1.0, 1.1, 1.1.1, Deep Linking 1.x, Outcome Services 1.x.
You can get information about the LTI Certification on [this page][certification link]. You can get information about the LTI Certification on [this page][certification link].
The LTI 1.3 is being developed.
As a platform admin, you can register external tools available for all courses. As a platform admin, you can register external tools available for all courses.
You need set the tools settings in the IMS/LTI administration page. You need set the tools settings in the IMS/LTI administration page.

Loading…
Cancel
Save