Skip to content

Commit

Permalink
release 1.0.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ak4t0sh committed Apr 2, 2019
1 parent 231be5b commit 6c0da1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
### 1.0.2

* Move FR language pack to AMOS

### 1.0.1

* Add check for `$CFG->usetags`. Print an error message if tags are disabled
* Remove useless global variable `$OUTPUT` usage
* Add missing capability name strings
* Fix a typo in English pack (Thanks Germán Valero)
* Fix a typo in English pack (Thanks Germán Valero)
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 = 'block_taggedcoursesearch';
$plugin->release = '1.0.1';
$plugin->version = 2019032900;
$plugin->release = '1.0.2';
$plugin->version = 2019040200;
$plugin->requires = 2018051700;
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 6c0da1e

Please sign in to comment.