You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+72Lines changed: 72 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,75 @@
1
+
### 2.0.28
2
+
- fix: Interest registration on events, now actually know which event the user selected
3
+
4
+
### 2.0.27
5
+
- add: Better civregno-check for contact persons if the course requires it.
6
+
7
+
### 2.0.26
8
+
- add: Adding automatic pruning of transients that are expired. (Only from EduAdmin)
9
+
10
+
### 2.0.25
11
+
- add: Added query param to view plugin transients to debug caching problems.
12
+
13
+
### 2.0.24
14
+
- removed: Removed client side validation of civic registration numbers.
15
+
16
+
### 2.0.23
17
+
- add: Listview: Allow line breaks in HTML-code from course templates
18
+
19
+
### 2.0.22
20
+
- fix: Setting last admittance date and time to 23:59:59 (since some customers uses that full day)
21
+
22
+
### 2.0.21
23
+
- fix: Added missing `CourseDescriptionShort` in helper-method
24
+
25
+
### 2.0.20
26
+
- chg: Altered the info text you get when you request a password reset.
27
+
- chg: Made a new function to group dates, that works better.
28
+
29
+
### 2.0.19
30
+
- add: Added `get_transient` in `eduadmin.php` (`EDU()->get_transient($name, $action, $expiration, ..$args)`)
31
+
32
+
This method generates a unique transient-name based on the name and the arguments, so that we can cache the same method, multiple times (depending on filters)
33
+
34
+
- chg: Redoing most of the code fetching data from EduAdmin (Adding `$select`, to decrease the amount of data fetched)
35
+
- add: Added new class `EduAdminAPIHelper`, that I'm using to deduplicate code.
36
+
- per: Adding more performance fixes, that should solve some issues.
37
+
- fix: Fixed a problem with showing price names in the detail view.
38
+
- add: Added extra check for regions, so we don't loop over empty objects
39
+
40
+
### 2.0.18
41
+
- fix: Proper sorting on event dates. (Using `sort` on an `array` was stupid)..
42
+
43
+
### 2.0.17
44
+
- fix: Code styling and small fixes
45
+
- add: Added a header for the region-filter on the detail view
46
+
- fix: Apperantly the information from the course template and event was merged the wrong way, so some information didn't get through.
47
+
- add: Added debug variables to "free spots"-placeholder
48
+
49
+
### 2.0.16
50
+
- fix: Validation of answers were changed in the API, so doing change to reflect that
51
+
52
+
### 2.0.15
53
+
- add: Adding region filtering to detail view
54
+
- add: Adding filter to event and course list.
55
+
- add: Adding styles for region-filter buttons
56
+
- add: Adding timer in event-block-a to see if the rendering takes too long
57
+
- add: Adding base data and template for region filtering
58
+
- add: Adding options in admin to enable region filtering
59
+
- add: Adding support for region filtering in API/Ajax methods
60
+
- add: Adding region-support in API-controller
61
+
- chg: If an event ID is present in the query string on a detail page, we won't show regions.
62
+
- chg: Adding more transients to cache more data.
63
+
- chg: Adding more checks to multiSort to get rid of notices/warnings
64
+
- fix: Adding another filter to get rid of company specific events.
65
+
- chg: Code style
66
+
67
+
### 2.0.14
68
+
- fix: `courseattributeid`-attribute on `[eduadmin-detailinfo]` didn't work with a strict check
69
+
70
+
### 2.0.13
71
+
- fix: Sorting on dates even while grouped on city
72
+
1
73
### 2.0.12
2
74
- fix: We don't need users to accept terms to check prices.. That's just silly.
@@ -37,6 +37,9 @@ If you notice that your API key doesn't work any more, you have to contact us.
37
37
38
38
== Changelog ==
39
39
40
+
### 2.0.32
41
+
- add: Allowing HTML (`<p></p>` and `<br />`) in list view
42
+
40
43
### 2.0.31
41
44
- add: Settings page with settings for "My page" / User profiles (Fixes: [#213](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/214))
42
45
- fix: Showing both incl. VAT and excl. VAT prices
@@ -45,76 +48,4 @@ If you notice that your API key doesn't work any more, you have to contact us.
45
48
- fix: And actually checking the required-attribute in the validation would help.
46
49
47
50
### 2.0.29
48
-
- fix: [#163](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/163) Civic registration number only required if the contact person is a participant
49
-
50
-
### 2.0.28
51
-
- fix: Interest registration on events, now actually know which event the user selected
52
-
53
-
### 2.0.27
54
-
- add: Better civregno-check for contact persons if the course requires it.
55
-
56
-
### 2.0.26
57
-
- add: Adding automatic pruning of transients that are expired. (Only from EduAdmin)
58
-
59
-
### 2.0.25
60
-
- add: Added query param to view plugin transients to debug caching problems.
61
-
62
-
### 2.0.24
63
-
- removed: Removed client side validation of civic registration numbers.
64
-
65
-
### 2.0.23
66
-
- add: Listview: Allow line breaks in HTML-code from course templates
67
-
68
-
### 2.0.22
69
-
- fix: Setting last admittance date and time to 23:59:59 (since some customers uses that full day)
70
-
71
-
### 2.0.21
72
-
- fix: Added missing `CourseDescriptionShort` in helper-method
73
-
74
-
### 2.0.20
75
-
- chg: Altered the info text you get when you request a password reset.
76
-
- chg: Made a new function to group dates, that works better.
77
-
78
-
### 2.0.19
79
-
- add: Added `get_transient` in `eduadmin.php` (`EDU()->get_transient($name, $action, $expiration, ..$args)`)
80
-
81
-
This method generates a unique transient-name based on the name and the arguments, so that we can cache the same method, multiple times (depending on filters)
82
-
83
-
- chg: Redoing most of the code fetching data from EduAdmin (Adding `$select`, to decrease the amount of data fetched)
84
-
- add: Added new class `EduAdminAPIHelper`, that I'm using to deduplicate code.
85
-
- per: Adding more performance fixes, that should solve some issues.
86
-
- fix: Fixed a problem with showing price names in the detail view.
87
-
- add: Added extra check for regions, so we don't loop over empty objects
88
-
89
-
### 2.0.18
90
-
- fix: Proper sorting on event dates. (Using `sort` on an `array` was stupid)..
91
-
92
-
### 2.0.17
93
-
- fix: Code styling and small fixes
94
-
- add: Added a header for the region-filter on the detail view
95
-
- fix: Apperantly the information from the course template and event was merged the wrong way, so some information didn't get through.
96
-
- add: Added debug variables to "free spots"-placeholder
97
-
98
-
### 2.0.16
99
-
- fix: Validation of answers were changed in the API, so doing change to reflect that
100
-
101
-
### 2.0.15
102
-
- add: Adding region filtering to detail view
103
-
- add: Adding filter to event and course list.
104
-
- add: Adding styles for region-filter buttons
105
-
- add: Adding timer in event-block-a to see if the rendering takes too long
106
-
- add: Adding base data and template for region filtering
107
-
- add: Adding options in admin to enable region filtering
108
-
- add: Adding support for region filtering in API/Ajax methods
109
-
- add: Adding region-support in API-controller
110
-
- chg: If an event ID is present in the query string on a detail page, we won't show regions.
111
-
- chg: Adding more transients to cache more data.
112
-
- chg: Adding more checks to multiSort to get rid of notices/warnings
113
-
- fix: Adding another filter to get rid of company specific events.
114
-
- chg: Code style
115
-
116
-
### 2.0.14
117
-
- fix: `courseattributeid`-attribute on `[eduadmin-detailinfo]` didn't work with a strict check
118
-
119
-
### 2.0.13
120
-
- fix: Sorting on dates even while grouped on city
51
+
- fix: [#163](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/163) Civic registration number only required if the contact person is a participant
0 commit comments