Skip to content

Commit 8cc45cb

Browse files
committed
1.0.0
1 parent 0440530 commit 8cc45cb

5 files changed

Lines changed: 21 additions & 6 deletions

File tree

.gitattributes

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
33
* text eol=lf
4+
.github/ export-ignore
5+
docs/ export-ignore
46
.editorconfig export-ignore
57
.gitattributes export-ignore
6-
toggle-ctrl_build_changelog.md export-ignore
7-
toggle-ctrl_changelog_de.md export-ignore
8+
toggle-control_build_changelog.md export-ignore
9+
toggle-control_changelog_de.md export-ignore
810
LICENSE export-ignore
911
README.md export-ignore

docs/version_check.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"stable": {
3+
"3.3": {
4+
"current": "1.0.0",
5+
"announcement": "https://github.com/LukeWCS/toggle-control/releases",
6+
"eol": null,
7+
"security": false
8+
}
9+
}
10+
}

lukewcs/togglectrl/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "phpbb-extension",
44
"description": "Makes it possible to decide centrally for all extensions which visual style should be used for yes/no switches, provided extensions support Toggle Control.",
55
"homepage": "https://github.com/LukeWCS/toggle-control",
6-
"version": "1.0.0-b4",
7-
"time": "2023-12-06",
6+
"version": "1.0.0",
7+
"time": "2023-12-07",
88
"license": "GPL-2.0-only",
99
"authors": [
1010
{

toggle-control_build_changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
### 1.0.0
2+
* Release (2023-12-07)
3+
* Versionsprüfung hinzugefügt.
4+
15
### 1.0.0-b4
2-
* Release (2023-12-)
36
* Template:
47
* Bei der Optionsgruppe von `togglectrl_type` die ID entfernt.
58
* JS:

toggle-control_changelog_de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### 1.0.0
2-
(2023-12-)
2+
(2023-12-07)
33

44
* Erste offizielle Version.

0 commit comments

Comments
 (0)