Plugin Directory

Changeset 2769750


Ignore:
Timestamp:
08/12/2022 12:37:16 PM (4 years ago)
Author:
bidass
Message:

Fix critical bug (head injection of div)

Location:
dastra/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dastra/trunk/dastra.php

    r2768425 r2769750  
    1 <?php
     1dastra-widget<?php
    22/**
    33 * @package Dastra
    4  * @version 0.1.2
     4 * @version 0.1.3
    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.2
     9 * Version: 0.1.3
    1010 * Author URI: https://dastra.eu
    1111 *
     
    8989}
    9090
    91 add_action('wp_head', 'dastra_hook_head', 1);
     91add_action('wp_body_open', 'dastra_hook_head', 1);
    9292add_action('admin_enqueue_scripts', 'dastra_enqueue_stylesheet');
    9393
  • dastra/trunk/readme.txt

    r2768425 r2769750  
    33Donate link: https://www.dastra.eu
    44Tags: CMP, cookies, consents management platform, universal consent, GDPR, Data subject rights, Data Protection
    5 Requires at least: 3.0.1
     5Requires at least: 5.0.2
    66Tested up to: 6.0.1
    7 Stable tag: 0.1.2
     7Stable tag: 0.1.3
    88License: MIT
    99License URI: https://opensource.org/licenses/MIT
     
    3838== Changelog ==
    3939
     40= 0.1.3 =
     41* Fix critical bug (head injection of div)
     42
    4043= 0.1.2 =
    4144* Tested up to 6.0.1
Note: See TracChangeset for help on using the changeset viewer.