File tree 4 files changed +40
-8
lines changed
4 files changed +40
-8
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,38 @@ <h1 class="display-3">
37
37
< div class ="row ">
38
38
< div class ="col-md-12 ">
39
39
< h2 > News</ h2 >
40
+
41
+ < div class ="card my-3 ">
42
+ < div class ="card-body ">
43
+ < h4 class ="card-title "> 09.02.2025: Version 3.0.0 veröffentlicht</ h4 >
44
+ < p class ="card-text ">
45
+ Das Release enthält viele Bugfixes und neue Features:
46
+ </ p >
47
+ < a href ="https://github.com/openjverein/jverein/releases/tag/3.0.0 " class ="btn btn-light "> Alle Änderungen in 3.0.0</ a >
48
+
49
+ < div class ="card-text ">
50
+ < b > Installation</ b >
51
+ < ol >
52
+ < li > Starte Jameica und öffne "Datei»Einstellungen»Plugins", klicke auf "Repositories bearbeiten..."</ li >
53
+ < li > Stelle sicher, dass < code > https://openjverein.github.io/jameica-repository</ code > in der Liste enthalten ist. Füge die URL ggf. hinzu.</ li >
54
+ < li > Installiere das Plugin "Hibiscus", falls noch nicht geschehen. Starte anschließend Jameica neu.</ li >
55
+ < li > Klicke auf den Reiter "Verfügbare Plugins" und wähle das Repository < code > https://openjverein.github.io/jameica-repository</ code > aus.</ li >
56
+ < li > Klicke bei OpenJVerein "Version 3.0.0" auf Installieren</ li >
57
+ < li > Starte Jameica neu.</ li >
58
+ </ ol >
59
+ </ div >
60
+
61
+ < div class ="card-text ">
62
+ < b > Update</ b >
63
+ < ol >
64
+ < li > Starte Jameica</ li >
65
+ < li > "Datei»Einstellungen»Plugins»Updates" öffnen und installiere die verfügbaren Updates.</ li >
66
+ < li > Starte Jameica neu.</ li >
67
+ </ ol >
68
+ </ div >
69
+
70
+ </ div >
71
+ </ div >
40
72
41
73
< div class ="card my-3 ">
42
74
< div class ="card-body ">
Original file line number Diff line number Diff line change 1
1
<plugin xmlns =" https://www.willuhn.de/schema/jameica-plugin"
2
2
xmlns : xsi =" https://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : schemaLocation =" https://www.willuhn.de/schema/jameica-plugin https://www.willuhn.de/schema/jameica-plugin-1.5.xsd"
4
- name =" jverein" version =" 2.8.23 " class =" de.jost_net.JVerein.JVereinPlugin" >
4
+ name =" jverein" version =" 3.0.0 " class =" de.jost_net.JVerein.JVereinPlugin" >
5
5
6
6
<description >OpenSource-Vereinsverwaltung</description >
7
- <url >https://openjverein.github.io/jameica-repository/jverein.2.8.23 .zip</url >
7
+ <url >https://openjverein.github.io/jameica-repository/jverein.3.0.0 .zip</url >
8
8
<homepage >https://openjverein.github.io/</homepage >
9
9
<license >GPL - https://www.gnu.org/copyleft/gpl.html</license >
10
10
<icon >jverein-icon-64x64.png</icon >
11
11
<menu >
12
- <item name =" JVerein " >
13
- <item name =" & Über"
12
+ <item name =" OpenJVerein " >
13
+ <item name =" Über"
14
14
action =" de.jost_net.JVerein.gui.action.AboutAction"
15
- icon =" gtk-info.png" />
15
+ icon =" gtk-info.png" />
16
16
<item name =" -" />
17
17
<item name =" Lizenzinformationen"
18
18
action =" de.jost_net.JVerein.gui.action.LizenzAction"
25
25
</classfinder >
26
26
27
27
<navigation >
28
- <item name =" JVerein "
28
+ <item name =" OpenJVerein "
29
29
icon-close =" folder.png"
30
30
icon-open =" folder-open.png"
31
31
id =" jverein.main" >
Original file line number Diff line number Diff line change 2
2
3
3
<repository xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : noNamespaceSchemaLocation =" https://www.willuhn.de/schema/jameica-repository-1.0.xsd"
5
- name =" JVerein Repository" >
5
+ name =" OpenJVerein Repository" >
6
6
7
- <plugins name =" JVerein " >
7
+ <plugins name =" OpenJVerein " >
8
8
<plugin url =" https://openjverein.github.io/jameica-repository" />
9
9
<plugin url =" https://openjverein.github.io/jameica-repository/previous" />
10
10
</plugins >
You can’t perform that action at this time.
0 commit comments