Skip to content

Commit

Permalink
NOBUG: Bump version and add missing string
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Nov 30, 2012
1 parent 4fc85ff commit 4aad047
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions lang/en/local_ci.php
@@ -0,0 +1,27 @@
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* CI scripts lang strings
*
* @package local_ci
* @copyright 2012 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die;

$string['pluginname'] = 'CI scripts';
4 changes: 2 additions & 2 deletions version.php
Expand Up @@ -24,12 +24,12 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2012111200;
$plugin->version = 2012113000;
$plugin->requires = 2012110900; // Moodle 2.4beta release and upwards.
$plugin->dependencies = array( // Also requires these plugins to be installed.
'local_codechecker' => '2012061600',
'local_moodlecheck' => '2012011000'
);
$plugin->component = 'local_ci';
$plugin->release = '0.9.0';
$plugin->release = '0.9.1';
$plugin->maturity = MATURITY_BETA;

0 comments on commit 4aad047

Please sign in to comment.