Changeset 3328376
- Timestamp:
- 07/15/2025 04:02:02 PM (9 months ago)
- Location:
- dastra/trunk
- Files:
-
- 2 edited
-
dastra.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dastra/trunk/dastra.php
r3328372 r3328376 2 2 /** 3 3 * @package Dastra 4 * @version 0.1. 74 * @version 0.1.8 5 5 * Plugin Name: Dastra 6 6 * Plugin URI: http://wordpress.org/plugins/dastra/ 7 7 * Description: Dastra is a cookie consent management platform 8 8 * Author: Dastra 9 * Version: 0.1. 79 * Version: 0.1.8 10 10 * Author URI: https://dastra.eu 11 11 * … … 55 55 $protocol = $https ? 'https://' : 'http://'; 56 56 57 $http_callback = $ https. $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];57 $http_callback = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; 58 58 $add_to_dastra_link = wp_nonce_url("https://app.dastra.eu/connect/cookie-widget?returnUrl=$http_callback", "dastra-connect"); 59 59 -
dastra/trunk/readme.txt
r3328372 r3328376 38 38 == Changelog == 39 39 40 = 0.1.8 = 41 * Hotfix the protocol issue 42 40 43 = 0.1.7 = 41 44 * Cloudflare support for callback url
Note: See TracChangeset
for help on using the changeset viewer.