Changeset 2777413 for termageddon-usercentrics
- Timestamp:
- 08/29/2022 09:09:30 PM (4 years ago)
- Location:
- termageddon-usercentrics/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/class-termageddon-usercentrics-admin.php (modified) (1 diff)
-
termageddon-usercentrics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
termageddon-usercentrics/trunk/README.txt
r2773686 r2777413 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.0.1 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 22 22 23 23 == Changelog == 24 25 = 1.1.3 = 26 27 - Fix an issue in which disable for admin users was not working 24 28 25 29 = 1.1.2 = -
termageddon-usercentrics/trunk/admin/class-termageddon-usercentrics-admin.php
r2771302 r2777413 336 336 */ 337 337 public function disable_for_admin_html() { 338 self::generate_checkbox( ' logged_in', 'admin' );338 self::generate_checkbox( 'admin', 'disable' ); 339 339 } 340 340 -
termageddon-usercentrics/trunk/termageddon-usercentrics.php
r2773686 r2777413 15 15 * Plugin Name: Termageddon + Usercentrics 16 16 * Description: Easily integrate the Usercentrics consent solution into your website while controlling visibility for logged in users and admins. 17 * Version: 1.1. 217 * Version: 1.1.3 18 18 * Author: Termageddon 19 19 * Author URI: https://termageddon.com … … 34 34 * Rename this for your plugin and update it as you release new versions. 35 35 */ 36 define( 'TERMAGEDDON_COOKIE_VERSION', '1.1. 2' );36 define( 'TERMAGEDDON_COOKIE_VERSION', '1.1.3' ); 37 37 38 38 define( 'TERMAGEDDON_COOKIE_PLUGIN_PATH', dirname( __FILE__ ) );// No trailing slash.
Note: See TracChangeset
for help on using the changeset viewer.