From 85627eff802732504fe8843e1bc49810ccfc6a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20G=C3=A5rdenberg?= Date: Fri, 10 Feb 2017 17:27:35 +0100 Subject: [PATCH] Bugfix --- CHANGELOG.md | 4 ++++ eduadmin.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eda84e48..b97fa13d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/eduadmin.php b/eduadmin.php index 51a216df..ca8f2d9c 100644 --- a/eduadmin.php +++ b/eduadmin.php @@ -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 @@ -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';