Skip to content

Commit

Permalink
Bugfix-release
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Jan 25, 2017
1 parent 66d307a commit ec32109
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]
### Added

## [0.9.17.1]
### Added
- Bugfix: Search applies to events now as well..

## [0.9.17]
Expand Down Expand Up @@ -125,8 +128,9 @@
- Added inquiry support in course


[Unreleased]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.9.17...HEAD
[0.9.16]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.9.16...v0.9.17
[Unreleased]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.9.17.1...HEAD
[0.9.17.1]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.9.17...v0.9.17.1
[0.9.17]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.9.16...v0.9.17
[0.9.16]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.9.15...v0.9.16
[0.9.15]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.9.14...v0.9.15
[0.9.14]: https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v0.9.13...v0.9.14
Expand Down
4 changes: 2 additions & 2 deletions eduadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.18
* Version: 0.9.17.1
* Requires at least: 3.0
* Tested up to: 4.7.1
* Author: Chris Gårdenberg, MultiNet Interactive AB
Expand Down Expand Up @@ -79,7 +79,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.18'
'pluginVersion' => '0.9.17.1'
);

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

0 comments on commit ec32109

Please sign in to comment.