Changeset 3469570
- Timestamp:
- 02/25/2026 03:04:57 PM (6 weeks ago)
- Location:
- planaday-connector/trunk
- Files:
-
- 3 edited
-
planaday-connector.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src/Planaday/Platform/WordpressConfig/WPRestInitializer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
planaday-connector/trunk/planaday-connector.php
r3454461 r3469570 9 9 * Plugin URI: https://planaday.freshdesk.com/support/solutions/articles/11000058859-wordpress-in-website-met-publieke-api 10 10 * Description: Toon het cursusaanbod vanuit Planaday op jouw website met de verschillende shortcodes die deze WordPress plugin beschikbaar stelt 11 * Version: 1.1. 212 * Stable tag: 1.1. 211 * Version: 1.1.3 12 * Stable tag: 1.1.3 13 13 * Requires at least: 5.9 14 14 * Tested up to: 6.9 -
planaday-connector/trunk/readme.txt
r3454461 r3469570 4 4 Requires at least: 5.9 5 5 Tested up to: 6.9 6 Stable tag: 1.1. 26 Stable tag: 1.1.3 7 7 Requires PHP: 8.1 8 8 License: GPLv2 or later … … 156 156 157 157 == Changelog == 158 = 1.1.3 = 159 * connectie probleem met planaday opgelost 160 158 161 = 1.1.2 = 159 162 * problemen met database herladen opgelost -
planaday-connector/trunk/src/Planaday/Platform/WordpressConfig/WPRestInitializer.php
r3444344 r3469570 161 161 $isBackofficeEndpoint = count($method->getAttributes(BackofficeEndpoint::class)) > 0; 162 162 if ($isBackofficeEndpoint) { 163 $sentKey = $requestData->getHeaders()['x -planaday-backoffice-key'] ?? null;163 $sentKey = $requestData->getHeaders()['x_planaday_backoffice_key'][0] ?? null; 164 164 165 165 if ( empty($sentKey) )
Note: See TracChangeset
for help on using the changeset viewer.