Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [5.4.2](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.4.0...v5.4.2) (2026-04-30)


### Documentation

* Update links to EduAdmin from https://www.eduadmin.se to https://www.eduadmin.com instead to cater to the international website instead of the swedish one. ([c58f56e](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/c58f56e807f6904360685ba0af4a6316e0f8232d))

### [5.4.1](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.4.0...v5.4.1) (2026-04-30)


### Documentation

* Update links to EduAdmin from https://www.eduadmin.se to https://www.eduadmin.com instead to cater to the international website instead of the swedish one. ([c58f56e](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/c58f56e807f6904360685ba0af4a6316e0f8232d))

## [5.4.0](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.3.1...v5.4.0) (2025-02-25)


Expand Down
2 changes: 1 addition & 1 deletion PLUGIN-CHECKSUM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ad8df46e2a1db959069163d7ffa25b3e
7728161a3a97dd741671f333b181ab1d
8 changes: 4 additions & 4 deletions eduadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

/*
* Plugin Name: EduAdmin Booking
* Plugin URI: https://www.eduadmin.se
* Plugin URI: https://www.eduadmin.com
* Description: EduAdmin plugin to allow visitors to book courses at your website
* Tags: booking, participants, courses, events, eduadmin
* Version: 5.4.0
* Version: 5.4.2
* GitHub Plugin URI: multinetinteractive/eduadmin-wordpress
* GitHub Plugin URI: https://github.com/multinetinteractive/eduadmin-wordpress
* Requires at least: 6.0
* Tested up to: 6.6
* Tested up to: 7.0
* Requires PHP: 8.1
* Author: Chris Gårdenberg, MultiNet Interactive AB
* Author URI: https://www.multinet.com
Expand All @@ -23,7 +23,7 @@
*/
/*
EduAdmin Booking plugin
Copyright (C) 2015-2025 Chris Gårdenberg, MultiNet Interactive AB
Copyright (C) 2015-2026 Chris Gårdenberg, MultiNet Interactive AB

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
10 changes: 5 additions & 5 deletions new_website/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ This guide will focus on get you started with the [**EduAdmin WordPress Plugin**

:::info EduAdmin API Key

If you do not have an API key for [**EduAdmin**](https://www.eduadmin.se) yet,
If you do not have an API key for [**EduAdmin**](https://www.eduadmin.com) yet,
consider contacting our support.

[**EduAdmin**](https://www.eduadmin.se) is not a free service,
[**EduAdmin**](https://www.eduadmin.com) is not a free service,
and the API key comes with a monthly fee.

:::
Expand Down Expand Up @@ -60,7 +60,7 @@ The pages that we recommend that you create are as follows

### `[eduadmin-listview]`

This page will show the available courses that you have published through [**EduAdmin**](https://www.eduadmin.se),
This page will show the available courses that you have published through [**EduAdmin**](https://www.eduadmin.com),
and depending on what settings it can show different information.

### `[eduadmin-detailview]`
Expand All @@ -71,9 +71,9 @@ It is also possible to build a custom template to use, instead of the two defaul

### `[eduadmin-bookingview]` (or use the EduAdmin Booking Forms)

This page is probably the most important one, since it's the page used to post the bookings into [**EduAdmin**](https://www.eduadmin.se).
This page is probably the most important one, since it's the page used to post the bookings into [**EduAdmin**](https://www.eduadmin.com).

The form is automatically built by the plugin, and handles custom fields and questions that you can setup in [**EduAdmin**](https://www.eduadmin.se),
The form is automatically built by the plugin, and handles custom fields and questions that you can setup in [**EduAdmin**](https://www.eduadmin.com),
the elements have CSS classes, so it's easy to style the form, the way you want it to be.

* * *
Expand Down
6 changes: 3 additions & 3 deletions new_website/docs/shortcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ One of the main shortcodes, as it shows the end users a list of your courses/eve

The `template`-attribute lets you override the default setting for what template the list should use.

The `category`-attribute lets you enter a string to match for categories in [**EduAdmin**](https://www.eduadmin.se), so
The `category`-attribute lets you enter a string to match for categories in [**EduAdmin**](https://www.eduadmin.com), so
that the list filters the results based on the matches.

If you want to show all sub-categories, you can use the `categorydeep`-attribute instead.
Expand All @@ -213,7 +213,7 @@ Only one of the category-attributes can be used at a time, and `categorydeep` wi

:::

The `subject`-attribute lets you enter a string to match subjects in [**EduAdmin**](https://www.eduadmin.se), so that
The `subject`-attribute lets you enter a string to match subjects in [**EduAdmin**](https://www.eduadmin.com), so that
the list filters the results based on the matches.

The `subjectid`-attribute lets you filter the list on a specific subject, based on its ID.
Expand Down Expand Up @@ -330,7 +330,7 @@ And if you want to create a specific page for a programme, you can also use the

### `[eduadmin-programme-list]`

As with the normal list view, this view lists the available programmes you have created in [**EduAdmin**](https://www.eduadmin.se).
As with the normal list view, this view lists the available programmes you have created in [**EduAdmin**](https://www.eduadmin.com).

| Attribute | Value type | Default value |
|:----------|:----------:|:-------------:|
Expand Down
4 changes: 2 additions & 2 deletions new_website/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ or contacting our [support](https://support.eduadmin.se/en/support/tickets/new)

### The website is showing old data

If the data on the web page isn't updating after you have updated the information in [**EduAdmin**](https://www.eduadmin.se),
If the data on the web page isn't updating after you have updated the information in [**EduAdmin**](https://www.eduadmin.com),
you might want to clear any eventual cache plugins, and the internal cache in our plugin.

We cache some data for a period, to make the website as fast as possible.
Expand Down Expand Up @@ -61,7 +61,7 @@ You can always check the "Settings > General" and see what "Site Language" is

### Whenever I try to complete a booking, an unexpected error occurs

Most of the time, when the plugin connects to [**EduAdmin**](https://www.eduadmin.se) to complete the booking,
Most of the time, when the plugin connects to [**EduAdmin**](https://www.eduadmin.com) to complete the booking,
we get back either a success, or an array of errors.

The unexpected error means something went wrong, that we do not have a classification for,
Expand Down
2 changes: 1 addition & 1 deletion new_website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ with your current themes.`,
{
content:
`Get started today by downloading the <a href="https://wordpress.org/plugins/eduadmin-booking/" target="_blank"><b>EduAdmin WordPress Plugin</b></a><br />
(Note: You have to be a <a href="https://www.eduadmin.se" target="_blank"><b>EduAdmin</b></a> customer for the plugin to work)<br /><br />
(Note: You have to be a <a href="https://www.eduadmin.com" target="_blank"><b>EduAdmin</b></a> customer for the plugin to work)<br /><br />
Use the built-in templates, or create a custom template for your needs!`,
image: `${baseUrl}img/undraw_code_review.svg`,
imageAlign: 'left',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eduadmin-wordpress-plugin",
"private": true,
"version": "5.4.0",
"version": "5.4.2",
"repository": "https://github.com/MultinetInteractive/EduAdmin-WordPress.git",
"author": "Chris Gårdenberg <chga@multinet.se>",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"path": "./node_modules/cz-conventional-changelog"
},
"eduadmin": {
"testedUpTo": "6.6",
"testedUpTo": "7.0",
"requiresAtLeast": "6.0",
"minimumPhpVersion": "8.1"
}
Expand Down
39 changes: 17 additions & 22 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# EduAdmin Booking
- Requires at least: 6.0
- Tested up to: 6.6
- Stable tag: 5.4.0
- Tested up to: 7.0
- Stable tag: 5.4.2
- Requires PHP: 8.1
- License: GPL3
- License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Expand All @@ -10,7 +10,7 @@ EduAdmin plugin to allow visitors to book courses at your website. Requires EduA

## Description

Plugin that you connect to [EduAdmin](https://www.eduadmin.se) to enable booking on your website.
Plugin that you connect to [EduAdmin](https://www.eduadmin.com) to enable booking on your website.

[<img src="https://img.shields.io/github/commits-since/MultinetInteractive/EduAdmin-WordPress/latest.svg" alt="Commits since latest plugin version" />](https://wordpress.org/plugins/eduadmin-booking/)

Expand Down Expand Up @@ -44,48 +44,43 @@ If you notice that your API key doesn't work any more, you have to contact us.

The full changelog available on [GitHub](https://github.com/MultinetInteractive/EduAdmin-WordPress/blob/production/CHANGELOG.md)

### [5.4.0](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.3.1...v5.4.0) (2025-02-25)


#### Features
### [5.4.2](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.4.0...v5.4.2) (2026-04-30)

* Added VoucherTemplate OData-endpoint ([9a6c631](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/9a6c6310fb4876ab4e1413e83d17491ffc018d6a))

#### Documentation

#### Bug Fixes
* Update links to EduAdmin from https://www.eduadmin.se to https://www.eduadmin.com instead to cater to the international website instead of the swedish one. ([c58f56e](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/c58f56e807f6904360685ba0af4a6316e0f8232d))

* Custom course detail views will no longer require an attribute to show on demand events. ([6f90e87](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/6f90e875845d78a44ab32dda817284ad8b8b82ca))
### [5.4.1](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.4.0...v5.4.1) (2026-04-30)


#### Documentation

* Remove ondemand-attribute from detailinfo ([dfa3f59](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/dfa3f59c5bea11c8da99d5067e415d6859475a34))

### [5.3.1](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.3.0...v5.3.1) (2024-11-05)
* Update links to EduAdmin from https://www.eduadmin.se to https://www.eduadmin.com instead to cater to the international website instead of the swedish one. ([c58f56e](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/c58f56e807f6904360685ba0af4a6316e0f8232d))

### [5.4.0](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.3.1...v5.4.0) (2025-02-25)

#### Bug Fixes

* Set health-check as blocking, so we get an actual result, increase timeout to 0.5 seconds ([7e4bd4e](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/7e4bd4e7ece1efe0bd7e99ecc5b0ada8f7422957))
#### Features

### [5.3.0](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.2.0...v5.3.0) (2024-11-05)
* Added VoucherTemplate OData-endpoint ([9a6c631](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/9a6c6310fb4876ab4e1413e83d17491ffc018d6a))


#### Features
#### Bug Fixes

* Handle API being down/blocked, instead of making the site hang until the configured timeout happens. ([a1a5104](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/a1a51042d4b7687830de5eaa9127ae2959a3f577)), closes [#153](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/153)
* Custom course detail views will no longer require an attribute to show on demand events. ([6f90e87](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/6f90e875845d78a44ab32dda817284ad8b8b82ca))

### [5.2.0](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.1.3...v5.2.0) (2024-11-04)

#### Documentation

#### Features
* Remove ondemand-attribute from detailinfo ([dfa3f59](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/dfa3f59c5bea11c8da99d5067e415d6859475a34))

* Setting to turn off/on OG/metadata and LD+JSON. ([594c422](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/594c422407be2aa6f8a4d2192f5636faac85975b)), closes [#520](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/520)
### [5.3.1](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.3.0...v5.3.1) (2024-11-05)


#### Bug Fixes

* Added repeatFrequency, repeatCount and courseMode for LD+JSON ([e5e5c42](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/e5e5c42bfe37d39c088e6901c2de3e7f31841e75)), closes [#511](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/511)
* Set health-check as blocking, so we get an actual result, increase timeout to 0.5 seconds ([7e4bd4e](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/7e4bd4e7ece1efe0bd7e99ecc5b0ada8f7422957))



39 changes: 17 additions & 22 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: mnchga
Tags: booking, participants, courses, events, eduadmin
Requires at least: 6.0
Tested up to: 6.6
Stable tag: 5.4.0
Tested up to: 7.0
Stable tag: 5.4.2
Requires PHP: 8.1
License: GPL3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Expand All @@ -13,7 +13,7 @@ EduAdmin plugin to allow visitors to book courses at your website. Requires EduA

== Description ==

Plugin that you connect to [EduAdmin](https://www.eduadmin.se) to enable bookings of both courses and programmes through your website.
Plugin that you connect to [EduAdmin](https://www.eduadmin.com) to enable bookings of both courses and programmes through your website.

Requires the following PHP-modules

Expand Down Expand Up @@ -49,48 +49,43 @@ If you notice that your API key doesn't work any more, you have to contact us.

The full changelog available on [GitHub](https://github.com/MultinetInteractive/EduAdmin-WordPress/blob/production/CHANGELOG.md)

### [5.4.0](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.3.1...v5.4.0) (2025-02-25)


#### Features
### [5.4.2](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.4.0...v5.4.2) (2026-04-30)

* Added VoucherTemplate OData-endpoint ([9a6c631](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/9a6c6310fb4876ab4e1413e83d17491ffc018d6a))

#### Documentation

#### Bug Fixes
* Update links to EduAdmin from https://www.eduadmin.se to https://www.eduadmin.com instead to cater to the international website instead of the swedish one. ([c58f56e](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/c58f56e807f6904360685ba0af4a6316e0f8232d))

* Custom course detail views will no longer require an attribute to show on demand events. ([6f90e87](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/6f90e875845d78a44ab32dda817284ad8b8b82ca))
### [5.4.1](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.4.0...v5.4.1) (2026-04-30)


#### Documentation

* Remove ondemand-attribute from detailinfo ([dfa3f59](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/dfa3f59c5bea11c8da99d5067e415d6859475a34))

### [5.3.1](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.3.0...v5.3.1) (2024-11-05)
* Update links to EduAdmin from https://www.eduadmin.se to https://www.eduadmin.com instead to cater to the international website instead of the swedish one. ([c58f56e](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/c58f56e807f6904360685ba0af4a6316e0f8232d))

### [5.4.0](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.3.1...v5.4.0) (2025-02-25)

#### Bug Fixes

* Set health-check as blocking, so we get an actual result, increase timeout to 0.5 seconds ([7e4bd4e](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/7e4bd4e7ece1efe0bd7e99ecc5b0ada8f7422957))
#### Features

### [5.3.0](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.2.0...v5.3.0) (2024-11-05)
* Added VoucherTemplate OData-endpoint ([9a6c631](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/9a6c6310fb4876ab4e1413e83d17491ffc018d6a))


#### Features
#### Bug Fixes

* Handle API being down/blocked, instead of making the site hang until the configured timeout happens. ([a1a5104](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/a1a51042d4b7687830de5eaa9127ae2959a3f577)), closes [#153](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/153)
* Custom course detail views will no longer require an attribute to show on demand events. ([6f90e87](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/6f90e875845d78a44ab32dda817284ad8b8b82ca))

### [5.2.0](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.1.3...v5.2.0) (2024-11-04)

#### Documentation

#### Features
* Remove ondemand-attribute from detailinfo ([dfa3f59](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/dfa3f59c5bea11c8da99d5067e415d6859475a34))

* Setting to turn off/on OG/metadata and LD+JSON. ([594c422](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/594c422407be2aa6f8a4d2192f5636faac85975b)), closes [#520](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/520)
### [5.3.1](https://github.com/MultinetInteractive/EduAdmin-WordPress/compare/v5.3.0...v5.3.1) (2024-11-05)


#### Bug Fixes

* Added repeatFrequency, repeatCount and courseMode for LD+JSON ([e5e5c42](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/e5e5c42bfe37d39c088e6901c2de3e7f31841e75)), closes [#511](https://github.com/MultinetInteractive/EduAdmin-WordPress/issues/511)
* Set health-check as blocking, so we get an actual result, increase timeout to 0.5 seconds ([7e4bd4e](https://github.com/MultinetInteractive/EduAdmin-WordPress/commit/7e4bd4e7ece1efe0bd7e99ecc5b0ada8f7422957))



2 changes: 1 addition & 1 deletion src/eduadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/*
* Plugin Name: EduAdmin Booking
* Plugin URI: https://www.eduadmin.se
* Plugin URI: https://www.eduadmin.com
* Description: EduAdmin plugin to allow visitors to book courses at your website
* Tags: booking, participants, courses, events, eduadmin
* Version: $PLUGINVERSION$
Expand Down
2 changes: 1 addition & 1 deletion src/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EduAdmin plugin to allow visitors to book courses at your website. Requires EduA

## Description

Plugin that you connect to [EduAdmin](https://www.eduadmin.se) to enable booking on your website.
Plugin that you connect to [EduAdmin](https://www.eduadmin.com) to enable booking on your website.

[<img src="https://img.shields.io/github/commits-since/MultinetInteractive/EduAdmin-WordPress/latest.svg" alt="Commits since latest plugin version" />](https://wordpress.org/plugins/eduadmin-booking/)

Expand Down
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EduAdmin plugin to allow visitors to book courses at your website. Requires EduA

== Description ==

Plugin that you connect to [EduAdmin](https://www.eduadmin.se) to enable bookings of both courses and programmes through your website.
Plugin that you connect to [EduAdmin](https://www.eduadmin.com) to enable bookings of both courses and programmes through your website.

Requires the following PHP-modules

Expand Down
Loading