Skip to content

Commit 81e5546

Browse files
committed
v2.0
1 parent 43e9e7e commit 81e5546

16 files changed

+1125
-510
lines changed

LICENSE

+675
Large diffs are not rendered by default.

README.md

+21-50
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,30 @@
1-
eveeno
2-
=========
1+
# eveeno WordPress Plugin
32

4-
WordPress-Plugin
5-
----------------
3+
[![Aktuelle Version](https://img.shields.io/github/package-json/v/cassandre/eveeno-wp/master?label=Version)](https://github.com/cassandre/eveeno-wp)
4+
[![Release Version](https://img.shields.io/github/v/release/cassandre/eveeno-wp?label=Release+Version)](https://github.com/cassandre/eveeno-wp/releases/)
5+
[![GitHub License](https://img.shields.io/github/license/cassandre/eveeno-wp)](https://github.com/cassandre/eveeno-wp)
6+
[![GitHub issues](https://img.shields.io/github/issues/cassandre/eveeno-wp)](https://github.com/cassandre/eveeno-wp/issues)
67

7-
<b>Version 1.8</b>
8+
WordPress plugin for embedding <a href="https://eveeno.com">eveeno.de</a> registration forms and upcoming events lists.
89

9-
Binden Sie Anmeldeformulare und Veranstaltungslisten von <a href="https://eveeno.com">eveeno.de</a> einfach per Shortcode in Ihre WordPress-Seite ein.
10-
11-
####Shortcode Anmeldeformular####
10+
## Shortcode Registration Form
1211
```
13-
[eveeno show="form" eventid="123456789" width="95%" height="1000px"]
12+
[eveeno style="form" event="123456789"]
1413
```
15-
####Shortcodes Veranstaltungsliste####
16-
In Tabellenform:
14+
## Shortcodes Events List
15+
### Table Style:
1716
```
18-
[eveeno show="table" userid="1234" width="95%" height="400px"]
17+
[eveeno style="table" user="1234"]
1918
```
20-
Als Grid:
19+
### Grid Style:
2120
```
22-
[eveeno show="grid" userid="1234" width="95%" height="400px"]
21+
[eveeno style="grid" user="1234"]
2322
```
24-
Als kurze Liste (z.B. in der Sidebar):
23+
### Short List (e.g. in Sidebar):
2524
```
26-
[eveeno show="list" userid="1234" width="95%" height="400px"]
25+
[eveeno style="list" user="1234"]
2726
```
28-
Weitere Shortcode-Parameter:
27+
## Other Shortcode Attributes:
2928
```
3029
period="" [all | past | future (default)]
3130
term=""
@@ -36,38 +35,10 @@ scope="" [all | private | public (default)]
3635
apikey=""
3736
```
3837

39-
Die benötigten IDs finden Sie im Eveeno-Backend unter Event-Einstellungen > Widgets.
40-
41-
### Changelog ###
42-
43-
#### 1.5 ####
44-
* Kleineres Layout-Update
45-
* bis WP 6.5 getestet
46-
47-
#### 1.5 ####
48-
* Standardwerte für Shortcode-Parameter entfernt
49-
* bis WP 5.8.2 getestet
50-
51-
#### 1.4 ####
52-
* Neue Shortcode-Parameter: period, term, notter, lang, sort, scope, apikey
53-
* für WP 5.6 getestet
54-
55-
#### 1.3 ####
56-
* kleinere Layoutverbesserung
57-
* für WP 4.9.7 getestet
58-
59-
#### 1.2 ####
60-
* Shortcode für kurze Veranstaltungslisten, z.B. in der Sidebar
61-
62-
#### 1.1 ####
63-
* Shortcodes für Veranstaltungslisten (Tabelle und Grid)
64-
* Parameter "name" ersetzt durch "id", da sich der Name ggf. ändern kann
65-
66-
#### 1.0 ####
67-
* Erster Release: Shortcode für Anmeldeformulare
38+
You'll find the IDs in your Eveeno backend: Event-Einstellungen > Widgets.
6839

69-
#### Weitere Informationen: ####
70-
Autor: Barbara Bothe<br>
40+
#### General Information: ####
41+
Author: Barbara Bothe<br>
7142
Website: <a href="https://barbara-bothe.de">https://barbara-bothe.de</a><br>
72-
Lizenz: <a href="https://www.gnu.org/licenses/gpl">GNU General Public License, Version 2.0</a> (GNUGPLv2.0)<br>
73-
Im WordPress Plugin Directory: <a href="https://wordpress.org/plugins/eveeno">https://wordpress.org/plugins/eveeno</a>
43+
Licence: <a href="https://www.gnu.org/licenses/gpl">GNU General Public License, Version 3.0</a> (GNUGPLv3.0)<br>
44+
WordPress Plugin Directory: <a href="https://wordpress.org/plugins/eveeno">https://wordpress.org/plugins/eveeno</a>

assets/js/embed.js

+172
Large diffs are not rendered by default.

assets/js/embed.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)