Changeset 2769750
- Timestamp:
- 08/12/2022 12:37:16 PM (4 years ago)
- Location:
- dastra/trunk
- Files:
-
- 2 edited
-
dastra.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dastra/trunk/dastra.php
r2768425 r2769750 1 <?php1 dastra-widget<?php 2 2 /** 3 3 * @package Dastra 4 * @version 0.1. 24 * @version 0.1.3 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. 29 * Version: 0.1.3 10 10 * Author URI: https://dastra.eu 11 11 * … … 89 89 } 90 90 91 add_action('wp_ head', 'dastra_hook_head', 1);91 add_action('wp_body_open', 'dastra_hook_head', 1); 92 92 add_action('admin_enqueue_scripts', 'dastra_enqueue_stylesheet'); 93 93 -
dastra/trunk/readme.txt
r2768425 r2769750 3 3 Donate link: https://www.dastra.eu 4 4 Tags: CMP, cookies, consents management platform, universal consent, GDPR, Data subject rights, Data Protection 5 Requires at least: 3.0.15 Requires at least: 5.0.2 6 6 Tested up to: 6.0.1 7 Stable tag: 0.1. 27 Stable tag: 0.1.3 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT … … 38 38 == Changelog == 39 39 40 = 0.1.3 = 41 * Fix critical bug (head injection of div) 42 40 43 = 0.1.2 = 41 44 * Tested up to 6.0.1
Note: See TracChangeset
for help on using the changeset viewer.