-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from dravek/changeversion
Release version 1.0.5
- Loading branch information
Showing
9 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = []; |