Plugin Directory

Changeset 3328376


Ignore:
Timestamp:
07/15/2025 04:02:02 PM (9 months ago)
Author:
bidass
Message:

Hotfix 0.1.7

Location:
dastra/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dastra/trunk/dastra.php

    r3328372 r3328376  
    22/**
    33 * @package Dastra
    4  * @version 0.1.7
     4 * @version 0.1.8
    55 * Plugin Name: Dastra
    66 * Plugin URI: http://wordpress.org/plugins/dastra/
    77 * Description: Dastra is a cookie consent management platform
    88 * Author: Dastra
    9  * Version: 0.1.7
     9 * Version: 0.1.8
    1010 * Author URI: https://dastra.eu
    1111 *
     
    5555  $protocol = $https ? 'https://' : 'http://';
    5656
    57   $http_callback = $https . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
     57  $http_callback = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
    5858  $add_to_dastra_link = wp_nonce_url("https://app.dastra.eu/connect/cookie-widget?returnUrl=$http_callback", "dastra-connect");
    5959
  • dastra/trunk/readme.txt

    r3328372 r3328376  
    3838== Changelog ==
    3939
     40= 0.1.8 =
     41* Hotfix the protocol issue
     42
    4043= 0.1.7 =
    4144* Cloudflare support for callback url
Note: See TracChangeset for help on using the changeset viewer.