Plugin Directory

Changeset 3148378


Ignore:
Timestamp:
09/09/2024 04:28:07 AM (19 months ago)
Author:
termageddon
Message:

[1.4.5] add .usercentrics-psl a target for class

Location:
termageddon-usercentrics
Files:
155 added
3 edited

Legend:

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

    r3126968 r3148378  
    55Requires at least: 3.0.1
    66Tested up to: 6.6.1
    7 Stable tag: 1.4.4
     7Stable tag: 1.4.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2626
    2727== Changelog ==
     28
     29= 1.4.5 =
     30
     31-   [ADD] Added support for using menus with the `usercentrics-psl` class that will be converted to privacy settings links.
    2832
    2933= 1.4.4 =
  • termageddon-usercentrics/trunk/public/class-termageddon-usercentrics-public.php

    r3115041 r3148378  
    165165            (function($) {
    166166                $(document).ready(function() {
    167                     jQuery('a#usercentrics-psl').each(function() {
     167                    jQuery('a#usercentrics-psl,.usercentrics-psl a').each(function() {
    168168                        let newElem = jQuery(`<?php echo do_shortcode( '[uc-privacysettings]' ); ?>`);
    169169                        if (!["","Privacy Settings"].includes(jQuery(this).text())) newElem.text(jQuery(this).text())
  • termageddon-usercentrics/trunk/termageddon-usercentrics.php

    r3126968 r3148378  
    1515 * Plugin Name:       Termageddon + Usercentrics
    1616 * Description:       Easily integrate the Usercentrics consent solution into your website while controlling visibility for logged in users and admins.
    17  * Version:           1.4.4
     17 * Version:           1.4.5
    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.4.4' );
     36define( 'TERMAGEDDON_COOKIE_VERSION', '1.4.5' );
    3737
    3838define( 'TERMAGEDDON_COOKIE_PLUGIN_PATH', dirname( __FILE__ ) );// No trailing slash.
Note: See TracChangeset for help on using the changeset viewer.