Changeset 3094828
- Timestamp:
- 05/29/2024 08:39:54 PM (22 months ago)
- Location:
- seers-cookie-consent-banner-privacy-policy
- Files:
-
- 3 edited
-
tags/8.1.2/readme.txt (modified) (2 diffs)
-
tags/8.1.2/seers-cookie-consent-banner-privacy-policy.php (modified) (4 diffs)
-
trunk/seers-cookie-consent-banner-privacy-policy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
seers-cookie-consent-banner-privacy-policy/tags/8.1.2/readme.txt
r3055591 r3094828 5 5 Requires at least: 3.8 or higher 6 6 Tested up to: 6.4.3 7 Stable tag: 8.1. 27 Stable tag: 8.1.3 8 8 Requires PHP: 5.3.3 9 9 Author URL: https://seersco.com 10 Plugin URL: https://seersco.com/ wp-cookie-plugin10 Plugin URL: https://seersco.com/plugins/wordpress-plugin-installation-of-seers-cookie-consent/ 11 11 Donate Link: https://seersco.com 12 12 … … 183 183 == Changelog == 184 184 185 VERSION 8.1.3 186 • now using capablity of customize to allow your to update data ajax calls 187 185 188 VERSION 8.1.2 186 189 • on ajax calls for administrator make sure logged in user is administrator -
seers-cookie-consent-banner-privacy-policy/tags/8.1.2/seers-cookie-consent-banner-privacy-policy.php
r3055591 r3094828 11 11 * Plugin URI: https://seersco.com/wp-cookie-plugin 12 12 * Description: Seers cookie consent management platform is trusted by thousands of businesses. Become GDPR, CCPA, ePrivacy and LGPD compliant in three clicks. 13 * Version: 8.1. 213 * Version: 8.1.3 14 14 * Author: Seers 15 15 * Author URI: https://seersco.com/ … … 937 937 { 938 938 939 //if current user is not not administratorthen do not do any thing940 if (!current_user_can( ' administrator' ))939 //if current user has capablity of customize then do not do any thing 940 if (!current_user_can( 'customize' )) 941 941 return false; 942 942 … … 1146 1146 { 1147 1147 1148 //if current user is not not administratorthen do not do any thing1149 if (!current_user_can( ' administrator' ))1148 //if current user has capablity of customize then do not do any thing 1149 if (!current_user_can( 'customize' )) 1150 1150 return false; 1151 1151 … … 2183 2183 if (stripos($message, "Unauthenticated") !== false) { 2184 2184 update_option( 'SCCBPP_cookie_consent_showloginpopup', 'show' ); 2185 } else if (current_user_can( ' administrator' )) {2185 } else if (current_user_can( 'customize' )) { 2186 2186 2187 2187 // now also get the changes of banners from seersco.com -
seers-cookie-consent-banner-privacy-policy/trunk/seers-cookie-consent-banner-privacy-policy.php
r3055591 r3094828 11 11 * Plugin URI: https://seersco.com/wp-cookie-plugin 12 12 * Description: Seers cookie consent management platform is trusted by thousands of businesses. Become GDPR, CCPA, ePrivacy and LGPD compliant in three clicks. 13 * Version: 8.1. 213 * Version: 8.1.3 14 14 * Author: Seers 15 15 * Author URI: https://seersco.com/
Note: See TracChangeset
for help on using the changeset viewer.