Changeset 3094831
- Timestamp:
- 05/29/2024 08:46:54 PM (22 months ago)
- Location:
- seers-cookie-consent-banner-privacy-policy/tags
- Files:
-
- 3 edited
-
8.1.2/readme.txt (modified) (2 diffs)
-
8.1.2/seers-cookie-consent-banner-privacy-policy.php (modified) (4 diffs)
-
Development Versions/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
r3094828 r3094831 5 5 Requires at least: 3.8 or higher 6 6 Tested up to: 6.4.3 7 Stable tag: 8.1. 37 Stable tag: 8.1.2 8 8 Requires PHP: 5.3.3 9 9 Author URL: https://seersco.com 10 Plugin URL: https://seersco.com/ plugins/wordpress-plugin-installation-of-seers-cookie-consent/10 Plugin URL: https://seersco.com/wp-cookie-plugin 11 11 Donate Link: https://seersco.com 12 12 … … 183 183 == Changelog == 184 184 185 VERSION 8.1.3186 • now using capablity of customize to allow your to update data ajax calls187 188 185 VERSION 8.1.2 189 186 • 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
r3094828 r3094831 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. 313 * Version: 8.1.2 14 14 * Author: Seers 15 15 * Author URI: https://seersco.com/ … … 937 937 { 938 938 939 //if current user has capablity of customizethen do not do any thing940 if (!current_user_can( ' customize' ))939 //if current user is not not administrator then do not do any thing 940 if (!current_user_can( 'administrator' )) 941 941 return false; 942 942 … … 1146 1146 { 1147 1147 1148 //if current user has capablity of customizethen do not do any thing1149 if (!current_user_can( ' customize' ))1148 //if current user is not not administrator then do not do any thing 1149 if (!current_user_can( 'administrator' )) 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( ' customize' )) {2185 } else if (current_user_can( 'administrator' )) { 2186 2186 2187 2187 // now also get the changes of banners from seersco.com -
seers-cookie-consent-banner-privacy-policy/tags/Development Versions/seers-cookie-consent-banner-privacy-policy.php
r3055591 r3094831 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.