Skip to content

Commit

Permalink
Merge pull request #15 from SREd-URV/13-added-privacy-translations
Browse files Browse the repository at this point in the history
#13 - Added privacy metadata translations
  • Loading branch information
jpahullo authored Feb 17, 2022
2 parents 2c2ba64 + dc66123 commit 4a52834
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Release notes

1. (#12) Minimum Moodle version supported is 3.3.
1. (#12) Use Github Actions to pass tests and update release on Moodle Plugins directory.
1. (#13) Added privacy metadata file.

Contributors
============
Expand Down
1 change: 1 addition & 0 deletions lang/ca/auth_ip.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@
$string['auth_ipmailtext'] = 'S\'han actualitzat les IPs acceptades pel plugin d\'autenticació restringit per IP';
$string['auth_ipvalidips'] = 'IPs vàlides';
$string['pluginname'] = 'Autenticació per IP';
$string['privacy:metadata'] = 'El plugin Autenticació per IP no emmagatzema cap dada personal.';
1 change: 1 addition & 0 deletions lang/en/auth_ip.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@
$string['auth_ipmailtext'] = 'Accepted IPs for the authentication plugin by IP have been updated.';
$string['auth_ipvalidips'] = 'Valid IPs';
$string['pluginname'] = 'Authentication by IP';
$string['privacy:metadata'] = 'The Authentication by IP plugin does not store any personal data.';
1 change: 1 addition & 0 deletions lang/es/auth_ip.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@
$string['auth_ipmailtext'] = 'Se han actualizado las IPs aceptadas por el plugin de autenticación restringido por IP';
$string['auth_ipvalidips'] = 'IPs válidas';
$string['pluginname'] = 'Autenticación por IP';
$string['privacy:metadata'] = 'El plugin Autenticación por IP no almacena ningún dato personal.';
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

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

$plugin->version = 2021081100; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2022021700; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2017051500; // Requires this Moodle version (3.3) for changes in settings.php.
$plugin->component = 'auth_ip'; // Full name of the plugin (used for diagnostics)
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '2021081100';
$plugin->release = '2022021700';

0 comments on commit 4a52834

Please sign in to comment.