Skip to content

Commit 44dccf9

Browse files
authored
Merge pull request #201 from MultinetInteractive/master
2.0.21
2 parents d92e6cf + 1770c74 commit 44dccf9

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

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.20
12+
* Version: 2.0.21
1313
* GitHub Plugin URI: multinetinteractive/eduadmin-wordpress
1414
* GitHub Plugin URI: https://github.com/multinetinteractive/eduadmin-wordpress
1515
* Requires at least: 4.7

includes/eduapi-helper-functions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public function GetCourseDetailInfo( $course_id, $fetch_months, $group_by_city )
2020
$selects[] = 'InternalCourseName';
2121
$selects[] = 'ImageUrl';
2222
$selects[] = 'CourseDescription';
23+
$selects[] = 'CourseDescriptionShort';
2324
$selects[] = 'CourseGoal';
2425
$selects[] = 'TargetGroup';
2526
$selects[] = 'Prerequisites';

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: 4.9
6-
Stable tag: 2.0.20
6+
Stable tag: 2.0.21
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.21
41+
- fix: Added missing `CourseDescriptionShort` in helper-method
42+
4043
### 2.0.20
4144
- chg: Altered the info text you get when you request a password reset.
4245
- chg: Made a new function to group dates, that works better.

0 commit comments

Comments
 (0)