Skip to content

Commit

Permalink
Add thirdpartylibs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
luukverhoeven committed May 14, 2019
1 parent cc66f66 commit 1c6e852
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 3 deletions.
7 changes: 6 additions & 1 deletion classes/avatargenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
*
* Generate avatars
*
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*
Expand All @@ -32,6 +32,11 @@
use Laravolt\Avatar\Avatar;
use stdClass;

/**
* Class avatargenerator
*
* @package block_mfavatar
*/
class avatargenerator {

protected $config = [
Expand Down
38 changes: 38 additions & 0 deletions thirdpartylibs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0"?>
<libraries>
<library>
<location>swf/expressInstall.swf</location>
<name>expressInstall.swf</name>
<version></version>
<license>MIT</license>
<licenseversion></licenseversion>
</library>
<library>
<location>swf/snapshot.swf</location>
<name>snapshot.swf</name>
<version>1.0</version>
<license>MIT</license>
<licenseversion></licenseversion>
</library>
<library>
<location>source/</location>
<name>Snapshot swf application</name>
<version>1.0</version>
<license>MIT</license>
<licenseversion></licenseversion>
</library>
<library>
<location>vendor/</location>
<name>laravolt/avatar</name>
<version>2.2.0</version>
<license>MIT</license>
<licenseversion></licenseversion>
</library>
<library>
<location>fonts/OpenSans-Bold.ttf</location>
<name>OpenSans-Bold.ttf</name>
<version>1.0.0</version>
<license>MIT</license>
<licenseversion></licenseversion>
</library>
</libraries>
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->release = '1.2.2';
$plugin->release = '1.2.3';
$plugin->maturity = MATURITY_STABLE;
$plugin->version = 2019051400; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2019051401; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2018051700; // Requires this Moodle 3.5 version.
$plugin->component = 'block_mfavatar'; // Full name of the plugin (used for diagnostics).

0 comments on commit 1c6e852

Please sign in to comment.