Skip to content

Commit aec6e75

Browse files
author
Chris Gårdenberg
committed
Version bump 2.0.30
1 parent 9a65cf1 commit aec6e75

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

content/script/frontendjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ var eduBookingView = {
372372
return (sum % 10) === 0;
373373
}
374374

375-
var civicRegNoFields = jQuery('div:not(.template) .eduadmin-civicRegNo');
375+
var civicRegNoFields = jQuery('div:not(.template) .eduadmin-civicRegNo[required]');
376376
for (var i = 0; i < civicRegNoFields.length; i++) {
377377
var field = civicRegNoFields[i];
378378
var p = jQuery(field).parent().parent().parent();

eduadmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin URI: https://www.eduadmin.se
1010
* Description: EduAdmin plugin to allow visitors to book courses at your website
1111
* Tags: booking, participants, courses, events, eduadmin, lega online
12-
* Version: 2.0.29
12+
* Version: 2.0.30
1313
* GitHub Plugin URI: multinetinteractive/eduadmin-wordpress
1414
* GitHub Plugin URI: https://github.com/multinetinteractive/eduadmin-wordpress
1515
* Requires at least: 4.7

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: mnchga
33
Tags: booking, participants, courses, events, eduadmin, lega online
44
Requires at least: 4.7
55
Tested up to: 5.0
6-
Stable tag: 2.0.29
6+
Stable tag: 2.0.30
77
Requires PHP: 5.2
88
License: GPL3
99
License-URI: https://www.gnu.org/licenses/gpl-3.0.en.html
@@ -37,6 +37,9 @@ If you notice that your API key doesn't work any more, you have to contact us.
3737

3838
== Changelog ==
3939

40+
### 2.0.30
41+
- fix: And actually checking the required-attribute in the validation would help.
42+
4043
### 2.0.29
4144
- fix: [#163](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/163) Civic registration number only required if the contact person is a participant
4245

0 commit comments

Comments
 (0)