Ver código fonte

update files

bernardo 5 anos atrás
pai
commit
2835fedd93

+ 0 - 0
db/access.php


+ 2 - 2
lang/en_utf8/mod_gradeImporter.php

@@ -1,8 +1,8 @@
 <?php
 $string['gradeImporter'] = 'Grade Importer';
 
-$string['modulename'] = 'Grade Importer';
-$string['modulenameplural'] = 'Grade Importers';
+$string['moduleName'] = 'Grade Importer';
+$string['moduleNamePlural'] = 'Grade Importers';
 
 $string['gradeImporterintro'] = 'This module facilitates...';
 $string['gradeImportername'] = 'Grade Importer Name';

+ 2 - 2
lang/pt-br_utf8/mod_gradeImporter.php

@@ -1,8 +1,8 @@
 <?php
 $string['gradeImporter'] = 'Importador de notas';
 
-$string['modulename'] = 'Importador de notas';
-$string['modulenameplural'] = 'Importadores de notas';
+$string['moduleName'] = 'Importador de notas';
+$string['moduleNamePlural'] = 'Importadores de notas';
 
 $string['gradeImporterintro'] = 'Esse módulo facilita a
             disponibilização de notas de atividades para os alunos';

+ 0 - 0
readme.md


+ 2 - 2
version.php

@@ -2,9 +2,9 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$plugin->version = 20190820;
+$plugin->version = 20190910;
 $plugin->requires = 2014021100;
-$plugin->release = 'v1.0';
+$plugin->release = 'v1.1';
 $plugin->component = 'mod_gradeImporter';
 $plugin->maturity = MATURITY_STABLE;
 $plugin->release = 'TODO';