Skip to content

Commit

Permalink
fixed settings label issue and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhunt committed Jun 22, 2018
1 parent e988f99 commit aba23c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Change List
=========
Version 1.4.02(Build 2018062300)
-Added a number of new templates and fixed older ones
-removed annoying extra brace on settings page

Version 1.4.01(Build 2018041001)
-Improved templates listing
-Added template version update ability
Expand Down
2 changes: 1 addition & 1 deletion lang/en/filter_generico.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
$string['templateversion_desc'] = 'When sharing templates it is best to maintain a clear version per release. The version format is up to you.';
$string['templatealternate'] = 'Alternate content';
$string['templatealternate_desc'] = 'Content that can be used when the custom and uploaded CSS and javascript content is not available. Currently this is used when the template is processed by a webservice, probably for content on the mobile app';
$string['templatealternate_end'] = 'Alternate content end ((template {$a})';
$string['templatealternate_end'] = 'Alternate content end (template {$a})';
$string['templatealternate_end_desc'] = 'Closing alternate content tags for templates that enclose user content with start and end Generico tags';

//Settings tree headings
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2018041001; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2018062300; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2011070100; // Requires this Moodle version
$plugin->component = 'filter_generico'; // Full name of the plugin (used for diagnostics)
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'Version 1.4.01(Build 2018041001)';
$plugin->release = 'Version 1.4.02(Build 2018062300)';

0 comments on commit aba23c5

Please sign in to comment.