Plugin Directory


Ignore:
Timestamp:
02/21/2025 01:37:07 AM (13 months ago)
Author:
termageddon
Message:

[1.6.1] Update branding of plugin & Wordpress compatibility

Location:
termageddon-usercentrics
Files:
171 added
2 edited

Legend:

Unmodified
Added
Removed
  • termageddon-usercentrics/trunk/README.txt

    r3238690 r3244190  
    44Tags: termageddon, cookie, consent, embed, usercentrics
    55Requires at least: 3.0.1
    6 Tested up to: 6.7.1
    7 Stable tag: 1.6.0
     6Tested up to: 6.7.2
     7Stable tag: 1.6.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Easily integrate the UserCentrics consent solution into your website while controlling visibility for logged in users and admins.
     11Each Termageddon license includes a consent solution. This plugin helps you install the consent solution with ease, while offering additional features.
    1212
    1313== Description ==
    1414
    15 Easily integrate the UserCentrics consent solution into your website.
    16 
    17 This plugin also allows for hiding the consent solution if the user is logged in as an admin.
     15Each Termageddon license includes a consent solution. This plugin helps you install the consent solution with ease, while offering additional features.
    1816
    1917As of v1.1.0, the plugin can use the [MaxMind GeoLite2](https://dev.maxmind.com/geoip/geolite2-free-geolocation-data?lang=en) library to automatically estimate the location of your site's users. Based on that location, the consent solution can only be shown if necessary to that end-user.
     
    2624
    2725== Changelog ==
     26
     27= 1.6.1 =
     28
     29-   [ADD] Added support for Wordpress 6.7.2.
     30-   [CHANGE] Updated the branding of the plugin to Termageddon specific.
    2831
    2932= 1.6.0 =
  • termageddon-usercentrics/trunk/termageddon-usercentrics.php

    r3238690 r3244190  
    1313 *
    1414 * @wordpress-plugin
    15  * Plugin Name:       Termageddon + Usercentrics
    16  * Description:       Easily integrate the Usercentrics consent solution into your website while controlling visibility for logged in users and admins.
    17  * Version:           1.6.0
     15 * Plugin Name:       Termageddon
     16 * Description:       Each Termageddon license includes a consent solution. This plugin helps you install the consent solution with ease, while offering additional features.
     17 * Version:           1.6.1
    1818 * Author:            Termageddon
    1919 * Author URI:        https://termageddon.com
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define( 'TERMAGEDDON_COOKIE_VERSION', '1.6.0' );
     36define( 'TERMAGEDDON_COOKIE_VERSION', '1.6.1' );
    3737
    3838define( 'TERMAGEDDON_COOKIE_PLUGIN_PATH', dirname( __FILE__ ) );// No trailing slash.
Note: See TracChangeset for help on using the changeset viewer.