File tree 5 files changed +6
-2
lines changed
5 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Release notes
3
3
4
4
1 . Keep minimum Moodle version supported as 2.5.
5
5
1 . (#3 ) Use Github Actions to pass tests and update release on Moodle Plugins directory.
6
+ 1 . (#4 ) Added privacy metadata file.
6
7
7
8
Contributors
8
9
============
Original file line number Diff line number Diff line change 24
24
*/
25
25
26
26
$ string ['pluginname ' ] = 'Camp de timestamp ' ;
27
+ $ string ['privacy:metadata ' ] = 'El Camp de timestamp no emmagatzema cap dada personal. ' ;
27
28
$ string ['profilefield_timestamp ' ] = 'Timestamp ' ;
28
29
$ string ['notset ' ] = 'No definit ' ;
Original file line number Diff line number Diff line change 24
24
*/
25
25
26
26
$ string ['pluginname ' ] = 'Timestamp input ' ;
27
+ $ string ['privacy:metadata ' ] = 'Timestamp input does not store any personal data. ' ;
27
28
$ string ['profilefield_timestamp ' ] = 'Timestamp ' ;
28
29
$ string ['notset ' ] = 'Not set ' ;
Original file line number Diff line number Diff line change 24
24
*/
25
25
26
26
$ string ['pluginname ' ] = 'Campo timestamp ' ;
27
+ $ string ['privacy:metadata ' ] = 'El Campo de timestamp no almacena ningún dato personal. ' ;
27
28
$ string ['profilefield_timestamp ' ] = 'Timestamp ' ;
28
29
$ string ['notset ' ] = 'No definido ' ;
Original file line number Diff line number Diff line change 26
26
27
27
defined ('MOODLE_INTERNAL ' ) || die ();
28
28
29
- $ plugin ->version = 2021081100 ; // The current plugin version (Date: YYYYMMDDXX)
29
+ $ plugin ->version = 2022021700 ; // The current plugin version (Date: YYYYMMDDXX)
30
30
$ plugin ->requires = 2013051400 ; // Requires this Moodle version (2.5)
31
31
$ plugin ->component = 'profilefield_timestamp ' ; // Full name of the plugin (used for diagnostics)
32
32
$ plugin ->maturity = MATURITY_STABLE ;
33
- $ plugin ->release = '2021081100 ' ;
33
+ $ plugin ->release = '2022021700 ' ;
You can’t perform that action at this time.
0 commit comments