Skip to content

Commit 2b42f2b

Browse files
authored
Merge pull request #6 from SREd-URV/4-added-privacy-translations
#4 - Added privacy metadata translations
2 parents 7ce90a0 + fad5d30 commit 2b42f2b

5 files changed

+6
-2
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Release notes
33

44
1. Keep minimum Moodle version supported as 2.5.
55
1. (#3) Use Github Actions to pass tests and update release on Moodle Plugins directory.
6+
1. (#4) Added privacy metadata file.
67

78
Contributors
89
============

lang/ca/profilefield_timestamp.php

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
*/
2525

2626
$string['pluginname'] = 'Camp de timestamp';
27+
$string['privacy:metadata'] = 'El Camp de timestamp no emmagatzema cap dada personal.';
2728
$string['profilefield_timestamp'] = 'Timestamp';
2829
$string['notset'] = 'No definit';

lang/en/profilefield_timestamp.php

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
*/
2525

2626
$string['pluginname'] = 'Timestamp input';
27+
$string['privacy:metadata'] = 'Timestamp input does not store any personal data.';
2728
$string['profilefield_timestamp'] = 'Timestamp';
2829
$string['notset'] = 'Not set';

lang/es/profilefield_timestamp.php

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
*/
2525

2626
$string['pluginname'] = 'Campo timestamp';
27+
$string['privacy:metadata'] = 'El Campo de timestamp no almacena ningún dato personal.';
2728
$string['profilefield_timestamp'] = 'Timestamp';
2829
$string['notset'] = 'No definido';

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

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

29-
$plugin->version = 2021081100; // The current plugin version (Date: YYYYMMDDXX)
29+
$plugin->version = 2022021700; // The current plugin version (Date: YYYYMMDDXX)
3030
$plugin->requires = 2013051400; // Requires this Moodle version (2.5)
3131
$plugin->component = 'profilefield_timestamp'; // Full name of the plugin (used for diagnostics)
3232
$plugin->maturity = MATURITY_STABLE;
33-
$plugin->release = '2021081100';
33+
$plugin->release = '2022021700';

0 commit comments

Comments
 (0)