only file attributes changed

This commit is contained in:
L_DA 2020-11-22 09:50:53 +01:00
parent 71492cade6
commit 221764b7b9
16 changed files with 3 additions and 3 deletions

0
LICENSE.md Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
block_timetable.php Normal file → Executable file
View file

0
classes/output/renderer.php Normal file → Executable file
View file

0
classes/output/timetable.php Normal file → Executable file
View file

0
db/access.php Normal file → Executable file
View file

0
db/install.php Normal file → Executable file
View file

0
db/uninstall.php Normal file → Executable file
View file

0
db/upgrade.php Normal file → Executable file
View file

0
edit_form.php Normal file → Executable file
View file

2
lang/de/block_timetable.php Normal file → Executable file
View file

@ -25,4 +25,4 @@
defined('MOODLE_INTERNAL') || die();
$string['pluginname'] = 'timetable';
$string['pluginname'] = 'Stundenplan';

2
lang/en/block_timetable.php Normal file → Executable file
View file

@ -25,4 +25,4 @@
defined('MOODLE_INTERNAL') || die();
$string['pluginname'] = 'Stundenplan';
$string['pluginname'] = 'timetable';

0
settings.php Normal file → Executable file
View file

0
styles.css Normal file → Executable file
View file

0
templates/timetable.mustache Normal file → Executable file
View file

2
version.php Normal file → Executable file
View file

@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'block_timetable';
$plugin->release = '0.1.0';
$plugin->version = 2020091801;
$plugin->version = 2020112101;
$plugin->requires = 2020061500;
$plugin->maturity = MATURITY_ALPHA;
$plugin->dependencies = [