Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Feb 10, 2017
1 parent 6bc0c30 commit 85627ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## [Unreleased]
### Added

## [0.9.17.8]
### Added
- Added warning for missing civic reg.no in booking form (instead of saying they participant is missing their name)
- Bugfix in civregno formatting

## [0.9.17.7]
### Added
Expand Down
4 changes: 2 additions & 2 deletions eduadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin URI: http://www.eduadmin.se
* Description: EduAdmin plugin to allow visitors to book courses at your website
* Tags: booking, participants, courses, events, eduadmin, lega online
* Version: 0.9.17.7
* Version: 0.9.17.8
* Requires at least: 3.0
* Tested up to: 4.7.1
* Author: Chris Gårdenberg, MultiNet Interactive AB
Expand Down Expand Up @@ -77,7 +77,7 @@ function edu_call_home()
'wpVersion' => $wp_version,
'token' => get_option('eduadmin-api-key'),
'officialVersion' => file_exists(dirname(__FILE__) . "/.official.plugin.php"),
'pluginVersion' => '0.9.17.7'
'pluginVersion' => '0.9.17.8'
);

$callHomeUrl = 'http://ws10.multinet.se/edu-plugin/wp_phone_home.php';
Expand Down

0 comments on commit 85627ef

Please sign in to comment.