diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3da196e6..bbaad6da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
diff --git a/PLUGIN-CHECKSUM b/PLUGIN-CHECKSUM
index d7a03d48..18bee13f 100644
--- a/PLUGIN-CHECKSUM
+++ b/PLUGIN-CHECKSUM
@@ -1 +1 @@
-ad8df46e2a1db959069163d7ffa25b3e
+7728161a3a97dd741671f333b181ab1d
diff --git a/eduadmin.php b/eduadmin.php
index 07d156eb..6cc54523 100644
--- a/eduadmin.php
+++ b/eduadmin.php
@@ -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
@@ -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
diff --git a/new_website/docs/getting-started.md b/new_website/docs/getting-started.md
index 3f460bcb..a6928686 100644
--- a/new_website/docs/getting-started.md
+++ b/new_website/docs/getting-started.md
@@ -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.
:::
@@ -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]`
@@ -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.
* * *
diff --git a/new_website/docs/shortcodes.md b/new_website/docs/shortcodes.md
index d7c18651..423919c8 100644
--- a/new_website/docs/shortcodes.md
+++ b/new_website/docs/shortcodes.md
@@ -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.
@@ -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.
@@ -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 |
|:----------|:----------:|:-------------:|
diff --git a/new_website/docs/troubleshooting.md b/new_website/docs/troubleshooting.md
index ee50917b..a833e18d 100644
--- a/new_website/docs/troubleshooting.md
+++ b/new_website/docs/troubleshooting.md
@@ -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.
@@ -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,
diff --git a/new_website/src/pages/index.js b/new_website/src/pages/index.js
index 6e7d4124..8cf0bcc1 100644
--- a/new_website/src/pages/index.js
+++ b/new_website/src/pages/index.js
@@ -208,7 +208,7 @@ with your current themes.`,
{
content:
`Get started today by downloading the EduAdmin WordPress Plugin
-(Note: You have to be a EduAdmin customer for the plugin to work)
+(Note: You have to be a EduAdmin customer for the plugin to work)
Use the built-in templates, or create a custom template for your needs!`,
image: `${baseUrl}img/undraw_code_review.svg`,
imageAlign: 'left',
diff --git a/package.json b/package.json
index 9d0d4aab..f603d3f3 100644
--- a/package.json
+++ b/package.json
@@ -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 ",
"license": "MIT",
@@ -30,7 +30,7 @@
"path": "./node_modules/cz-conventional-changelog"
},
"eduadmin": {
- "testedUpTo": "6.6",
+ "testedUpTo": "7.0",
"requiresAtLeast": "6.0",
"minimumPhpVersion": "8.1"
}
diff --git a/readme.md b/readme.md
index fca51b8e..9b8ba2a7 100644
--- a/readme.md
+++ b/readme.md
@@ -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
@@ -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.
[
](https://wordpress.org/plugins/eduadmin-booking/)
@@ -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))
diff --git a/readme.txt b/readme.txt
index 8849c1e4..20035d71 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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
@@ -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
@@ -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))
diff --git a/src/eduadmin.php b/src/eduadmin.php
index 55cb51c3..41caf582 100644
--- a/src/eduadmin.php
+++ b/src/eduadmin.php
@@ -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$
diff --git a/src/readme.md b/src/readme.md
index b16f15f7..419ccd5d 100644
--- a/src/readme.md
+++ b/src/readme.md
@@ -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.
[
](https://wordpress.org/plugins/eduadmin-booking/)
diff --git a/src/readme.txt b/src/readme.txt
index 76fcee6a..e2793e93 100644
--- a/src/readme.txt
+++ b/src/readme.txt
@@ -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