Skip to content

Commit

Permalink
Merge pull request #17 from dravek/changeversion
Browse files Browse the repository at this point in the history
Release version 1.0.5
  • Loading branch information
dravek authored Apr 23, 2024
2 parents 82d62ed + d40aa1a commit 248b3f2
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion classes/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Class constants
*
* @package tool_powerusers
* @copyright 2022 David Matamoros <[email protected]>
* @copyright 2022 David Carrillo <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class constants {
Expand Down
2 changes: 1 addition & 1 deletion classes/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Form for generating super heroes
*
* @package tool_powerusers
* @copyright 2022 David Matamoros <[email protected]>
* @copyright 2022 David Carrillo <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class form extends moodleform {
Expand Down
2 changes: 1 addition & 1 deletion classes/generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Class generator
*
* @package tool_powerusers
* @copyright 2022 David Matamoros <[email protected]>
* @copyright 2022 David Carrillo <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class generator {
Expand Down
2 changes: 1 addition & 1 deletion classes/marvelapi.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Class marvelapi
*
* @package tool_powerusers
* @copyright 2022 David Matamoros <[email protected]>
* @copyright 2022 David Carrillo <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class marvelapi {
Expand Down
2 changes: 1 addition & 1 deletion classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Privacy provider implementation for tool powerusers
*
* @package tool_powerusers
* @copyright 2022 David Matamoros <[email protected]>
* @copyright 2022 David Carrillo <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\local\metadata\null_provider {
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* User end point for interacting with the tool
*
* @package tool_powerusers
* @copyright 2022 David Matamoros <[email protected]>
* @copyright 2022 David Carrillo <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
2 changes: 1 addition & 1 deletion lang/en/tool_powerusers.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Plugin language strings
*
* @package tool_powerusers
* @copyright 2022 David Matamoros <[email protected]>
* @copyright 2022 David Carrillo <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @var admin_category $ADMIN
* @package tool_powerusers
* @copyright 2022 David Matamoros <[email protected]>
* @copyright 2022 David Carrillo <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
* Plugin version details
*
* @package tool_powerusers
* @copyright 2022 David Matamoros <[email protected]>
* @copyright 2022 David Carrillo <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

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

$plugin->component = 'tool_powerusers';
$plugin->version = 2023100900;
$plugin->version = 2024042300;
$plugin->requires = 2015111600;
$plugin->release = '1.0.4';
$plugin->release = '1.0.5';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [];

0 comments on commit 248b3f2

Please sign in to comment.