Skip to content

Commit

Permalink
Greek – Ελληνικά to omit checks warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Bösch <[email protected]>
  • Loading branch information
lucaboesch committed Jun 7, 2020
1 parent 388207c commit a59345c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
12 changes: 10 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ moodle-local_differentiator
Changes
-------

### Release 1.4.2

* 2020-06-07 - Updated websocket-extensions to version 0.1.4

### Release 1.4.1

* 2020-04-01 - Updated minimist to version 1.2.5

### Release 1.4.0

* 2020-01-03 - Added strings for el. Thanks to Stamos Spiliotis!
Expand All @@ -21,8 +29,8 @@ Changes
### Release 1.2.2

* 2019-12-28 - Updated set-value to version 2.0.1.
* 2019-12-28 - Updated VueInputAutowidth to 1.0.9.
* 2019-12-28 - Updated mixin-deep to 1.3.2
* 2019-12-28 - Updated VueInputAutowidth to version 1.0.9.
* 2019-12-28 - Updated mixin-deep to version 1.3.2
* 2019-12-28 - Fixed some strings in pt.
* 2019-12-28 - Support for RTL languages.

Expand Down
2 changes: 1 addition & 1 deletion db/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -9007,7 +9007,7 @@ function xmldb_local_differentiator_install() {
'tswetext' => 'construeren',
]);

// Ελληνικά.
// Greek – Ελληνικά.

// Table local_differentiator_cwce.
$DB->insert_record('local_differentiator_cwce', [
Expand Down
2 changes: 1 addition & 1 deletion db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4664,7 +4664,7 @@ function xmldb_local_differentiator_upgrade($oldversion = 0) {

$time = time();

// Ελληνικά.
// Greek – Ελληνικά.

// Table local_differentiator_cwce.
$DB->insert_record('local_differentiator_cwce', [
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'local_differentiator';
$plugin->release = '1.4.1';
$plugin->version = 2020040100;
$plugin->release = '1.4.2';
$plugin->version = 2020060700;
$plugin->requires = 2018051700;
$plugin->maturity = MATURITY_STABLE;

0 comments on commit a59345c

Please sign in to comment.