Changeset 3440540 for termageddon-usercentrics
- Timestamp:
- 01/15/2026 05:09:02 PM (2 months ago)
- Location:
- termageddon-usercentrics
- Files:
-
- 14 edited
- 1 copied
-
tags/1.9.2 (copied) (copied from termageddon-usercentrics/trunk)
-
tags/1.9.2/README.txt (modified) (2 diffs)
-
tags/1.9.2/admin/class-termageddon-usercentrics-admin.php (modified) (5 diffs)
-
tags/1.9.2/includes/class-termageddon-usercentrics.php (modified) (2 diffs)
-
tags/1.9.2/languages/termageddon-usercentrics.pot (modified) (51 diffs)
-
tags/1.9.2/public/class-termageddon-usercentrics-public.php (modified) (1 diff)
-
tags/1.9.2/termageddon-usercentrics.php (modified) (2 diffs)
-
tags/1.9.2/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/class-termageddon-usercentrics-admin.php (modified) (5 diffs)
-
trunk/includes/class-termageddon-usercentrics.php (modified) (2 diffs)
-
trunk/languages/termageddon-usercentrics.pot (modified) (51 diffs)
-
trunk/public/class-termageddon-usercentrics-public.php (modified) (1 diff)
-
trunk/termageddon-usercentrics.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
termageddon-usercentrics/tags/1.9.2/README.txt
r3439679 r3440540 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 1.9. 17 Stable tag: 1.9.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 189 189 == Changelog == 190 190 191 = 1.9.2 = 192 193 **🔧 Improvements:** 194 * Minor performance optimizations and code refinements 195 191 196 = 1.9.1 = 192 197 -
termageddon-usercentrics/tags/1.9.2/admin/class-termageddon-usercentrics-admin.php
r3439658 r3440540 493 493 'name' => __( 'Manual Script Controller', 'termageddon-usercentrics' ), 494 494 'tags' => $this->mark_as_beta(), 495 'description' => __( 'This feature helps add the', 'termageddon-usercentrics' ) 495 'description' => '<a href="https://termageddon.freshdesk.com/support/solutions/articles/66000533992-manual-script-controller-feature-wordpress-plugin-" target="_blank">'.__( 'See video documentation here', 'termageddon-usercentrics' ). '</a> ' . 496 __( 'on how to use this feature. ', 'termageddon-usercentrics' ) . 497 __( 'This feature helps add the', 'termageddon-usercentrics' ) 496 498 .' <a href="https://termageddon.freshdesk.com/support/solutions/articles/66000529802-embedding-the-cookie-consent-solution-and-cookie-policy#:~:text=for%20simplicity%20purposes.-,Manual%20script%20control,-%2D%20You%20can%20also" target="_blank">'.__( 'manual control snippet', 'termageddon-usercentrics' ).'</a> ' 497 499 .__( 'into third party scripts (Google Analytics, Facebook Pixel, LinkedIn Insights Tag, etc.), which can help ensure that consent is obtained first prior to the script loading.', 'termageddon-usercentrics' ) … … 744 746 // Disable Usercentrics Auto-blocking script 745 747 add_settings_field( 746 'termageddon_usercentrics_ manual_script_control',747 __( 'Disable Usercentrics Auto-blocking script', 'termageddon-usercentrics' ) ,748 array( &$this, ' manual_script_control_html' ), // function which prints the field.748 'termageddon_usercentrics_disable_auto_blocker', 749 __( 'Disable Usercentrics Auto-blocking script', 'termageddon-usercentrics' ).$this->mark_as_beta(), 750 array( &$this, 'auto_blocker_html' ), // function which prints the field. 749 751 'termageddon-usercentrics', // page slug. 750 752 'termageddon_usercentrics_section_settings', // section ID. 751 753 array( 752 'label_for' => 'termageddon_usercentrics_ manual_script_control',754 'label_for' => 'termageddon_usercentrics_disable_auto_blocker', 753 755 'description' => __( 'By updating all external scripts to use the <a href="https://termageddon.freshdesk.com/support/solutions/articles/66000529802-embedding-the-cookie-consent-solution-and-cookie-policy#:~:text=for%20simplicity%20purposes.-,Manual%20script%20control,-%2D%20You%20can%20also" target="_blank">manual script controller</a>, you can disable usercentrics block script which will improve site-loading performance and improve reliability. Once enabled, please ensure you <a href="https://termageddon.freshdesk.com/support/solutions/articles/66000529802-embedding-the-cookie-consent-solution-and-cookie-policy" target="_blank">validate</a> that any external services are working as expected.', 'termageddon-usercentrics' ), 754 756 ) … … 757 759 register_setting( 758 760 'termageddon_usercentrics_settings', // settings group name. 759 'termageddon_usercentrics_ manual_script_control', // option name.761 'termageddon_usercentrics_disable_auto_blocker', // option name. 760 762 '' // sanitization function. 761 763 ); … … 1362 1364 * @return void 1363 1365 */ 1364 public function manual_script_control_html( array $args ) {1365 self::generate_checkbox( ' manual_script_control', '', $args );1366 public function auto_blocker_html( array $args ) { 1367 self::generate_checkbox( 'auto_blocker', 'disable', $args ); 1366 1368 } 1367 1369 … … 1517 1519 1518 1520 echo '<p>' . 1519 esc_html__( 'Not sure what to select? Review', 'termageddon-usercentrics' ) . ' <a href="https://termageddon.freshdesk.com/support/solutions/articles/66000530091-how-to-activate-the-cookie-policy-and-consent-solution" target="_blank">' . esc_html__( 'this article', 'termageddon-usercentrics' ) . '</a> ' . esc_html__( 'along with page 1 of your Privacy Policy questionnaire within ', 'termageddon-usercentrics' ) . '<a href="https://policies.termageddon.com/ home" target="_blank">policies.termageddon.com</a>.' .1521 esc_html__( 'Not sure what to select? Review', 'termageddon-usercentrics' ) . ' <a href="https://termageddon.freshdesk.com/support/solutions/articles/66000530091-how-to-activate-the-cookie-policy-and-consent-solution" target="_blank">' . esc_html__( 'this article', 'termageddon-usercentrics' ) . '</a> ' . esc_html__( 'along with page 1 of your Privacy Policy questionnaire within ', 'termageddon-usercentrics' ) . '<a href="https://policies.termageddon.com/" target="_blank">policies.termageddon.com</a>.' . 1520 1522 '</p>'; 1521 1523 -
termageddon-usercentrics/tags/1.9.2/includes/class-termageddon-usercentrics.php
r3439658 r3440540 646 646 $loader_url = ( 'v2' === $embed_version ) ? '//app.usercentrics.eu/browser-ui/latest/loader.js' : '//web.cmp.usercentrics.eu/ui/loader.js'; 647 647 $translations_url = self::get_translations_url(); 648 $use_manual_control = self::is_ manual_script_control_enabled();648 $use_manual_control = self::is_auto_blocker_disabled(); 649 649 650 650 $new_embed_code = '<link rel="preconnect" href="https://plugins.trac.wordpress.org//privacy-proxy.usercentrics.eu">' . PHP_EOL; … … 1598 1598 * @return bool True if manual script control should be used, false otherwise 1599 1599 */ 1600 public static function is_ manual_script_control_enabled(): bool {1601 return get_option( 'termageddon_usercentrics_ manual_script_control', false ) ? true : false;1600 public static function is_auto_blocker_disabled(): bool { 1601 return get_option( 'termageddon_usercentrics_disable_auto_blocker', false ) ? true : false; 1602 1602 } 1603 1603 -
termageddon-usercentrics/tags/1.9.2/languages/termageddon-usercentrics.pot
r3439658 r3440540 4 4 "Project-Id-Version: Termageddon + Usercentrics\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2026-01-1 3 22:13+0000\n"6 "POT-Creation-Date: 2026-01-14 17:24+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 17 17 "X-Domain: termageddon-usercentrics" 18 18 19 #: admin/class-termageddon-usercentrics-admin.php:179 319 #: admin/class-termageddon-usercentrics-admin.php:1795 20 20 msgid "+ Add Script Snippet" 21 21 msgstr "" 22 22 23 #: admin/class-termageddon-usercentrics-admin.php:130 523 #: admin/class-termageddon-usercentrics-admin.php:1307 24 24 msgid "Action Needed" 25 25 msgstr "" … … 29 29 msgstr "" 30 30 31 #: admin/class-termageddon-usercentrics-admin.php:55 631 #: admin/class-termageddon-usercentrics-admin.php:558 32 32 msgid "Administrators" 33 33 msgstr "" 34 34 35 #: admin/class-termageddon-usercentrics-admin.php:9 7835 #: admin/class-termageddon-usercentrics-admin.php:980 36 36 msgid "Advanced Configuration" 37 37 msgstr "" … … 46 46 msgstr "" 47 47 48 #: admin/class-termageddon-usercentrics-admin.php:15 1948 #: admin/class-termageddon-usercentrics-admin.php:1521 49 49 msgid "along with page 1 of your Privacy Policy questionnaire within " 50 50 msgstr "" 51 51 52 #: admin/class-termageddon-usercentrics-admin.php:61 352 #: admin/class-termageddon-usercentrics-admin.php:615 53 53 msgid "" 54 54 "As an alternative to that additional script, you can simply use the [uc-" … … 59 59 msgstr "" 60 60 61 #: admin/class-termageddon-usercentrics-admin.php:9 8961 #: admin/class-termageddon-usercentrics-admin.php:991 62 62 msgid "Auto-refresh on consent" 63 63 msgstr "" 64 64 65 #: admin/class-termageddon-usercentrics-admin.php:152 665 #: admin/class-termageddon-usercentrics-admin.php:1528 66 66 msgid "based on which privacy laws apply to you" 67 67 msgstr "" 68 68 69 #: admin/class-termageddon-usercentrics-admin.php:131 469 #: admin/class-termageddon-usercentrics-admin.php:1316 70 70 msgid "" 71 71 "Behind the scenes, we will remove the Usercentrics embed code from the field " … … 73 73 msgstr "" 74 74 75 #: admin/class-termageddon-usercentrics-admin.php:75 375 #: admin/class-termageddon-usercentrics-admin.php:755 76 76 msgid "" 77 77 "By updating all external scripts to use the <a href=\"https://termageddon." … … 95 95 msgstr "" 96 96 97 #: admin/class-termageddon-usercentrics-admin.php:9 7997 #: admin/class-termageddon-usercentrics-admin.php:981 98 98 msgid "" 99 99 "Certain integrations may require a more custom approach to integrating with " … … 114 114 115 115 #. section ID. 116 #: admin/class-termageddon-usercentrics-admin.php:106 1116 #: admin/class-termageddon-usercentrics-admin.php:1063 117 117 msgid "Control Panel" 118 118 msgstr "" 119 119 120 #: admin/class-termageddon-usercentrics-admin.php:131 1120 #: admin/class-termageddon-usercentrics-admin.php:1313 121 121 msgid "Conversion Needed:" 122 122 msgstr "" 123 123 124 #: admin/class-termageddon-usercentrics-admin.php:131 5124 #: admin/class-termageddon-usercentrics-admin.php:1317 125 125 msgid "Convert" 126 126 msgstr "" 127 127 128 #: admin/class-termageddon-usercentrics-admin.php:14 79128 #: admin/class-termageddon-usercentrics-admin.php:1481 129 129 msgid "Cookie Policy and Consent Solution" 130 130 msgstr "" … … 138 138 msgstr "" 139 139 140 #: admin/class-termageddon-usercentrics-admin.php:101 3140 #: admin/class-termageddon-usercentrics-admin.php:1015 141 141 msgid "Disable blocking for providers" 142 142 msgstr "" 143 143 144 #: admin/class-termageddon-usercentrics-admin.php:76 6144 #: admin/class-termageddon-usercentrics-admin.php:768 145 145 msgid "Disable CDN for Translations Script" 146 146 msgstr "" 147 147 148 #: admin/class-termageddon-usercentrics-admin.php:78 5148 #: admin/class-termageddon-usercentrics-admin.php:787 149 149 msgid "Disable for Troubleshooting" 150 150 msgstr "" 151 151 152 #: admin/class-termageddon-usercentrics-admin.php:74 7152 #: admin/class-termageddon-usercentrics-admin.php:749 153 153 msgid "Disable Usercentrics Auto-blocking script" 154 154 msgstr "" … … 164 164 msgstr "" 165 165 166 #: admin/class-termageddon-usercentrics-admin.php:57 4166 #: admin/class-termageddon-usercentrics-admin.php:576 167 167 msgid "Editors" 168 168 msgstr "" … … 176 176 msgstr "" 177 177 178 #: admin/class-termageddon-usercentrics-admin.php:69 1178 #: admin/class-termageddon-usercentrics-admin.php:693 179 179 msgid "Embed Code Injection Method" 180 180 msgstr "" 181 181 182 #: admin/class-termageddon-usercentrics-admin.php:6 68182 #: admin/class-termageddon-usercentrics-admin.php:670 183 183 msgid "Embed Code Priority" 184 184 msgstr "" 185 185 186 #: admin/class-termageddon-usercentrics-admin.php:7 19186 #: admin/class-termageddon-usercentrics-admin.php:721 187 187 msgid "Embed Code Version" 188 188 msgstr "" 189 189 190 #: admin/class-termageddon-usercentrics-admin.php:8 88190 #: admin/class-termageddon-usercentrics-admin.php:890 191 191 msgid "Enable location logging" 192 192 msgstr "" 193 193 194 #: admin/class-termageddon-usercentrics-admin.php:9 08194 #: admin/class-termageddon-usercentrics-admin.php:910 195 195 msgid "Enable page caching support via AJAX" 196 196 msgstr "" … … 202 202 msgstr "" 203 203 204 #: admin/class-termageddon-usercentrics-admin.php:107 5204 #: admin/class-termageddon-usercentrics-admin.php:1077 205 205 msgid "Error Count" 206 206 msgstr "" … … 210 210 msgstr "" 211 211 212 #: admin/class-termageddon-usercentrics-admin.php:109 3212 #: admin/class-termageddon-usercentrics-admin.php:1095 213 213 msgid "Error List" 214 214 msgstr "" … … 222 222 msgstr "" 223 223 224 #: admin/class-termageddon-usercentrics-admin.php:64 6224 #: admin/class-termageddon-usercentrics-admin.php:648 225 225 msgid "" 226 226 "For some theme builders including Divi, the footer (bottom bar) does not " … … 232 232 #. section ID. 233 233 #: admin/class-termageddon-usercentrics-admin.php:82 234 #: admin/class-termageddon-usercentrics-admin.php:81 3234 #: admin/class-termageddon-usercentrics-admin.php:815 235 235 msgid "Geo-Location" 236 236 msgstr "" 237 237 238 238 #: admin/class-termageddon-usercentrics-admin.php:195 239 #: admin/class-termageddon-usercentrics-admin.php:15 28239 #: admin/class-termageddon-usercentrics-admin.php:1530 240 240 msgid "" 241 241 "Geo-Location is enabled, but no locations have been toggled on. This means " … … 267 267 msgstr "" 268 268 269 #: admin/class-termageddon-usercentrics-admin.php:61 2269 #: admin/class-termageddon-usercentrics-admin.php:614 270 270 msgid "" 271 271 "Giving users the ability to change their privacy/consent settings is a " … … 277 277 msgstr "" 278 278 279 #: admin/class-termageddon-usercentrics-admin.php:130 7279 #: admin/class-termageddon-usercentrics-admin.php:1309 280 280 msgid "Go to Configuration" 281 281 msgstr "" 282 282 283 #: admin/class-termageddon-usercentrics-admin.php:62 1283 #: admin/class-termageddon-usercentrics-admin.php:623 284 284 msgid "Hide Privacy Settings Link when cookie consent tool is disabled" 285 285 msgstr "" … … 289 289 msgstr "" 290 290 291 #: admin/class-termageddon-usercentrics-admin.php:149 7291 #: admin/class-termageddon-usercentrics-admin.php:1499 292 292 msgid "If you are using the Divi theme" 293 293 msgstr "" 294 294 295 #: admin/class-termageddon-usercentrics-admin.php:94 5295 #: admin/class-termageddon-usercentrics-admin.php:947 296 296 msgid "" 297 297 "If you have a script or code snippet to share, would like to improve support " … … 300 300 msgstr "" 301 301 302 #: admin/class-termageddon-usercentrics-admin.php:149 6302 #: admin/class-termageddon-usercentrics-admin.php:1498 303 303 msgid "" 304 304 "If you would like to remove Usercentrics for logged in users such as admins, " … … 310 310 msgstr "" 311 311 312 #: admin/class-termageddon-usercentrics-admin.php:95 5312 #: admin/class-termageddon-usercentrics-admin.php:957 313 313 msgid "Integration" 314 314 msgstr "" … … 316 316 #. section ID. 317 317 #: admin/class-termageddon-usercentrics-admin.php:78 318 #: admin/class-termageddon-usercentrics-admin.php:93 4318 #: admin/class-termageddon-usercentrics-admin.php:936 319 319 msgid "Integrations" 320 320 msgstr "" 321 321 322 #: admin/class-termageddon-usercentrics-admin.php:49 7322 #: admin/class-termageddon-usercentrics-admin.php:499 323 323 msgid "" 324 324 "into third party scripts (Google Analytics, Facebook Pixel, LinkedIn " … … 331 331 msgstr "" 332 332 333 #: admin/class-termageddon-usercentrics-admin.php:131 3333 #: admin/class-termageddon-usercentrics-admin.php:1315 334 334 msgid "" 335 335 "It looks like you are still using the old embed code (below) instead of the " … … 338 338 msgstr "" 339 339 340 #: admin/class-termageddon-usercentrics-admin.php:50 3340 #: admin/class-termageddon-usercentrics-admin.php:505 341 341 msgid "" 342 342 "just in general, but also after making this update to ensure that scripts do " … … 348 348 msgstr "" 349 349 350 #: admin/class-termageddon-usercentrics-admin.php:59 2350 #: admin/class-termageddon-usercentrics-admin.php:594 351 351 msgid "Logged-in Users" 352 352 msgstr "" 353 353 354 #: admin/class-termageddon-usercentrics-admin.php:49 6354 #: admin/class-termageddon-usercentrics-admin.php:498 355 355 msgid "manual control snippet" 356 356 msgstr "" … … 360 360 msgstr "" 361 361 362 #: admin/class-termageddon-usercentrics-admin.php:173 6363 #: admin/class-termageddon-usercentrics-admin.php:180 6362 #: admin/class-termageddon-usercentrics-admin.php:1738 363 #: admin/class-termageddon-usercentrics-admin.php:1808 364 364 msgid "New Script Snippet" 365 365 msgstr "" 366 366 367 #: admin/class-termageddon-usercentrics-admin.php:152 6367 #: admin/class-termageddon-usercentrics-admin.php:1528 368 368 msgid "Not sure what to select?" 369 369 msgstr "" 370 370 371 #: admin/class-termageddon-usercentrics-admin.php:15 19371 #: admin/class-termageddon-usercentrics-admin.php:1521 372 372 msgid "Not sure what to select? Review" 373 373 msgstr "" 374 374 375 #: admin/class-termageddon-usercentrics-admin.php:1042 375 #: admin/class-termageddon-usercentrics-admin.php:496 376 msgid "on how to use this feature. " 377 msgstr "" 378 379 #: admin/class-termageddon-usercentrics-admin.php:1044 376 380 msgid "" 377 381 "On this page, you can find custom implementation to improve support and " … … 383 387 msgstr "" 384 388 385 #: admin/class-termageddon-usercentrics-admin.php:67 4389 #: admin/class-termageddon-usercentrics-admin.php:676 386 390 msgid "" 387 391 "Override the default priority of the embed code (Defaults to 1). By " … … 398 402 msgstr "" 399 403 400 #: admin/class-termageddon-usercentrics-admin.php:94 4404 #: admin/class-termageddon-usercentrics-admin.php:946 401 405 msgid "Plugin & Theme Integrations" 402 406 msgstr "" … … 410 414 msgstr "" 411 415 412 #: admin/class-termageddon-usercentrics-admin.php:64 0416 #: admin/class-termageddon-usercentrics-admin.php:642 413 417 msgid "Privacy Settings Link - Alternative Implementation" 414 418 msgstr "" 415 419 416 #: admin/class-termageddon-usercentrics-admin.php:175 2417 #: admin/class-termageddon-usercentrics-admin.php:181 1420 #: admin/class-termageddon-usercentrics-admin.php:1754 421 #: admin/class-termageddon-usercentrics-admin.php:1813 418 422 msgid "Remove" 419 423 msgstr "" 420 424 421 #: admin/class-termageddon-usercentrics-admin.php:177 6422 #: admin/class-termageddon-usercentrics-admin.php:183 0425 #: admin/class-termageddon-usercentrics-admin.php:1778 426 #: admin/class-termageddon-usercentrics-admin.php:1832 423 427 msgid "Script Code" 424 428 msgstr "" 425 429 426 430 #. %d: snippet index number 427 #: admin/class-termageddon-usercentrics-admin.php:159 0431 #: admin/class-termageddon-usercentrics-admin.php:1592 428 432 msgid "Script snippet #%d was not saved: Please select a valid service." 429 433 msgstr "" 430 434 431 435 #. %1$s: service name, %2$d: snippet index number 432 #: admin/class-termageddon-usercentrics-admin.php:162 3436 #: admin/class-termageddon-usercentrics-admin.php:1625 433 437 #, php-format 434 438 msgid "" … … 439 443 440 444 #. %1$s: service name, %2$d: snippet index number 441 #: admin/class-termageddon-usercentrics-admin.php:160 7445 #: admin/class-termageddon-usercentrics-admin.php:1609 442 446 #, php-format 443 447 msgid "" … … 447 451 448 452 #. %1$s: service name, %2$d: snippet index number 449 #: admin/class-termageddon-usercentrics-admin.php:163 0453 #: admin/class-termageddon-usercentrics-admin.php:1632 450 454 #, php-format 451 455 msgid "" … … 454 458 msgstr "" 455 459 456 #: admin/class-termageddon-usercentrics-admin.php:1766 457 #: admin/class-termageddon-usercentrics-admin.php:1796 460 #: admin/class-termageddon-usercentrics-admin.php:495 461 msgid "See video documentation here" 462 msgstr "" 463 464 #: admin/class-termageddon-usercentrics-admin.php:1768 465 #: admin/class-termageddon-usercentrics-admin.php:1798 458 466 msgid "Select a service..." 459 467 msgstr "" 460 468 461 #: admin/class-termageddon-usercentrics-admin.php:72 5469 #: admin/class-termageddon-usercentrics-admin.php:727 462 470 msgid "" 463 471 "Select which version of the Usercentrics embed code you would like to use." 464 472 msgstr "" 465 473 466 #: admin/class-termageddon-usercentrics-admin.php:17 58467 #: admin/class-termageddon-usercentrics-admin.php:181 7474 #: admin/class-termageddon-usercentrics-admin.php:1760 475 #: admin/class-termageddon-usercentrics-admin.php:1819 468 476 msgid "Service" 469 477 msgstr "" … … 472 480 #: includes/class-termageddon-usercentrics.php:536 473 481 #: admin/class-termageddon-usercentrics-admin.php:86 474 #: admin/class-termageddon-usercentrics-admin.php:54 7482 #: admin/class-termageddon-usercentrics-admin.php:549 475 483 msgid "Settings" 476 484 msgstr "" … … 480 488 msgstr "" 481 489 482 #: admin/class-termageddon-usercentrics-admin.php:152 5490 #: admin/class-termageddon-usercentrics-admin.php:1527 483 491 msgid "Show widget if visitor is located in" 484 492 msgstr "" 485 493 486 #: admin/class-termageddon-usercentrics-admin.php: 499494 #: admin/class-termageddon-usercentrics-admin.php:501 487 495 msgid "" 488 496 "Simply add a new snippet, enter the Service name (same name as the Service " … … 502 510 msgstr "" 503 511 504 #: admin/class-termageddon-usercentrics-admin.php:50 2512 #: admin/class-termageddon-usercentrics-admin.php:504 505 513 msgid "test the consent solution" 506 514 msgstr "" … … 510 518 msgstr "" 511 519 512 #: admin/class-termageddon-usercentrics-admin.php:69 7520 #: admin/class-termageddon-usercentrics-admin.php:699 513 521 msgid "" 514 522 "The default injection option, wp_head, will inject the embed code in the " … … 518 526 msgstr "" 519 527 520 #: admin/class-termageddon-usercentrics-admin.php:15 19528 #: admin/class-termageddon-usercentrics-admin.php:1521 521 529 msgid "this article" 522 530 msgstr "" 523 531 524 #: admin/class-termageddon-usercentrics-admin.php:152 6532 #: admin/class-termageddon-usercentrics-admin.php:1528 525 533 msgid "This article outlines which regions to select" 526 534 msgstr "" 527 535 528 #: admin/class-termageddon-usercentrics-admin.php:49 5536 #: admin/class-termageddon-usercentrics-admin.php:497 529 537 msgid "This feature helps add the" 530 538 msgstr "" … … 536 544 msgstr "" 537 545 538 #: admin/class-termageddon-usercentrics-admin.php:99 5546 #: admin/class-termageddon-usercentrics-admin.php:997 539 547 msgid "" 540 548 "This particular feature is not needed for most websites. This feature is " … … 593 601 msgstr "" 594 602 595 #: admin/class-termageddon-usercentrics-admin.php:130 6603 #: admin/class-termageddon-usercentrics-admin.php:1308 596 604 msgid "This update will take a few seconds to complete." 597 605 msgstr "" 598 606 599 #: admin/class-termageddon-usercentrics-admin.php:77 2607 #: admin/class-termageddon-usercentrics-admin.php:774 600 608 msgid "" 601 609 "This will switch the URL used for the Usercentrics translations script from " … … 604 612 msgstr "" 605 613 606 #: admin/class-termageddon-usercentrics-admin.php:154 0614 #: admin/class-termageddon-usercentrics-admin.php:1542 607 615 msgid "" 608 616 "To reset any of the backend variables, update the values below and save your " … … 622 630 msgstr "" 623 631 624 #: admin/class-termageddon-usercentrics-admin.php:14 78632 #: admin/class-termageddon-usercentrics-admin.php:1480 625 633 msgid "Upon generating your " 626 634 msgstr "" 627 635 628 #: admin/class-termageddon-usercentrics-admin.php:146 5636 #: admin/class-termageddon-usercentrics-admin.php:1467 629 637 msgid "Upon saving, all previous errors in the log will be deleted." 630 638 msgstr "" … … 634 642 msgstr "" 635 643 636 #: admin/class-termageddon-usercentrics-admin.php:72 7644 #: admin/class-termageddon-usercentrics-admin.php:729 637 645 msgid "v2" 638 646 msgstr "" 639 647 640 #: admin/class-termageddon-usercentrics-admin.php:7 28648 #: admin/class-termageddon-usercentrics-admin.php:730 641 649 msgid "v3 (Beta)" 642 650 msgstr "" 643 651 644 #: admin/class-termageddon-usercentrics-admin.php:50 1652 #: admin/class-termageddon-usercentrics-admin.php:503 645 653 msgid "Very important: be sure to" 646 654 msgstr "" … … 650 658 msgstr "" 651 659 652 #: admin/class-termageddon-usercentrics-admin.php:10 19660 #: admin/class-termageddon-usercentrics-admin.php:1021 653 661 msgid "" 654 662 "WARNING: By adding providers to this list, you are choosing for Usercentrics " … … 657 665 msgstr "" 658 666 659 #: admin/class-termageddon-usercentrics-admin.php:61 4667 #: admin/class-termageddon-usercentrics-admin.php:616 660 668 msgid "" 661 669 "We also offer a button version of the Privacy Settings link, which can be " … … 665 673 msgstr "" 666 674 667 #: admin/class-termageddon-usercentrics-admin.php:130 6675 #: admin/class-termageddon-usercentrics-admin.php:1308 668 676 msgid "" 669 677 "We are moving to using a Settings ID instead of an embed code format to " … … 678 686 msgstr "" 679 687 680 #: admin/class-termageddon-usercentrics-admin.php:62 7688 #: admin/class-termageddon-usercentrics-admin.php:629 681 689 msgid "" 682 690 "When enabled, the Privacy Settings link will be hidden from certain users, " … … 691 699 msgstr "" 692 700 693 #: admin/class-termageddon-usercentrics-admin.php:89 4701 #: admin/class-termageddon-usercentrics-admin.php:896 694 702 msgid "" 695 703 "When enabled, the visitor's location can be viewed in the browser console, " … … 697 705 msgstr "" 698 706 699 #: admin/class-termageddon-usercentrics-admin.php:91 4707 #: admin/class-termageddon-usercentrics-admin.php:916 700 708 msgid "" 701 709 "When enabled, the visitor's location is checked via javascript to allow " … … 703 711 msgstr "" 704 712 705 #: admin/class-termageddon-usercentrics-admin.php:79 1713 #: admin/class-termageddon-usercentrics-admin.php:793 706 714 msgid "" 707 715 "When enabled, this feature allows you to turn off the consent tool for all " … … 712 720 msgstr "" 713 721 714 #: admin/class-termageddon-usercentrics-admin.php:151 5722 #: admin/class-termageddon-usercentrics-admin.php:1517 715 723 msgid "" 716 724 "When enabled, you will be collecting IP addresses for the purposes of " … … 728 736 msgstr "" 729 737 730 #: admin/class-termageddon-usercentrics-admin.php:148 0738 #: admin/class-termageddon-usercentrics-admin.php:1482 731 739 msgid "" 732 740 "within your Termageddon account, you will be brought to the \"View embed " … … 735 743 msgstr "" 736 744 737 #: admin/class-termageddon-usercentrics-admin.php:70 0745 #: admin/class-termageddon-usercentrics-admin.php:702 738 746 msgid "wp_enqueue_scripts" 739 747 msgstr "" 740 748 741 #: admin/class-termageddon-usercentrics-admin.php: 699749 #: admin/class-termageddon-usercentrics-admin.php:701 742 750 msgid "wp_head (Default)" 743 751 msgstr "" 744 752 745 #: admin/class-termageddon-usercentrics-admin.php:1 498753 #: admin/class-termageddon-usercentrics-admin.php:1500 746 754 msgid "" 747 755 "you will need to enable at least one of the settings below to ensure logged " -
termageddon-usercentrics/tags/1.9.2/public/class-termageddon-usercentrics-public.php
r3439658 r3440540 344 344 if ( $settings_id && $should_enqueue_scripts ) { 345 345 // Only enqueue the auto-blocking script if manual control is disabled 346 if ( ! Termageddon_Usercentrics::is_ manual_script_control_enabled() ) {346 if ( ! Termageddon_Usercentrics::is_auto_blocker_disabled() ) { 347 347 wp_enqueue_script( $this->plugin_name . '-scripts', '//privacy-proxy.usercentrics.eu/latest/uc-block.bundle.js', array(), $this->version, false ); 348 348 // note: this URL is placed here to "play by the rules"... but it doesn't actually do anything. -
termageddon-usercentrics/tags/1.9.2/termageddon-usercentrics.php
r3439679 r3440540 15 15 * Plugin Name: Termageddon 16 16 * Description: Each Termageddon license includes a consent solution. This plugin helps you install the consent solution with ease, while offering additional features. 17 * Version: 1.9. 117 * Version: 1.9.2 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.9. 1' );36 define( 'TERMAGEDDON_COOKIE_VERSION', '1.9.2' ); 37 37 38 38 define( 'TERMAGEDDON_COOKIE_PLUGIN_PATH', dirname( __FILE__ ) );// No trailing slash. -
termageddon-usercentrics/tags/1.9.2/vendor/composer/installed.php
r3439679 r3440540 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' ee148d51d56ea2463f597ea793a1d737dec37269',6 'reference' => '982b3ac7ca467d3780878efd813a931029676c09', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 50 50 'pretty_version' => 'dev-main', 51 51 'version' => 'dev-main', 52 'reference' => ' ee148d51d56ea2463f597ea793a1d737dec37269',52 'reference' => '982b3ac7ca467d3780878efd813a931029676c09', 53 53 'type' => 'library', 54 54 'install_path' => __DIR__ . '/../../', -
termageddon-usercentrics/trunk/README.txt
r3439679 r3440540 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 1.9. 17 Stable tag: 1.9.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 189 189 == Changelog == 190 190 191 = 1.9.2 = 192 193 **🔧 Improvements:** 194 * Minor performance optimizations and code refinements 195 191 196 = 1.9.1 = 192 197 -
termageddon-usercentrics/trunk/admin/class-termageddon-usercentrics-admin.php
r3439658 r3440540 493 493 'name' => __( 'Manual Script Controller', 'termageddon-usercentrics' ), 494 494 'tags' => $this->mark_as_beta(), 495 'description' => __( 'This feature helps add the', 'termageddon-usercentrics' ) 495 'description' => '<a href="https://termageddon.freshdesk.com/support/solutions/articles/66000533992-manual-script-controller-feature-wordpress-plugin-" target="_blank">'.__( 'See video documentation here', 'termageddon-usercentrics' ). '</a> ' . 496 __( 'on how to use this feature. ', 'termageddon-usercentrics' ) . 497 __( 'This feature helps add the', 'termageddon-usercentrics' ) 496 498 .' <a href="https://termageddon.freshdesk.com/support/solutions/articles/66000529802-embedding-the-cookie-consent-solution-and-cookie-policy#:~:text=for%20simplicity%20purposes.-,Manual%20script%20control,-%2D%20You%20can%20also" target="_blank">'.__( 'manual control snippet', 'termageddon-usercentrics' ).'</a> ' 497 499 .__( 'into third party scripts (Google Analytics, Facebook Pixel, LinkedIn Insights Tag, etc.), which can help ensure that consent is obtained first prior to the script loading.', 'termageddon-usercentrics' ) … … 744 746 // Disable Usercentrics Auto-blocking script 745 747 add_settings_field( 746 'termageddon_usercentrics_ manual_script_control',747 __( 'Disable Usercentrics Auto-blocking script', 'termageddon-usercentrics' ) ,748 array( &$this, ' manual_script_control_html' ), // function which prints the field.748 'termageddon_usercentrics_disable_auto_blocker', 749 __( 'Disable Usercentrics Auto-blocking script', 'termageddon-usercentrics' ).$this->mark_as_beta(), 750 array( &$this, 'auto_blocker_html' ), // function which prints the field. 749 751 'termageddon-usercentrics', // page slug. 750 752 'termageddon_usercentrics_section_settings', // section ID. 751 753 array( 752 'label_for' => 'termageddon_usercentrics_ manual_script_control',754 'label_for' => 'termageddon_usercentrics_disable_auto_blocker', 753 755 'description' => __( 'By updating all external scripts to use the <a href="https://termageddon.freshdesk.com/support/solutions/articles/66000529802-embedding-the-cookie-consent-solution-and-cookie-policy#:~:text=for%20simplicity%20purposes.-,Manual%20script%20control,-%2D%20You%20can%20also" target="_blank">manual script controller</a>, you can disable usercentrics block script which will improve site-loading performance and improve reliability. Once enabled, please ensure you <a href="https://termageddon.freshdesk.com/support/solutions/articles/66000529802-embedding-the-cookie-consent-solution-and-cookie-policy" target="_blank">validate</a> that any external services are working as expected.', 'termageddon-usercentrics' ), 754 756 ) … … 757 759 register_setting( 758 760 'termageddon_usercentrics_settings', // settings group name. 759 'termageddon_usercentrics_ manual_script_control', // option name.761 'termageddon_usercentrics_disable_auto_blocker', // option name. 760 762 '' // sanitization function. 761 763 ); … … 1362 1364 * @return void 1363 1365 */ 1364 public function manual_script_control_html( array $args ) {1365 self::generate_checkbox( ' manual_script_control', '', $args );1366 public function auto_blocker_html( array $args ) { 1367 self::generate_checkbox( 'auto_blocker', 'disable', $args ); 1366 1368 } 1367 1369 … … 1517 1519 1518 1520 echo '<p>' . 1519 esc_html__( 'Not sure what to select? Review', 'termageddon-usercentrics' ) . ' <a href="https://termageddon.freshdesk.com/support/solutions/articles/66000530091-how-to-activate-the-cookie-policy-and-consent-solution" target="_blank">' . esc_html__( 'this article', 'termageddon-usercentrics' ) . '</a> ' . esc_html__( 'along with page 1 of your Privacy Policy questionnaire within ', 'termageddon-usercentrics' ) . '<a href="https://policies.termageddon.com/ home" target="_blank">policies.termageddon.com</a>.' .1521 esc_html__( 'Not sure what to select? Review', 'termageddon-usercentrics' ) . ' <a href="https://termageddon.freshdesk.com/support/solutions/articles/66000530091-how-to-activate-the-cookie-policy-and-consent-solution" target="_blank">' . esc_html__( 'this article', 'termageddon-usercentrics' ) . '</a> ' . esc_html__( 'along with page 1 of your Privacy Policy questionnaire within ', 'termageddon-usercentrics' ) . '<a href="https://policies.termageddon.com/" target="_blank">policies.termageddon.com</a>.' . 1520 1522 '</p>'; 1521 1523 -
termageddon-usercentrics/trunk/includes/class-termageddon-usercentrics.php
r3439658 r3440540 646 646 $loader_url = ( 'v2' === $embed_version ) ? '//app.usercentrics.eu/browser-ui/latest/loader.js' : '//web.cmp.usercentrics.eu/ui/loader.js'; 647 647 $translations_url = self::get_translations_url(); 648 $use_manual_control = self::is_ manual_script_control_enabled();648 $use_manual_control = self::is_auto_blocker_disabled(); 649 649 650 650 $new_embed_code = '<link rel="preconnect" href="https://plugins.trac.wordpress.org//privacy-proxy.usercentrics.eu">' . PHP_EOL; … … 1598 1598 * @return bool True if manual script control should be used, false otherwise 1599 1599 */ 1600 public static function is_ manual_script_control_enabled(): bool {1601 return get_option( 'termageddon_usercentrics_ manual_script_control', false ) ? true : false;1600 public static function is_auto_blocker_disabled(): bool { 1601 return get_option( 'termageddon_usercentrics_disable_auto_blocker', false ) ? true : false; 1602 1602 } 1603 1603 -
termageddon-usercentrics/trunk/languages/termageddon-usercentrics.pot
r3439658 r3440540 4 4 "Project-Id-Version: Termageddon + Usercentrics\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2026-01-1 3 22:13+0000\n"6 "POT-Creation-Date: 2026-01-14 17:24+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 17 17 "X-Domain: termageddon-usercentrics" 18 18 19 #: admin/class-termageddon-usercentrics-admin.php:179 319 #: admin/class-termageddon-usercentrics-admin.php:1795 20 20 msgid "+ Add Script Snippet" 21 21 msgstr "" 22 22 23 #: admin/class-termageddon-usercentrics-admin.php:130 523 #: admin/class-termageddon-usercentrics-admin.php:1307 24 24 msgid "Action Needed" 25 25 msgstr "" … … 29 29 msgstr "" 30 30 31 #: admin/class-termageddon-usercentrics-admin.php:55 631 #: admin/class-termageddon-usercentrics-admin.php:558 32 32 msgid "Administrators" 33 33 msgstr "" 34 34 35 #: admin/class-termageddon-usercentrics-admin.php:9 7835 #: admin/class-termageddon-usercentrics-admin.php:980 36 36 msgid "Advanced Configuration" 37 37 msgstr "" … … 46 46 msgstr "" 47 47 48 #: admin/class-termageddon-usercentrics-admin.php:15 1948 #: admin/class-termageddon-usercentrics-admin.php:1521 49 49 msgid "along with page 1 of your Privacy Policy questionnaire within " 50 50 msgstr "" 51 51 52 #: admin/class-termageddon-usercentrics-admin.php:61 352 #: admin/class-termageddon-usercentrics-admin.php:615 53 53 msgid "" 54 54 "As an alternative to that additional script, you can simply use the [uc-" … … 59 59 msgstr "" 60 60 61 #: admin/class-termageddon-usercentrics-admin.php:9 8961 #: admin/class-termageddon-usercentrics-admin.php:991 62 62 msgid "Auto-refresh on consent" 63 63 msgstr "" 64 64 65 #: admin/class-termageddon-usercentrics-admin.php:152 665 #: admin/class-termageddon-usercentrics-admin.php:1528 66 66 msgid "based on which privacy laws apply to you" 67 67 msgstr "" 68 68 69 #: admin/class-termageddon-usercentrics-admin.php:131 469 #: admin/class-termageddon-usercentrics-admin.php:1316 70 70 msgid "" 71 71 "Behind the scenes, we will remove the Usercentrics embed code from the field " … … 73 73 msgstr "" 74 74 75 #: admin/class-termageddon-usercentrics-admin.php:75 375 #: admin/class-termageddon-usercentrics-admin.php:755 76 76 msgid "" 77 77 "By updating all external scripts to use the <a href=\"https://termageddon." … … 95 95 msgstr "" 96 96 97 #: admin/class-termageddon-usercentrics-admin.php:9 7997 #: admin/class-termageddon-usercentrics-admin.php:981 98 98 msgid "" 99 99 "Certain integrations may require a more custom approach to integrating with " … … 114 114 115 115 #. section ID. 116 #: admin/class-termageddon-usercentrics-admin.php:106 1116 #: admin/class-termageddon-usercentrics-admin.php:1063 117 117 msgid "Control Panel" 118 118 msgstr "" 119 119 120 #: admin/class-termageddon-usercentrics-admin.php:131 1120 #: admin/class-termageddon-usercentrics-admin.php:1313 121 121 msgid "Conversion Needed:" 122 122 msgstr "" 123 123 124 #: admin/class-termageddon-usercentrics-admin.php:131 5124 #: admin/class-termageddon-usercentrics-admin.php:1317 125 125 msgid "Convert" 126 126 msgstr "" 127 127 128 #: admin/class-termageddon-usercentrics-admin.php:14 79128 #: admin/class-termageddon-usercentrics-admin.php:1481 129 129 msgid "Cookie Policy and Consent Solution" 130 130 msgstr "" … … 138 138 msgstr "" 139 139 140 #: admin/class-termageddon-usercentrics-admin.php:101 3140 #: admin/class-termageddon-usercentrics-admin.php:1015 141 141 msgid "Disable blocking for providers" 142 142 msgstr "" 143 143 144 #: admin/class-termageddon-usercentrics-admin.php:76 6144 #: admin/class-termageddon-usercentrics-admin.php:768 145 145 msgid "Disable CDN for Translations Script" 146 146 msgstr "" 147 147 148 #: admin/class-termageddon-usercentrics-admin.php:78 5148 #: admin/class-termageddon-usercentrics-admin.php:787 149 149 msgid "Disable for Troubleshooting" 150 150 msgstr "" 151 151 152 #: admin/class-termageddon-usercentrics-admin.php:74 7152 #: admin/class-termageddon-usercentrics-admin.php:749 153 153 msgid "Disable Usercentrics Auto-blocking script" 154 154 msgstr "" … … 164 164 msgstr "" 165 165 166 #: admin/class-termageddon-usercentrics-admin.php:57 4166 #: admin/class-termageddon-usercentrics-admin.php:576 167 167 msgid "Editors" 168 168 msgstr "" … … 176 176 msgstr "" 177 177 178 #: admin/class-termageddon-usercentrics-admin.php:69 1178 #: admin/class-termageddon-usercentrics-admin.php:693 179 179 msgid "Embed Code Injection Method" 180 180 msgstr "" 181 181 182 #: admin/class-termageddon-usercentrics-admin.php:6 68182 #: admin/class-termageddon-usercentrics-admin.php:670 183 183 msgid "Embed Code Priority" 184 184 msgstr "" 185 185 186 #: admin/class-termageddon-usercentrics-admin.php:7 19186 #: admin/class-termageddon-usercentrics-admin.php:721 187 187 msgid "Embed Code Version" 188 188 msgstr "" 189 189 190 #: admin/class-termageddon-usercentrics-admin.php:8 88190 #: admin/class-termageddon-usercentrics-admin.php:890 191 191 msgid "Enable location logging" 192 192 msgstr "" 193 193 194 #: admin/class-termageddon-usercentrics-admin.php:9 08194 #: admin/class-termageddon-usercentrics-admin.php:910 195 195 msgid "Enable page caching support via AJAX" 196 196 msgstr "" … … 202 202 msgstr "" 203 203 204 #: admin/class-termageddon-usercentrics-admin.php:107 5204 #: admin/class-termageddon-usercentrics-admin.php:1077 205 205 msgid "Error Count" 206 206 msgstr "" … … 210 210 msgstr "" 211 211 212 #: admin/class-termageddon-usercentrics-admin.php:109 3212 #: admin/class-termageddon-usercentrics-admin.php:1095 213 213 msgid "Error List" 214 214 msgstr "" … … 222 222 msgstr "" 223 223 224 #: admin/class-termageddon-usercentrics-admin.php:64 6224 #: admin/class-termageddon-usercentrics-admin.php:648 225 225 msgid "" 226 226 "For some theme builders including Divi, the footer (bottom bar) does not " … … 232 232 #. section ID. 233 233 #: admin/class-termageddon-usercentrics-admin.php:82 234 #: admin/class-termageddon-usercentrics-admin.php:81 3234 #: admin/class-termageddon-usercentrics-admin.php:815 235 235 msgid "Geo-Location" 236 236 msgstr "" 237 237 238 238 #: admin/class-termageddon-usercentrics-admin.php:195 239 #: admin/class-termageddon-usercentrics-admin.php:15 28239 #: admin/class-termageddon-usercentrics-admin.php:1530 240 240 msgid "" 241 241 "Geo-Location is enabled, but no locations have been toggled on. This means " … … 267 267 msgstr "" 268 268 269 #: admin/class-termageddon-usercentrics-admin.php:61 2269 #: admin/class-termageddon-usercentrics-admin.php:614 270 270 msgid "" 271 271 "Giving users the ability to change their privacy/consent settings is a " … … 277 277 msgstr "" 278 278 279 #: admin/class-termageddon-usercentrics-admin.php:130 7279 #: admin/class-termageddon-usercentrics-admin.php:1309 280 280 msgid "Go to Configuration" 281 281 msgstr "" 282 282 283 #: admin/class-termageddon-usercentrics-admin.php:62 1283 #: admin/class-termageddon-usercentrics-admin.php:623 284 284 msgid "Hide Privacy Settings Link when cookie consent tool is disabled" 285 285 msgstr "" … … 289 289 msgstr "" 290 290 291 #: admin/class-termageddon-usercentrics-admin.php:149 7291 #: admin/class-termageddon-usercentrics-admin.php:1499 292 292 msgid "If you are using the Divi theme" 293 293 msgstr "" 294 294 295 #: admin/class-termageddon-usercentrics-admin.php:94 5295 #: admin/class-termageddon-usercentrics-admin.php:947 296 296 msgid "" 297 297 "If you have a script or code snippet to share, would like to improve support " … … 300 300 msgstr "" 301 301 302 #: admin/class-termageddon-usercentrics-admin.php:149 6302 #: admin/class-termageddon-usercentrics-admin.php:1498 303 303 msgid "" 304 304 "If you would like to remove Usercentrics for logged in users such as admins, " … … 310 310 msgstr "" 311 311 312 #: admin/class-termageddon-usercentrics-admin.php:95 5312 #: admin/class-termageddon-usercentrics-admin.php:957 313 313 msgid "Integration" 314 314 msgstr "" … … 316 316 #. section ID. 317 317 #: admin/class-termageddon-usercentrics-admin.php:78 318 #: admin/class-termageddon-usercentrics-admin.php:93 4318 #: admin/class-termageddon-usercentrics-admin.php:936 319 319 msgid "Integrations" 320 320 msgstr "" 321 321 322 #: admin/class-termageddon-usercentrics-admin.php:49 7322 #: admin/class-termageddon-usercentrics-admin.php:499 323 323 msgid "" 324 324 "into third party scripts (Google Analytics, Facebook Pixel, LinkedIn " … … 331 331 msgstr "" 332 332 333 #: admin/class-termageddon-usercentrics-admin.php:131 3333 #: admin/class-termageddon-usercentrics-admin.php:1315 334 334 msgid "" 335 335 "It looks like you are still using the old embed code (below) instead of the " … … 338 338 msgstr "" 339 339 340 #: admin/class-termageddon-usercentrics-admin.php:50 3340 #: admin/class-termageddon-usercentrics-admin.php:505 341 341 msgid "" 342 342 "just in general, but also after making this update to ensure that scripts do " … … 348 348 msgstr "" 349 349 350 #: admin/class-termageddon-usercentrics-admin.php:59 2350 #: admin/class-termageddon-usercentrics-admin.php:594 351 351 msgid "Logged-in Users" 352 352 msgstr "" 353 353 354 #: admin/class-termageddon-usercentrics-admin.php:49 6354 #: admin/class-termageddon-usercentrics-admin.php:498 355 355 msgid "manual control snippet" 356 356 msgstr "" … … 360 360 msgstr "" 361 361 362 #: admin/class-termageddon-usercentrics-admin.php:173 6363 #: admin/class-termageddon-usercentrics-admin.php:180 6362 #: admin/class-termageddon-usercentrics-admin.php:1738 363 #: admin/class-termageddon-usercentrics-admin.php:1808 364 364 msgid "New Script Snippet" 365 365 msgstr "" 366 366 367 #: admin/class-termageddon-usercentrics-admin.php:152 6367 #: admin/class-termageddon-usercentrics-admin.php:1528 368 368 msgid "Not sure what to select?" 369 369 msgstr "" 370 370 371 #: admin/class-termageddon-usercentrics-admin.php:15 19371 #: admin/class-termageddon-usercentrics-admin.php:1521 372 372 msgid "Not sure what to select? Review" 373 373 msgstr "" 374 374 375 #: admin/class-termageddon-usercentrics-admin.php:1042 375 #: admin/class-termageddon-usercentrics-admin.php:496 376 msgid "on how to use this feature. " 377 msgstr "" 378 379 #: admin/class-termageddon-usercentrics-admin.php:1044 376 380 msgid "" 377 381 "On this page, you can find custom implementation to improve support and " … … 383 387 msgstr "" 384 388 385 #: admin/class-termageddon-usercentrics-admin.php:67 4389 #: admin/class-termageddon-usercentrics-admin.php:676 386 390 msgid "" 387 391 "Override the default priority of the embed code (Defaults to 1). By " … … 398 402 msgstr "" 399 403 400 #: admin/class-termageddon-usercentrics-admin.php:94 4404 #: admin/class-termageddon-usercentrics-admin.php:946 401 405 msgid "Plugin & Theme Integrations" 402 406 msgstr "" … … 410 414 msgstr "" 411 415 412 #: admin/class-termageddon-usercentrics-admin.php:64 0416 #: admin/class-termageddon-usercentrics-admin.php:642 413 417 msgid "Privacy Settings Link - Alternative Implementation" 414 418 msgstr "" 415 419 416 #: admin/class-termageddon-usercentrics-admin.php:175 2417 #: admin/class-termageddon-usercentrics-admin.php:181 1420 #: admin/class-termageddon-usercentrics-admin.php:1754 421 #: admin/class-termageddon-usercentrics-admin.php:1813 418 422 msgid "Remove" 419 423 msgstr "" 420 424 421 #: admin/class-termageddon-usercentrics-admin.php:177 6422 #: admin/class-termageddon-usercentrics-admin.php:183 0425 #: admin/class-termageddon-usercentrics-admin.php:1778 426 #: admin/class-termageddon-usercentrics-admin.php:1832 423 427 msgid "Script Code" 424 428 msgstr "" 425 429 426 430 #. %d: snippet index number 427 #: admin/class-termageddon-usercentrics-admin.php:159 0431 #: admin/class-termageddon-usercentrics-admin.php:1592 428 432 msgid "Script snippet #%d was not saved: Please select a valid service." 429 433 msgstr "" 430 434 431 435 #. %1$s: service name, %2$d: snippet index number 432 #: admin/class-termageddon-usercentrics-admin.php:162 3436 #: admin/class-termageddon-usercentrics-admin.php:1625 433 437 #, php-format 434 438 msgid "" … … 439 443 440 444 #. %1$s: service name, %2$d: snippet index number 441 #: admin/class-termageddon-usercentrics-admin.php:160 7445 #: admin/class-termageddon-usercentrics-admin.php:1609 442 446 #, php-format 443 447 msgid "" … … 447 451 448 452 #. %1$s: service name, %2$d: snippet index number 449 #: admin/class-termageddon-usercentrics-admin.php:163 0453 #: admin/class-termageddon-usercentrics-admin.php:1632 450 454 #, php-format 451 455 msgid "" … … 454 458 msgstr "" 455 459 456 #: admin/class-termageddon-usercentrics-admin.php:1766 457 #: admin/class-termageddon-usercentrics-admin.php:1796 460 #: admin/class-termageddon-usercentrics-admin.php:495 461 msgid "See video documentation here" 462 msgstr "" 463 464 #: admin/class-termageddon-usercentrics-admin.php:1768 465 #: admin/class-termageddon-usercentrics-admin.php:1798 458 466 msgid "Select a service..." 459 467 msgstr "" 460 468 461 #: admin/class-termageddon-usercentrics-admin.php:72 5469 #: admin/class-termageddon-usercentrics-admin.php:727 462 470 msgid "" 463 471 "Select which version of the Usercentrics embed code you would like to use." 464 472 msgstr "" 465 473 466 #: admin/class-termageddon-usercentrics-admin.php:17 58467 #: admin/class-termageddon-usercentrics-admin.php:181 7474 #: admin/class-termageddon-usercentrics-admin.php:1760 475 #: admin/class-termageddon-usercentrics-admin.php:1819 468 476 msgid "Service" 469 477 msgstr "" … … 472 480 #: includes/class-termageddon-usercentrics.php:536 473 481 #: admin/class-termageddon-usercentrics-admin.php:86 474 #: admin/class-termageddon-usercentrics-admin.php:54 7482 #: admin/class-termageddon-usercentrics-admin.php:549 475 483 msgid "Settings" 476 484 msgstr "" … … 480 488 msgstr "" 481 489 482 #: admin/class-termageddon-usercentrics-admin.php:152 5490 #: admin/class-termageddon-usercentrics-admin.php:1527 483 491 msgid "Show widget if visitor is located in" 484 492 msgstr "" 485 493 486 #: admin/class-termageddon-usercentrics-admin.php: 499494 #: admin/class-termageddon-usercentrics-admin.php:501 487 495 msgid "" 488 496 "Simply add a new snippet, enter the Service name (same name as the Service " … … 502 510 msgstr "" 503 511 504 #: admin/class-termageddon-usercentrics-admin.php:50 2512 #: admin/class-termageddon-usercentrics-admin.php:504 505 513 msgid "test the consent solution" 506 514 msgstr "" … … 510 518 msgstr "" 511 519 512 #: admin/class-termageddon-usercentrics-admin.php:69 7520 #: admin/class-termageddon-usercentrics-admin.php:699 513 521 msgid "" 514 522 "The default injection option, wp_head, will inject the embed code in the " … … 518 526 msgstr "" 519 527 520 #: admin/class-termageddon-usercentrics-admin.php:15 19528 #: admin/class-termageddon-usercentrics-admin.php:1521 521 529 msgid "this article" 522 530 msgstr "" 523 531 524 #: admin/class-termageddon-usercentrics-admin.php:152 6532 #: admin/class-termageddon-usercentrics-admin.php:1528 525 533 msgid "This article outlines which regions to select" 526 534 msgstr "" 527 535 528 #: admin/class-termageddon-usercentrics-admin.php:49 5536 #: admin/class-termageddon-usercentrics-admin.php:497 529 537 msgid "This feature helps add the" 530 538 msgstr "" … … 536 544 msgstr "" 537 545 538 #: admin/class-termageddon-usercentrics-admin.php:99 5546 #: admin/class-termageddon-usercentrics-admin.php:997 539 547 msgid "" 540 548 "This particular feature is not needed for most websites. This feature is " … … 593 601 msgstr "" 594 602 595 #: admin/class-termageddon-usercentrics-admin.php:130 6603 #: admin/class-termageddon-usercentrics-admin.php:1308 596 604 msgid "This update will take a few seconds to complete." 597 605 msgstr "" 598 606 599 #: admin/class-termageddon-usercentrics-admin.php:77 2607 #: admin/class-termageddon-usercentrics-admin.php:774 600 608 msgid "" 601 609 "This will switch the URL used for the Usercentrics translations script from " … … 604 612 msgstr "" 605 613 606 #: admin/class-termageddon-usercentrics-admin.php:154 0614 #: admin/class-termageddon-usercentrics-admin.php:1542 607 615 msgid "" 608 616 "To reset any of the backend variables, update the values below and save your " … … 622 630 msgstr "" 623 631 624 #: admin/class-termageddon-usercentrics-admin.php:14 78632 #: admin/class-termageddon-usercentrics-admin.php:1480 625 633 msgid "Upon generating your " 626 634 msgstr "" 627 635 628 #: admin/class-termageddon-usercentrics-admin.php:146 5636 #: admin/class-termageddon-usercentrics-admin.php:1467 629 637 msgid "Upon saving, all previous errors in the log will be deleted." 630 638 msgstr "" … … 634 642 msgstr "" 635 643 636 #: admin/class-termageddon-usercentrics-admin.php:72 7644 #: admin/class-termageddon-usercentrics-admin.php:729 637 645 msgid "v2" 638 646 msgstr "" 639 647 640 #: admin/class-termageddon-usercentrics-admin.php:7 28648 #: admin/class-termageddon-usercentrics-admin.php:730 641 649 msgid "v3 (Beta)" 642 650 msgstr "" 643 651 644 #: admin/class-termageddon-usercentrics-admin.php:50 1652 #: admin/class-termageddon-usercentrics-admin.php:503 645 653 msgid "Very important: be sure to" 646 654 msgstr "" … … 650 658 msgstr "" 651 659 652 #: admin/class-termageddon-usercentrics-admin.php:10 19660 #: admin/class-termageddon-usercentrics-admin.php:1021 653 661 msgid "" 654 662 "WARNING: By adding providers to this list, you are choosing for Usercentrics " … … 657 665 msgstr "" 658 666 659 #: admin/class-termageddon-usercentrics-admin.php:61 4667 #: admin/class-termageddon-usercentrics-admin.php:616 660 668 msgid "" 661 669 "We also offer a button version of the Privacy Settings link, which can be " … … 665 673 msgstr "" 666 674 667 #: admin/class-termageddon-usercentrics-admin.php:130 6675 #: admin/class-termageddon-usercentrics-admin.php:1308 668 676 msgid "" 669 677 "We are moving to using a Settings ID instead of an embed code format to " … … 678 686 msgstr "" 679 687 680 #: admin/class-termageddon-usercentrics-admin.php:62 7688 #: admin/class-termageddon-usercentrics-admin.php:629 681 689 msgid "" 682 690 "When enabled, the Privacy Settings link will be hidden from certain users, " … … 691 699 msgstr "" 692 700 693 #: admin/class-termageddon-usercentrics-admin.php:89 4701 #: admin/class-termageddon-usercentrics-admin.php:896 694 702 msgid "" 695 703 "When enabled, the visitor's location can be viewed in the browser console, " … … 697 705 msgstr "" 698 706 699 #: admin/class-termageddon-usercentrics-admin.php:91 4707 #: admin/class-termageddon-usercentrics-admin.php:916 700 708 msgid "" 701 709 "When enabled, the visitor's location is checked via javascript to allow " … … 703 711 msgstr "" 704 712 705 #: admin/class-termageddon-usercentrics-admin.php:79 1713 #: admin/class-termageddon-usercentrics-admin.php:793 706 714 msgid "" 707 715 "When enabled, this feature allows you to turn off the consent tool for all " … … 712 720 msgstr "" 713 721 714 #: admin/class-termageddon-usercentrics-admin.php:151 5722 #: admin/class-termageddon-usercentrics-admin.php:1517 715 723 msgid "" 716 724 "When enabled, you will be collecting IP addresses for the purposes of " … … 728 736 msgstr "" 729 737 730 #: admin/class-termageddon-usercentrics-admin.php:148 0738 #: admin/class-termageddon-usercentrics-admin.php:1482 731 739 msgid "" 732 740 "within your Termageddon account, you will be brought to the \"View embed " … … 735 743 msgstr "" 736 744 737 #: admin/class-termageddon-usercentrics-admin.php:70 0745 #: admin/class-termageddon-usercentrics-admin.php:702 738 746 msgid "wp_enqueue_scripts" 739 747 msgstr "" 740 748 741 #: admin/class-termageddon-usercentrics-admin.php: 699749 #: admin/class-termageddon-usercentrics-admin.php:701 742 750 msgid "wp_head (Default)" 743 751 msgstr "" 744 752 745 #: admin/class-termageddon-usercentrics-admin.php:1 498753 #: admin/class-termageddon-usercentrics-admin.php:1500 746 754 msgid "" 747 755 "you will need to enable at least one of the settings below to ensure logged " -
termageddon-usercentrics/trunk/public/class-termageddon-usercentrics-public.php
r3439658 r3440540 344 344 if ( $settings_id && $should_enqueue_scripts ) { 345 345 // Only enqueue the auto-blocking script if manual control is disabled 346 if ( ! Termageddon_Usercentrics::is_ manual_script_control_enabled() ) {346 if ( ! Termageddon_Usercentrics::is_auto_blocker_disabled() ) { 347 347 wp_enqueue_script( $this->plugin_name . '-scripts', '//privacy-proxy.usercentrics.eu/latest/uc-block.bundle.js', array(), $this->version, false ); 348 348 // note: this URL is placed here to "play by the rules"... but it doesn't actually do anything. -
termageddon-usercentrics/trunk/termageddon-usercentrics.php
r3439679 r3440540 15 15 * Plugin Name: Termageddon 16 16 * Description: Each Termageddon license includes a consent solution. This plugin helps you install the consent solution with ease, while offering additional features. 17 * Version: 1.9. 117 * Version: 1.9.2 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.9. 1' );36 define( 'TERMAGEDDON_COOKIE_VERSION', '1.9.2' ); 37 37 38 38 define( 'TERMAGEDDON_COOKIE_PLUGIN_PATH', dirname( __FILE__ ) );// No trailing slash. -
termageddon-usercentrics/trunk/vendor/composer/installed.php
r3439679 r3440540 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' ee148d51d56ea2463f597ea793a1d737dec37269',6 'reference' => '982b3ac7ca467d3780878efd813a931029676c09', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 50 50 'pretty_version' => 'dev-main', 51 51 'version' => 'dev-main', 52 'reference' => ' ee148d51d56ea2463f597ea793a1d737dec37269',52 'reference' => '982b3ac7ca467d3780878efd813a931029676c09', 53 53 'type' => 'library', 54 54 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.