Plugin Directory


Ignore:
Timestamp:
08/29/2022 09:09:30 PM (4 years ago)
Author:
termageddon
Message:

Release version [1.1.3] Fix disable for admin checkbox

Location:
termageddon-usercentrics/trunk
Files:
3 edited

Legend:

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

    r2773686 r2777413  
    55Requires at least: 3.0.1
    66Tested up to: 6.0.1
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2222
    2323== Changelog ==
     24
     25= 1.1.3 =
     26
     27-   Fix an issue in which disable for admin users was not working
    2428
    2529= 1.1.2 =
  • termageddon-usercentrics/trunk/admin/class-termageddon-usercentrics-admin.php

    r2771302 r2777413  
    336336     */
    337337    public function disable_for_admin_html() {
    338         self::generate_checkbox( 'logged_in', 'admin' );
     338        self::generate_checkbox( 'admin', 'disable' );
    339339    }
    340340
  • termageddon-usercentrics/trunk/termageddon-usercentrics.php

    r2773686 r2777413  
    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.1.2
     17 * Version:           1.1.3
    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.1.2' );
     36define( 'TERMAGEDDON_COOKIE_VERSION', '1.1.3' );
    3737
    3838define( 'TERMAGEDDON_COOKIE_PLUGIN_PATH', dirname( __FILE__ ) );// No trailing slash.
Note: See TracChangeset for help on using the changeset viewer.