File tree Expand file tree Collapse file tree 6 files changed +22
-12
lines changed Expand file tree Collapse file tree 6 files changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -289,3 +289,6 @@ ChangeLog
289
289
PageTitleProvider added.
290
290
291
291
Documentation again.
292
+
293
+ 7.1.1:
294
+ New home url: https://github.com/fixpunkt-com/fp_masterquiz
Original file line number Diff line number Diff line change @@ -200,3 +200,7 @@ Refactoring mit dem Rector-Tool.
200
200
Der Seitentitel kann nun wieder geändert werden.
201
201
202
202
Dokumentation schon wieder.
203
+
204
+ 7.1.1:
205
+
206
+ Neuer Ort bei GitHub: https://github.com/fixpunkt-com/fp_masterquiz
Original file line number Diff line number Diff line change 7
7
<extension class =" \T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
8
8
project-home =" https://extensions.typo3.org/extension/fp_masterquiz"
9
9
project-contact =" https://www.fixpunkt.com/webentwicklung/typo3/typo3-extensions/"
10
- project-repository =" https://github.com/bihor /fp_masterquiz"
11
- project-issues =" https://github.com/bihor /fp_masterquiz/issues"
12
- project-discussions =" https://github.com/bihor /fp_masterquiz/discussions"
10
+ project-repository =" https://github.com/fixpunkt-com /fp_masterquiz"
11
+ project-issues =" https://github.com/fixpunkt-com /fp_masterquiz/issues"
12
+ project-discussions =" https://github.com/fixpunkt-com /fp_masterquiz/discussions"
13
13
edit-on-github-branch =" master"
14
- edit-on-github =" bihor /fp_masterquiz"
14
+ edit-on-github =" fixpunkt-com /fp_masterquiz"
15
15
interlink-shortcode =" fixpunkt/fp-masterquiz"
16
16
typo3-core-preferred =" 13.4"
17
17
/>
Original file line number Diff line number Diff line change 7
7
<extension class =" \T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
8
8
project-home =" https://extensions.typo3.org/extension/fp_masterquiz"
9
9
project-contact =" https://www.fixpunkt.com/webentwicklung/typo3/typo3-extensions/"
10
- project-repository =" https://github.com/bihor /fp_masterquiz"
11
- project-issues =" https://github.com/bihor /fp_masterquiz/issues"
12
- project-discussions =" https://github.com/bihor /fp_masterquiz/discussions"
10
+ project-repository =" https://github.com/fixpunkt-com /fp_masterquiz"
11
+ project-issues =" https://github.com/fixpunkt-com /fp_masterquiz/issues"
12
+ project-discussions =" https://github.com/fixpunkt-com /fp_masterquiz/discussions"
13
13
edit-on-github-branch =" master"
14
- edit-on-github =" bihor /fp_masterquiz"
14
+ edit-on-github =" fixpunkt-com /fp_masterquiz"
15
15
interlink-shortcode =" fixpunkt/fp-masterquiz"
16
16
typo3-core-preferred =" 13.4"
17
17
/>
Original file line number Diff line number Diff line change 1
1
# fp_masterquiz
2
2
3
- version 7.1.0
3
+ version 7.1.1
4
4
5
5
TYPO3 extension to create a quiz, poll or test. The participant result will be saved in the DB too and can be deleted automatically via Scheduler.
6
6
@@ -21,7 +21,7 @@ Available languages: english and german/deutsch.
21
21
You find the documentation at typo3.org:
22
22
https://docs.typo3.org/p/fixpunkt/fp-masterquiz/master/en-us/
23
23
und die deutsche Version leider nur bei GitHub:
24
- https://github.com/bihor /fp_masterquiz/blob/master/Documentation/Localization.de_DE.tmpl/Configuration/Index.rst
24
+ https://github.com/fixpunkt-com /fp_masterquiz/blob/master/Documentation/Localization.de_DE.tmpl/Configuration/Index.rst
25
25
26
26
---------------------------
27
27
@@ -51,5 +51,8 @@ Changes in 7.1.0:
51
51
- PageTitleProvider added.
52
52
- Documentation again.
53
53
54
+ Changes in 7.1.1:
55
+ - New home url: https://github.com/fixpunkt-com/fp_masterquiz
56
+
54
57
You find the whole changelog here:
55
- https://raw.githubusercontent.com/bihor /fp_masterquiz/refs/heads/master/Documentation/ChangeLog/Index.rst
58
+ https://raw.githubusercontent.com/fixpunkt-com /fp_masterquiz/refs/heads/master/Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change 16
16
'category ' => 'plugin ' ,
17
17
'author ' => 'Kurt Gusbeth ' ,
18
18
'state ' => 'stable ' ,
19
- 'version ' => '7.1.0 ' ,
19
+ 'version ' => '7.1.1 ' ,
20
20
'constraints ' => [
21
21
'depends ' => [
22
22
'typo3 ' => '13.4.0-13.4.99 ' ,
You can’t perform that action at this time.
0 commit comments