Changeset 3362792 for termageddon-usercentrics
- Timestamp:
- 09/16/2025 09:23:44 PM (6 months ago)
- Location:
- termageddon-usercentrics
- Files:
-
- 10 edited
- 1 copied
-
tags/1.8.1 (copied) (copied from termageddon-usercentrics/trunk)
-
tags/1.8.1/README.txt (modified) (3 diffs)
-
tags/1.8.1/admin/class-termageddon-usercentrics-admin.php (modified) (1 diff)
-
tags/1.8.1/languages/termageddon-usercentrics.pot (modified) (46 diffs)
-
tags/1.8.1/termageddon-usercentrics.php (modified) (2 diffs)
-
tags/1.8.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/admin/class-termageddon-usercentrics-admin.php (modified) (1 diff)
-
trunk/languages/termageddon-usercentrics.pot (modified) (46 diffs)
-
trunk/termageddon-usercentrics.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
termageddon-usercentrics/tags/1.8.1/README.txt
r3326335 r3362792 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 7.2 7 Stable tag: 1.8. 07 Stable tag: 1.8.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 73 73 Place privacy settings links anywhere on your site with the powerful shortcode: 74 74 75 ` ``75 ` 76 76 [uc-privacysettings] 77 77 [uc-privacysettings text="Privacy Preferences"] 78 78 [uc-privacysettings type="button" text="Manage Cookies"] 79 ` ``79 ` 80 80 81 81 **Supported Parameters:** … … 184 184 185 185 == Changelog == 186 187 = 1.8.1 = 188 189 **🔧 Improvements:** 190 * Minor documentation improvement within the settings showcasing the button alternative. 186 191 187 192 = 1.8.0 = -
termageddon-usercentrics/tags/1.8.1/admin/class-termageddon-usercentrics-admin.php
r3326335 r3362792 540 540 array( 541 541 'name' => 'Privacy Settings Link', 542 'description' => 'Giving users the ability to change their privacy/consent settings is a requirement under several privacy laws. Within your Termageddon account, if you selected (on page 1 of the Cookie Policy and Consent Tool questionnaire) to use the Privacy Settings hyperlink (instead of the \'fingerprint icon\'), you will see an additional script in the \'view embed code\' page that will need to be added to your website.</p> 543 <p>As an alternative to that additional script, you can simply use the [uc-privacysettings] shortcode, which will embed the privacy settings link. This is an easy way to add the Privacy Settings link within your global footer, for example. You can also pass in a text parameter to change the text of the link (for example, <code>[uc-privacysettings text="Change Privacy Settings"]</code>).', 542 'description' => __('Giving users the ability to change their privacy/consent settings is a requirement under several privacy laws. Within your Termageddon account, if you selected (on page 1 of the Cookie Policy and Consent Tool questionnaire) to use the Privacy Settings hyperlink (instead of the \'fingerprint icon\'), you will see an additional script in the \'view embed code\' page that will need to be added to your website.', 'termageddon-usercentrics') . '</p> 543 <p>'.__('As an alternative to that additional script, you can simply use the [uc-privacysettings] shortcode, which will embed the privacy settings link. This is an easy way to add the Privacy Settings link within your global footer, for example. You can also pass in a text parameter to change the text of the link as seen here:', 'termageddon-usercentrics') . ' <code>[uc-privacysettings text="Change Privacy Settings"]</code>.</p> 544 <p>'.__('We also offer a button version of the Privacy Settings link, which can be better for accessibility. To use the button version, use this shortcode: <code>[uc-privacysettings type="button" text="Manage Cookies"]</code>. For CSS styling, you can use this selector', 'termageddon-usercentrics') . ': <code>button#usercentrics-psl</code>.</p>', 544 545 ) 545 546 ); -
termageddon-usercentrics/tags/1.8.1/languages/termageddon-usercentrics.pot
r3288600 r3362792 4 4 "Project-Id-Version: Termageddon + Usercentrics\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2025-0 5-06 17:19+0000\n"6 "POT-Creation-Date: 2025-09-16 00:31+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:121 419 #: admin/class-termageddon-usercentrics-admin.php:1216 20 20 msgid "Action Needed" 21 21 msgstr "" … … 29 29 msgstr "" 30 30 31 #: admin/class-termageddon-usercentrics-admin.php:88 731 #: admin/class-termageddon-usercentrics-admin.php:889 32 32 msgid "Advanced Configuration" 33 33 msgstr "" … … 42 42 msgstr "" 43 43 44 #: admin/class-termageddon-usercentrics-admin.php:14 1844 #: admin/class-termageddon-usercentrics-admin.php:1420 45 45 msgid "along with page 1 of your Privacy Policy questionnaire within " 46 46 msgstr "" 47 47 48 #: admin/class-termageddon-usercentrics-admin.php:898 48 #: admin/class-termageddon-usercentrics-admin.php:543 49 msgid "" 50 "As an alternative to that additional script, you can simply use the [uc-" 51 "privacysettings] shortcode, which will embed the privacy settings link. This " 52 "is an easy way to add the Privacy Settings link within your global footer, " 53 "for example. You can also pass in a text parameter to change the text of the " 54 "link as seen here:" 55 msgstr "" 56 57 #: admin/class-termageddon-usercentrics-admin.php:900 49 58 msgid "Auto-refresh on consent" 50 59 msgstr "" 51 60 52 #: admin/class-termageddon-usercentrics-admin.php:142 561 #: admin/class-termageddon-usercentrics-admin.php:1427 53 62 msgid "based on which privacy laws apply to you" 54 63 msgstr "" 55 64 56 #: admin/class-termageddon-usercentrics-admin.php:122 365 #: admin/class-termageddon-usercentrics-admin.php:1225 57 66 msgid "" 58 67 "Behind the scenes, we will remove the Usercentrics embed code from the field " … … 68 77 msgstr "" 69 78 70 #: admin/class-termageddon-usercentrics-admin.php:8 8879 #: admin/class-termageddon-usercentrics-admin.php:890 71 80 msgid "" 72 81 "Certain integrations may require a more custom approach to integrating with " … … 87 96 88 97 #. section ID. 89 #: admin/class-termageddon-usercentrics-admin.php:97 098 #: admin/class-termageddon-usercentrics-admin.php:972 90 99 msgid "Control Panel" 91 100 msgstr "" 92 101 93 #: admin/class-termageddon-usercentrics-admin.php:122 0102 #: admin/class-termageddon-usercentrics-admin.php:1222 94 103 msgid "Conversion Needed:" 95 104 msgstr "" 96 105 97 #: admin/class-termageddon-usercentrics-admin.php:122 4106 #: admin/class-termageddon-usercentrics-admin.php:1226 98 107 msgid "Convert" 99 108 msgstr "" 100 109 101 #: admin/class-termageddon-usercentrics-admin.php:13 78110 #: admin/class-termageddon-usercentrics-admin.php:1380 102 111 msgid "Cookie Policy and Consent Solution" 103 112 msgstr "" … … 107 116 msgstr "" 108 117 109 #: admin/class-termageddon-usercentrics-admin.php:92 2118 #: admin/class-termageddon-usercentrics-admin.php:924 110 119 msgid "Disable blocking for providers" 111 120 msgstr "" 112 121 113 #: admin/class-termageddon-usercentrics-admin.php:67 6122 #: admin/class-termageddon-usercentrics-admin.php:677 114 123 msgid "Disable CDN for Translations Script" 115 124 msgstr "" 116 125 117 #: admin/class-termageddon-usercentrics-admin.php:69 5126 #: admin/class-termageddon-usercentrics-admin.php:696 118 127 msgid "Disable for Troubleshooting" 119 128 msgstr "" 120 129 121 #: includes/class-termageddon-usercentrics.php:1 259130 #: includes/class-termageddon-usercentrics.php:1300 122 131 msgid "Divi Video" 123 132 msgstr "" … … 133 142 msgstr "" 134 143 135 #: includes/class-termageddon-usercentrics.php:1 264144 #: includes/class-termageddon-usercentrics.php:1306 136 145 msgid "Elementor Video" 137 146 msgstr "" … … 141 150 msgstr "" 142 151 143 #: admin/class-termageddon-usercentrics-admin.php:62 0152 #: admin/class-termageddon-usercentrics-admin.php:621 144 153 msgid "Embed Code Injection Method" 145 154 msgstr "" 146 155 147 #: admin/class-termageddon-usercentrics-admin.php:59 7156 #: admin/class-termageddon-usercentrics-admin.php:598 148 157 msgid "Embed Code Priority" 149 158 msgstr "" 150 159 151 #: admin/class-termageddon-usercentrics-admin.php:64 8160 #: admin/class-termageddon-usercentrics-admin.php:649 152 161 msgid "Embed Code Version" 153 162 msgstr "" 154 163 155 #: admin/class-termageddon-usercentrics-admin.php:79 8164 #: admin/class-termageddon-usercentrics-admin.php:799 156 165 msgid "Enable location logging" 157 166 msgstr "" 158 167 159 #: admin/class-termageddon-usercentrics-admin.php:81 8168 #: admin/class-termageddon-usercentrics-admin.php:819 160 169 msgid "Enable page caching support via AJAX" 161 170 msgstr "" … … 167 176 msgstr "" 168 177 169 #: admin/class-termageddon-usercentrics-admin.php:98 4178 #: admin/class-termageddon-usercentrics-admin.php:986 170 179 msgid "Error Count" 171 180 msgstr "" … … 175 184 msgstr "" 176 185 177 #: admin/class-termageddon-usercentrics-admin.php:100 2186 #: admin/class-termageddon-usercentrics-admin.php:1004 178 187 msgid "Error List" 179 188 msgstr "" … … 183 192 msgstr "" 184 193 185 #: includes/class-termageddon-usercentrics.php:3 04194 #: includes/class-termageddon-usercentrics.php:311 186 195 msgid "Every Month" 187 196 msgstr "" 188 197 189 #: admin/class-termageddon-usercentrics-admin.php:57 5198 #: admin/class-termageddon-usercentrics-admin.php:576 190 199 msgid "" 191 200 "For some theme builders including Divi, the footer (bottom bar) does not " … … 197 206 #. section ID. 198 207 #: admin/class-termageddon-usercentrics-admin.php:82 199 #: admin/class-termageddon-usercentrics-admin.php:72 3208 #: admin/class-termageddon-usercentrics-admin.php:724 200 209 msgid "Geo-Location" 201 210 msgstr "" 202 211 203 212 #: admin/class-termageddon-usercentrics-admin.php:190 204 #: admin/class-termageddon-usercentrics-admin.php:142 7213 #: admin/class-termageddon-usercentrics-admin.php:1429 205 214 msgid "" 206 215 "Geo-Location is enabled, but no locations have been toggled on. This means " … … 232 241 msgstr "" 233 242 234 #: admin/class-termageddon-usercentrics-admin.php:1216 243 #: admin/class-termageddon-usercentrics-admin.php:542 244 msgid "" 245 "Giving users the ability to change their privacy/consent settings is a " 246 "requirement under several privacy laws. Within your Termageddon account, if " 247 "you selected (on page 1 of the Cookie Policy and Consent Tool questionnaire) " 248 "to use the Privacy Settings hyperlink (instead of the 'fingerprint icon'), " 249 "you will see an additional script in the 'view embed code' page that will " 250 "need to be added to your website." 251 msgstr "" 252 253 #: admin/class-termageddon-usercentrics-admin.php:1218 235 254 msgid "Go to Configuration" 236 255 msgstr "" 237 256 238 #: admin/class-termageddon-usercentrics-admin.php:55 0257 #: admin/class-termageddon-usercentrics-admin.php:551 239 258 msgid "Hide Privacy Settings Link when cookie consent tool is disabled" 240 259 msgstr "" … … 244 263 msgstr "" 245 264 246 #: admin/class-termageddon-usercentrics-admin.php:139 6265 #: admin/class-termageddon-usercentrics-admin.php:1398 247 266 msgid "If you are using the Divi theme" 248 267 msgstr "" 249 268 250 #: admin/class-termageddon-usercentrics-admin.php:85 5269 #: admin/class-termageddon-usercentrics-admin.php:856 251 270 msgid "" 252 271 "If you have a script or code snippet to share, would like to improve support " … … 255 274 msgstr "" 256 275 257 #: admin/class-termageddon-usercentrics-admin.php:139 5276 #: admin/class-termageddon-usercentrics-admin.php:1397 258 277 msgid "" 259 278 "If you would like to remove Usercentrics for logged in users such as admins, " … … 261 280 msgstr "" 262 281 263 #: admin/class-termageddon-usercentrics-admin.php:86 5282 #: admin/class-termageddon-usercentrics-admin.php:866 264 283 msgid "Integration" 265 284 msgstr "" … … 267 286 #. section ID. 268 287 #: admin/class-termageddon-usercentrics-admin.php:78 269 #: admin/class-termageddon-usercentrics-admin.php:84 4288 #: admin/class-termageddon-usercentrics-admin.php:845 270 289 msgid "Integrations" 271 290 msgstr "" … … 275 294 msgstr "" 276 295 277 #: admin/class-termageddon-usercentrics-admin.php:122 2296 #: admin/class-termageddon-usercentrics-admin.php:1224 278 297 msgid "" 279 298 "It looks like you are still using the old embed code (below) instead of the " … … 290 309 msgstr "" 291 310 292 #: admin/class-termageddon-usercentrics-admin.php:142 5311 #: admin/class-termageddon-usercentrics-admin.php:1427 293 312 msgid "Not sure what to select?" 294 313 msgstr "" 295 314 296 #: admin/class-termageddon-usercentrics-admin.php:14 18315 #: admin/class-termageddon-usercentrics-admin.php:1420 297 316 msgid "Not sure what to select? Review" 298 317 msgstr "" 299 318 300 #: admin/class-termageddon-usercentrics-admin.php:95 1319 #: admin/class-termageddon-usercentrics-admin.php:953 301 320 msgid "" 302 321 "On this page, you can find custom implementation to improve support and " … … 308 327 msgstr "" 309 328 310 #: admin/class-termageddon-usercentrics-admin.php:60 3329 #: admin/class-termageddon-usercentrics-admin.php:604 311 330 msgid "" 312 331 "Override the default priority of the embed code (Defaults to 1). By " … … 323 342 msgstr "" 324 343 325 #: admin/class-termageddon-usercentrics-admin.php:85 4344 #: admin/class-termageddon-usercentrics-admin.php:855 326 345 msgid "Plugin & Theme Integrations" 327 346 msgstr "" 328 347 329 #: includes/class-termageddon-usercentrics.php:1 269348 #: includes/class-termageddon-usercentrics.php:1312 330 349 msgid "PowerPack Video" 331 350 msgstr "" 332 351 333 #: includes/class-termageddon-usercentrics.php:1 274352 #: includes/class-termageddon-usercentrics.php:1318 334 353 msgid "Presto Player" 335 354 msgstr "" 336 355 337 #: admin/class-termageddon-usercentrics-admin.php:5 69356 #: admin/class-termageddon-usercentrics-admin.php:570 338 357 msgid "Privacy Settings Link - Alternative Implementation" 339 358 msgstr "" 340 359 341 #: admin/class-termageddon-usercentrics-admin.php:65 4360 #: admin/class-termageddon-usercentrics-admin.php:655 342 361 msgid "" 343 362 "Select which version of the Usercentrics embed code you would like to use." … … 345 364 346 365 #. section ID. 347 #: includes/class-termageddon-usercentrics.php:5 14366 #: includes/class-termageddon-usercentrics.php:521 348 367 #: admin/class-termageddon-usercentrics-admin.php:86 349 368 #: admin/class-termageddon-usercentrics-admin.php:477 … … 355 374 msgstr "" 356 375 357 #: admin/class-termageddon-usercentrics-admin.php:142 4376 #: admin/class-termageddon-usercentrics-admin.php:1426 358 377 msgid "Show widget if visitor is located in" 359 378 msgstr "" … … 372 391 msgstr "" 373 392 374 #: admin/class-termageddon-usercentrics-admin.php:62 6393 #: admin/class-termageddon-usercentrics-admin.php:627 375 394 msgid "" 376 395 "The default injection option, wp_head, will inject the embed code in the " … … 380 399 msgstr "" 381 400 382 #: admin/class-termageddon-usercentrics-admin.php:14 18401 #: admin/class-termageddon-usercentrics-admin.php:1420 383 402 msgid "this article" 384 403 msgstr "" 385 404 386 #: admin/class-termageddon-usercentrics-admin.php:142 5405 #: admin/class-termageddon-usercentrics-admin.php:1427 387 406 msgid "This article outlines which regions to select" 388 407 msgstr "" … … 394 413 msgstr "" 395 414 396 #: admin/class-termageddon-usercentrics-admin.php:90 4415 #: admin/class-termageddon-usercentrics-admin.php:906 397 416 msgid "" 398 417 "This particular feature is not needed for most websites. This feature is " … … 404 423 msgstr "" 405 424 406 #: includes/class-termageddon-usercentrics.php:1 260425 #: includes/class-termageddon-usercentrics.php:1301 407 426 msgid "" 408 427 "This resolves and improves the cookie-consent implementation when using an " … … 410 429 msgstr "" 411 430 412 #: includes/class-termageddon-usercentrics.php:1 265431 #: includes/class-termageddon-usercentrics.php:1307 413 432 msgid "" 414 433 "This resolves and improves the cookie-consent implementation when using an " … … 416 435 msgstr "" 417 436 418 #: includes/class-termageddon-usercentrics.php:1 270437 #: includes/class-termageddon-usercentrics.php:1313 419 438 msgid "" 420 439 "This resolves and improves the cookie-consent implementation when using an " … … 424 443 msgstr "" 425 444 426 #: includes/class-termageddon-usercentrics.php:1 275445 #: includes/class-termageddon-usercentrics.php:1319 427 446 msgid "" 428 447 "This resolves and improves the cookie-consent implementation when using an " … … 430 449 msgstr "" 431 450 432 #: includes/class-termageddon-usercentrics.php:1 280451 #: includes/class-termageddon-usercentrics.php:1325 433 452 msgid "" 434 453 "This resolves and improves the cookie-consent implementation when using an " … … 451 470 msgstr "" 452 471 453 #: admin/class-termageddon-usercentrics-admin.php:121 5472 #: admin/class-termageddon-usercentrics-admin.php:1217 454 473 msgid "This update will take a few seconds to complete." 455 474 msgstr "" 456 475 457 #: admin/class-termageddon-usercentrics-admin.php:68 2476 #: admin/class-termageddon-usercentrics-admin.php:683 458 477 msgid "" 459 478 "This will switch the URL used for the Usercentrics translations script from " … … 462 481 msgstr "" 463 482 464 #: admin/class-termageddon-usercentrics-admin.php:14 39483 #: admin/class-termageddon-usercentrics-admin.php:1441 465 484 msgid "" 466 485 "To reset any of the backend variables, update the values below and save your " … … 468 487 msgstr "" 469 488 470 #: includes/class-termageddon-usercentrics.php:1 279489 #: includes/class-termageddon-usercentrics.php:1324 471 490 msgid "Ultimate Addons for Beaver Builder Video" 472 491 msgstr "" … … 480 499 msgstr "" 481 500 482 #: admin/class-termageddon-usercentrics-admin.php:137 7501 #: admin/class-termageddon-usercentrics-admin.php:1379 483 502 msgid "Upon generating your " 484 503 msgstr "" 485 504 486 #: admin/class-termageddon-usercentrics-admin.php:136 4505 #: admin/class-termageddon-usercentrics-admin.php:1366 487 506 msgid "Upon saving, all previous errors in the log will be deleted." 488 507 msgstr "" … … 492 511 msgstr "" 493 512 494 #: admin/class-termageddon-usercentrics-admin.php:65 6513 #: admin/class-termageddon-usercentrics-admin.php:657 495 514 msgid "v2" 496 515 msgstr "" 497 516 498 #: admin/class-termageddon-usercentrics-admin.php:65 7517 #: admin/class-termageddon-usercentrics-admin.php:658 499 518 msgid "v3 (Beta)" 500 519 msgstr "" … … 504 523 msgstr "" 505 524 506 #: admin/class-termageddon-usercentrics-admin.php:9 28525 #: admin/class-termageddon-usercentrics-admin.php:930 507 526 msgid "" 508 527 "WARNING: By adding providers to this list, you are choosing for Usercentrics " … … 511 530 msgstr "" 512 531 513 #: admin/class-termageddon-usercentrics-admin.php:1215 532 #: admin/class-termageddon-usercentrics-admin.php:544 533 msgid "" 534 "We also offer a button version of the Privacy Settings link, which can be " 535 "better for accessibility. To use the button version, use this shortcode: " 536 "<code>[uc-privacysettings type=\"button\" text=\"Manage Cookies\"]</code>. " 537 "For CSS styling, you can use this selector" 538 msgstr "" 539 540 #: admin/class-termageddon-usercentrics-admin.php:1217 514 541 msgid "" 515 542 "We are moving to using a Settings ID instead of an embed code format to " … … 524 551 msgstr "" 525 552 526 #: admin/class-termageddon-usercentrics-admin.php:55 6553 #: admin/class-termageddon-usercentrics-admin.php:557 527 554 msgid "" 528 555 "When enabled, the Privacy Settings link will be hidden from certain users, " … … 537 564 msgstr "" 538 565 539 #: admin/class-termageddon-usercentrics-admin.php:80 4566 #: admin/class-termageddon-usercentrics-admin.php:805 540 567 msgid "" 541 568 "When enabled, the visitor's location can be viewed in the browser console, " … … 543 570 msgstr "" 544 571 545 #: admin/class-termageddon-usercentrics-admin.php:82 4572 #: admin/class-termageddon-usercentrics-admin.php:825 546 573 msgid "" 547 574 "When enabled, the visitor's location is checked via javascript to allow " … … 549 576 msgstr "" 550 577 551 #: admin/class-termageddon-usercentrics-admin.php:70 1578 #: admin/class-termageddon-usercentrics-admin.php:702 552 579 msgid "" 553 580 "When enabled, this feature allows you to turn off the consent tool for all " … … 558 585 msgstr "" 559 586 560 #: admin/class-termageddon-usercentrics-admin.php:141 4587 #: admin/class-termageddon-usercentrics-admin.php:1416 561 588 msgid "" 562 589 "When enabled, you will be collecting IP addresses for the purposes of " … … 574 601 msgstr "" 575 602 576 #: admin/class-termageddon-usercentrics-admin.php:13 79603 #: admin/class-termageddon-usercentrics-admin.php:1381 577 604 msgid "" 578 605 "within your Termageddon account, you will be brought to the \"View embed " … … 581 608 msgstr "" 582 609 610 #: admin/class-termageddon-usercentrics-admin.php:630 611 msgid "wp_enqueue_scripts" 612 msgstr "" 613 583 614 #: admin/class-termageddon-usercentrics-admin.php:629 584 msgid "wp_enqueue_scripts"585 msgstr ""586 587 #: admin/class-termageddon-usercentrics-admin.php:628588 615 msgid "wp_head (Default)" 589 616 msgstr "" 590 617 591 #: admin/class-termageddon-usercentrics-admin.php:139 7618 #: admin/class-termageddon-usercentrics-admin.php:1399 592 619 msgid "" 593 620 "you will need to enable at least one of the settings below to ensure logged " -
termageddon-usercentrics/tags/1.8.1/termageddon-usercentrics.php
r3326335 r3362792 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.8. 017 * Version: 1.8.1 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.8. 0' );36 define( 'TERMAGEDDON_COOKIE_VERSION', '1.8.1' ); 37 37 38 38 define( 'TERMAGEDDON_COOKIE_PLUGIN_PATH', dirname( __FILE__ ) );// No trailing slash. -
termageddon-usercentrics/tags/1.8.1/vendor/composer/installed.php
r3326335 r3362792 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 5a50ce6804172b076871d242e65335587ce3144d',6 'reference' => '24e892ca12076a7ddbe324d42cda3ec850a446e1', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 50 50 'pretty_version' => 'dev-main', 51 51 'version' => 'dev-main', 52 'reference' => ' 5a50ce6804172b076871d242e65335587ce3144d',52 'reference' => '24e892ca12076a7ddbe324d42cda3ec850a446e1', 53 53 'type' => 'library', 54 54 'install_path' => __DIR__ . '/../../', -
termageddon-usercentrics/trunk/README.txt
r3326335 r3362792 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 7.2 7 Stable tag: 1.8. 07 Stable tag: 1.8.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 73 73 Place privacy settings links anywhere on your site with the powerful shortcode: 74 74 75 ` ``75 ` 76 76 [uc-privacysettings] 77 77 [uc-privacysettings text="Privacy Preferences"] 78 78 [uc-privacysettings type="button" text="Manage Cookies"] 79 ` ``79 ` 80 80 81 81 **Supported Parameters:** … … 184 184 185 185 == Changelog == 186 187 = 1.8.1 = 188 189 **🔧 Improvements:** 190 * Minor documentation improvement within the settings showcasing the button alternative. 186 191 187 192 = 1.8.0 = -
termageddon-usercentrics/trunk/admin/class-termageddon-usercentrics-admin.php
r3326335 r3362792 540 540 array( 541 541 'name' => 'Privacy Settings Link', 542 'description' => 'Giving users the ability to change their privacy/consent settings is a requirement under several privacy laws. Within your Termageddon account, if you selected (on page 1 of the Cookie Policy and Consent Tool questionnaire) to use the Privacy Settings hyperlink (instead of the \'fingerprint icon\'), you will see an additional script in the \'view embed code\' page that will need to be added to your website.</p> 543 <p>As an alternative to that additional script, you can simply use the [uc-privacysettings] shortcode, which will embed the privacy settings link. This is an easy way to add the Privacy Settings link within your global footer, for example. You can also pass in a text parameter to change the text of the link (for example, <code>[uc-privacysettings text="Change Privacy Settings"]</code>).', 542 'description' => __('Giving users the ability to change their privacy/consent settings is a requirement under several privacy laws. Within your Termageddon account, if you selected (on page 1 of the Cookie Policy and Consent Tool questionnaire) to use the Privacy Settings hyperlink (instead of the \'fingerprint icon\'), you will see an additional script in the \'view embed code\' page that will need to be added to your website.', 'termageddon-usercentrics') . '</p> 543 <p>'.__('As an alternative to that additional script, you can simply use the [uc-privacysettings] shortcode, which will embed the privacy settings link. This is an easy way to add the Privacy Settings link within your global footer, for example. You can also pass in a text parameter to change the text of the link as seen here:', 'termageddon-usercentrics') . ' <code>[uc-privacysettings text="Change Privacy Settings"]</code>.</p> 544 <p>'.__('We also offer a button version of the Privacy Settings link, which can be better for accessibility. To use the button version, use this shortcode: <code>[uc-privacysettings type="button" text="Manage Cookies"]</code>. For CSS styling, you can use this selector', 'termageddon-usercentrics') . ': <code>button#usercentrics-psl</code>.</p>', 544 545 ) 545 546 ); -
termageddon-usercentrics/trunk/languages/termageddon-usercentrics.pot
r3288600 r3362792 4 4 "Project-Id-Version: Termageddon + Usercentrics\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2025-0 5-06 17:19+0000\n"6 "POT-Creation-Date: 2025-09-16 00:31+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:121 419 #: admin/class-termageddon-usercentrics-admin.php:1216 20 20 msgid "Action Needed" 21 21 msgstr "" … … 29 29 msgstr "" 30 30 31 #: admin/class-termageddon-usercentrics-admin.php:88 731 #: admin/class-termageddon-usercentrics-admin.php:889 32 32 msgid "Advanced Configuration" 33 33 msgstr "" … … 42 42 msgstr "" 43 43 44 #: admin/class-termageddon-usercentrics-admin.php:14 1844 #: admin/class-termageddon-usercentrics-admin.php:1420 45 45 msgid "along with page 1 of your Privacy Policy questionnaire within " 46 46 msgstr "" 47 47 48 #: admin/class-termageddon-usercentrics-admin.php:898 48 #: admin/class-termageddon-usercentrics-admin.php:543 49 msgid "" 50 "As an alternative to that additional script, you can simply use the [uc-" 51 "privacysettings] shortcode, which will embed the privacy settings link. This " 52 "is an easy way to add the Privacy Settings link within your global footer, " 53 "for example. You can also pass in a text parameter to change the text of the " 54 "link as seen here:" 55 msgstr "" 56 57 #: admin/class-termageddon-usercentrics-admin.php:900 49 58 msgid "Auto-refresh on consent" 50 59 msgstr "" 51 60 52 #: admin/class-termageddon-usercentrics-admin.php:142 561 #: admin/class-termageddon-usercentrics-admin.php:1427 53 62 msgid "based on which privacy laws apply to you" 54 63 msgstr "" 55 64 56 #: admin/class-termageddon-usercentrics-admin.php:122 365 #: admin/class-termageddon-usercentrics-admin.php:1225 57 66 msgid "" 58 67 "Behind the scenes, we will remove the Usercentrics embed code from the field " … … 68 77 msgstr "" 69 78 70 #: admin/class-termageddon-usercentrics-admin.php:8 8879 #: admin/class-termageddon-usercentrics-admin.php:890 71 80 msgid "" 72 81 "Certain integrations may require a more custom approach to integrating with " … … 87 96 88 97 #. section ID. 89 #: admin/class-termageddon-usercentrics-admin.php:97 098 #: admin/class-termageddon-usercentrics-admin.php:972 90 99 msgid "Control Panel" 91 100 msgstr "" 92 101 93 #: admin/class-termageddon-usercentrics-admin.php:122 0102 #: admin/class-termageddon-usercentrics-admin.php:1222 94 103 msgid "Conversion Needed:" 95 104 msgstr "" 96 105 97 #: admin/class-termageddon-usercentrics-admin.php:122 4106 #: admin/class-termageddon-usercentrics-admin.php:1226 98 107 msgid "Convert" 99 108 msgstr "" 100 109 101 #: admin/class-termageddon-usercentrics-admin.php:13 78110 #: admin/class-termageddon-usercentrics-admin.php:1380 102 111 msgid "Cookie Policy and Consent Solution" 103 112 msgstr "" … … 107 116 msgstr "" 108 117 109 #: admin/class-termageddon-usercentrics-admin.php:92 2118 #: admin/class-termageddon-usercentrics-admin.php:924 110 119 msgid "Disable blocking for providers" 111 120 msgstr "" 112 121 113 #: admin/class-termageddon-usercentrics-admin.php:67 6122 #: admin/class-termageddon-usercentrics-admin.php:677 114 123 msgid "Disable CDN for Translations Script" 115 124 msgstr "" 116 125 117 #: admin/class-termageddon-usercentrics-admin.php:69 5126 #: admin/class-termageddon-usercentrics-admin.php:696 118 127 msgid "Disable for Troubleshooting" 119 128 msgstr "" 120 129 121 #: includes/class-termageddon-usercentrics.php:1 259130 #: includes/class-termageddon-usercentrics.php:1300 122 131 msgid "Divi Video" 123 132 msgstr "" … … 133 142 msgstr "" 134 143 135 #: includes/class-termageddon-usercentrics.php:1 264144 #: includes/class-termageddon-usercentrics.php:1306 136 145 msgid "Elementor Video" 137 146 msgstr "" … … 141 150 msgstr "" 142 151 143 #: admin/class-termageddon-usercentrics-admin.php:62 0152 #: admin/class-termageddon-usercentrics-admin.php:621 144 153 msgid "Embed Code Injection Method" 145 154 msgstr "" 146 155 147 #: admin/class-termageddon-usercentrics-admin.php:59 7156 #: admin/class-termageddon-usercentrics-admin.php:598 148 157 msgid "Embed Code Priority" 149 158 msgstr "" 150 159 151 #: admin/class-termageddon-usercentrics-admin.php:64 8160 #: admin/class-termageddon-usercentrics-admin.php:649 152 161 msgid "Embed Code Version" 153 162 msgstr "" 154 163 155 #: admin/class-termageddon-usercentrics-admin.php:79 8164 #: admin/class-termageddon-usercentrics-admin.php:799 156 165 msgid "Enable location logging" 157 166 msgstr "" 158 167 159 #: admin/class-termageddon-usercentrics-admin.php:81 8168 #: admin/class-termageddon-usercentrics-admin.php:819 160 169 msgid "Enable page caching support via AJAX" 161 170 msgstr "" … … 167 176 msgstr "" 168 177 169 #: admin/class-termageddon-usercentrics-admin.php:98 4178 #: admin/class-termageddon-usercentrics-admin.php:986 170 179 msgid "Error Count" 171 180 msgstr "" … … 175 184 msgstr "" 176 185 177 #: admin/class-termageddon-usercentrics-admin.php:100 2186 #: admin/class-termageddon-usercentrics-admin.php:1004 178 187 msgid "Error List" 179 188 msgstr "" … … 183 192 msgstr "" 184 193 185 #: includes/class-termageddon-usercentrics.php:3 04194 #: includes/class-termageddon-usercentrics.php:311 186 195 msgid "Every Month" 187 196 msgstr "" 188 197 189 #: admin/class-termageddon-usercentrics-admin.php:57 5198 #: admin/class-termageddon-usercentrics-admin.php:576 190 199 msgid "" 191 200 "For some theme builders including Divi, the footer (bottom bar) does not " … … 197 206 #. section ID. 198 207 #: admin/class-termageddon-usercentrics-admin.php:82 199 #: admin/class-termageddon-usercentrics-admin.php:72 3208 #: admin/class-termageddon-usercentrics-admin.php:724 200 209 msgid "Geo-Location" 201 210 msgstr "" 202 211 203 212 #: admin/class-termageddon-usercentrics-admin.php:190 204 #: admin/class-termageddon-usercentrics-admin.php:142 7213 #: admin/class-termageddon-usercentrics-admin.php:1429 205 214 msgid "" 206 215 "Geo-Location is enabled, but no locations have been toggled on. This means " … … 232 241 msgstr "" 233 242 234 #: admin/class-termageddon-usercentrics-admin.php:1216 243 #: admin/class-termageddon-usercentrics-admin.php:542 244 msgid "" 245 "Giving users the ability to change their privacy/consent settings is a " 246 "requirement under several privacy laws. Within your Termageddon account, if " 247 "you selected (on page 1 of the Cookie Policy and Consent Tool questionnaire) " 248 "to use the Privacy Settings hyperlink (instead of the 'fingerprint icon'), " 249 "you will see an additional script in the 'view embed code' page that will " 250 "need to be added to your website." 251 msgstr "" 252 253 #: admin/class-termageddon-usercentrics-admin.php:1218 235 254 msgid "Go to Configuration" 236 255 msgstr "" 237 256 238 #: admin/class-termageddon-usercentrics-admin.php:55 0257 #: admin/class-termageddon-usercentrics-admin.php:551 239 258 msgid "Hide Privacy Settings Link when cookie consent tool is disabled" 240 259 msgstr "" … … 244 263 msgstr "" 245 264 246 #: admin/class-termageddon-usercentrics-admin.php:139 6265 #: admin/class-termageddon-usercentrics-admin.php:1398 247 266 msgid "If you are using the Divi theme" 248 267 msgstr "" 249 268 250 #: admin/class-termageddon-usercentrics-admin.php:85 5269 #: admin/class-termageddon-usercentrics-admin.php:856 251 270 msgid "" 252 271 "If you have a script or code snippet to share, would like to improve support " … … 255 274 msgstr "" 256 275 257 #: admin/class-termageddon-usercentrics-admin.php:139 5276 #: admin/class-termageddon-usercentrics-admin.php:1397 258 277 msgid "" 259 278 "If you would like to remove Usercentrics for logged in users such as admins, " … … 261 280 msgstr "" 262 281 263 #: admin/class-termageddon-usercentrics-admin.php:86 5282 #: admin/class-termageddon-usercentrics-admin.php:866 264 283 msgid "Integration" 265 284 msgstr "" … … 267 286 #. section ID. 268 287 #: admin/class-termageddon-usercentrics-admin.php:78 269 #: admin/class-termageddon-usercentrics-admin.php:84 4288 #: admin/class-termageddon-usercentrics-admin.php:845 270 289 msgid "Integrations" 271 290 msgstr "" … … 275 294 msgstr "" 276 295 277 #: admin/class-termageddon-usercentrics-admin.php:122 2296 #: admin/class-termageddon-usercentrics-admin.php:1224 278 297 msgid "" 279 298 "It looks like you are still using the old embed code (below) instead of the " … … 290 309 msgstr "" 291 310 292 #: admin/class-termageddon-usercentrics-admin.php:142 5311 #: admin/class-termageddon-usercentrics-admin.php:1427 293 312 msgid "Not sure what to select?" 294 313 msgstr "" 295 314 296 #: admin/class-termageddon-usercentrics-admin.php:14 18315 #: admin/class-termageddon-usercentrics-admin.php:1420 297 316 msgid "Not sure what to select? Review" 298 317 msgstr "" 299 318 300 #: admin/class-termageddon-usercentrics-admin.php:95 1319 #: admin/class-termageddon-usercentrics-admin.php:953 301 320 msgid "" 302 321 "On this page, you can find custom implementation to improve support and " … … 308 327 msgstr "" 309 328 310 #: admin/class-termageddon-usercentrics-admin.php:60 3329 #: admin/class-termageddon-usercentrics-admin.php:604 311 330 msgid "" 312 331 "Override the default priority of the embed code (Defaults to 1). By " … … 323 342 msgstr "" 324 343 325 #: admin/class-termageddon-usercentrics-admin.php:85 4344 #: admin/class-termageddon-usercentrics-admin.php:855 326 345 msgid "Plugin & Theme Integrations" 327 346 msgstr "" 328 347 329 #: includes/class-termageddon-usercentrics.php:1 269348 #: includes/class-termageddon-usercentrics.php:1312 330 349 msgid "PowerPack Video" 331 350 msgstr "" 332 351 333 #: includes/class-termageddon-usercentrics.php:1 274352 #: includes/class-termageddon-usercentrics.php:1318 334 353 msgid "Presto Player" 335 354 msgstr "" 336 355 337 #: admin/class-termageddon-usercentrics-admin.php:5 69356 #: admin/class-termageddon-usercentrics-admin.php:570 338 357 msgid "Privacy Settings Link - Alternative Implementation" 339 358 msgstr "" 340 359 341 #: admin/class-termageddon-usercentrics-admin.php:65 4360 #: admin/class-termageddon-usercentrics-admin.php:655 342 361 msgid "" 343 362 "Select which version of the Usercentrics embed code you would like to use." … … 345 364 346 365 #. section ID. 347 #: includes/class-termageddon-usercentrics.php:5 14366 #: includes/class-termageddon-usercentrics.php:521 348 367 #: admin/class-termageddon-usercentrics-admin.php:86 349 368 #: admin/class-termageddon-usercentrics-admin.php:477 … … 355 374 msgstr "" 356 375 357 #: admin/class-termageddon-usercentrics-admin.php:142 4376 #: admin/class-termageddon-usercentrics-admin.php:1426 358 377 msgid "Show widget if visitor is located in" 359 378 msgstr "" … … 372 391 msgstr "" 373 392 374 #: admin/class-termageddon-usercentrics-admin.php:62 6393 #: admin/class-termageddon-usercentrics-admin.php:627 375 394 msgid "" 376 395 "The default injection option, wp_head, will inject the embed code in the " … … 380 399 msgstr "" 381 400 382 #: admin/class-termageddon-usercentrics-admin.php:14 18401 #: admin/class-termageddon-usercentrics-admin.php:1420 383 402 msgid "this article" 384 403 msgstr "" 385 404 386 #: admin/class-termageddon-usercentrics-admin.php:142 5405 #: admin/class-termageddon-usercentrics-admin.php:1427 387 406 msgid "This article outlines which regions to select" 388 407 msgstr "" … … 394 413 msgstr "" 395 414 396 #: admin/class-termageddon-usercentrics-admin.php:90 4415 #: admin/class-termageddon-usercentrics-admin.php:906 397 416 msgid "" 398 417 "This particular feature is not needed for most websites. This feature is " … … 404 423 msgstr "" 405 424 406 #: includes/class-termageddon-usercentrics.php:1 260425 #: includes/class-termageddon-usercentrics.php:1301 407 426 msgid "" 408 427 "This resolves and improves the cookie-consent implementation when using an " … … 410 429 msgstr "" 411 430 412 #: includes/class-termageddon-usercentrics.php:1 265431 #: includes/class-termageddon-usercentrics.php:1307 413 432 msgid "" 414 433 "This resolves and improves the cookie-consent implementation when using an " … … 416 435 msgstr "" 417 436 418 #: includes/class-termageddon-usercentrics.php:1 270437 #: includes/class-termageddon-usercentrics.php:1313 419 438 msgid "" 420 439 "This resolves and improves the cookie-consent implementation when using an " … … 424 443 msgstr "" 425 444 426 #: includes/class-termageddon-usercentrics.php:1 275445 #: includes/class-termageddon-usercentrics.php:1319 427 446 msgid "" 428 447 "This resolves and improves the cookie-consent implementation when using an " … … 430 449 msgstr "" 431 450 432 #: includes/class-termageddon-usercentrics.php:1 280451 #: includes/class-termageddon-usercentrics.php:1325 433 452 msgid "" 434 453 "This resolves and improves the cookie-consent implementation when using an " … … 451 470 msgstr "" 452 471 453 #: admin/class-termageddon-usercentrics-admin.php:121 5472 #: admin/class-termageddon-usercentrics-admin.php:1217 454 473 msgid "This update will take a few seconds to complete." 455 474 msgstr "" 456 475 457 #: admin/class-termageddon-usercentrics-admin.php:68 2476 #: admin/class-termageddon-usercentrics-admin.php:683 458 477 msgid "" 459 478 "This will switch the URL used for the Usercentrics translations script from " … … 462 481 msgstr "" 463 482 464 #: admin/class-termageddon-usercentrics-admin.php:14 39483 #: admin/class-termageddon-usercentrics-admin.php:1441 465 484 msgid "" 466 485 "To reset any of the backend variables, update the values below and save your " … … 468 487 msgstr "" 469 488 470 #: includes/class-termageddon-usercentrics.php:1 279489 #: includes/class-termageddon-usercentrics.php:1324 471 490 msgid "Ultimate Addons for Beaver Builder Video" 472 491 msgstr "" … … 480 499 msgstr "" 481 500 482 #: admin/class-termageddon-usercentrics-admin.php:137 7501 #: admin/class-termageddon-usercentrics-admin.php:1379 483 502 msgid "Upon generating your " 484 503 msgstr "" 485 504 486 #: admin/class-termageddon-usercentrics-admin.php:136 4505 #: admin/class-termageddon-usercentrics-admin.php:1366 487 506 msgid "Upon saving, all previous errors in the log will be deleted." 488 507 msgstr "" … … 492 511 msgstr "" 493 512 494 #: admin/class-termageddon-usercentrics-admin.php:65 6513 #: admin/class-termageddon-usercentrics-admin.php:657 495 514 msgid "v2" 496 515 msgstr "" 497 516 498 #: admin/class-termageddon-usercentrics-admin.php:65 7517 #: admin/class-termageddon-usercentrics-admin.php:658 499 518 msgid "v3 (Beta)" 500 519 msgstr "" … … 504 523 msgstr "" 505 524 506 #: admin/class-termageddon-usercentrics-admin.php:9 28525 #: admin/class-termageddon-usercentrics-admin.php:930 507 526 msgid "" 508 527 "WARNING: By adding providers to this list, you are choosing for Usercentrics " … … 511 530 msgstr "" 512 531 513 #: admin/class-termageddon-usercentrics-admin.php:1215 532 #: admin/class-termageddon-usercentrics-admin.php:544 533 msgid "" 534 "We also offer a button version of the Privacy Settings link, which can be " 535 "better for accessibility. To use the button version, use this shortcode: " 536 "<code>[uc-privacysettings type=\"button\" text=\"Manage Cookies\"]</code>. " 537 "For CSS styling, you can use this selector" 538 msgstr "" 539 540 #: admin/class-termageddon-usercentrics-admin.php:1217 514 541 msgid "" 515 542 "We are moving to using a Settings ID instead of an embed code format to " … … 524 551 msgstr "" 525 552 526 #: admin/class-termageddon-usercentrics-admin.php:55 6553 #: admin/class-termageddon-usercentrics-admin.php:557 527 554 msgid "" 528 555 "When enabled, the Privacy Settings link will be hidden from certain users, " … … 537 564 msgstr "" 538 565 539 #: admin/class-termageddon-usercentrics-admin.php:80 4566 #: admin/class-termageddon-usercentrics-admin.php:805 540 567 msgid "" 541 568 "When enabled, the visitor's location can be viewed in the browser console, " … … 543 570 msgstr "" 544 571 545 #: admin/class-termageddon-usercentrics-admin.php:82 4572 #: admin/class-termageddon-usercentrics-admin.php:825 546 573 msgid "" 547 574 "When enabled, the visitor's location is checked via javascript to allow " … … 549 576 msgstr "" 550 577 551 #: admin/class-termageddon-usercentrics-admin.php:70 1578 #: admin/class-termageddon-usercentrics-admin.php:702 552 579 msgid "" 553 580 "When enabled, this feature allows you to turn off the consent tool for all " … … 558 585 msgstr "" 559 586 560 #: admin/class-termageddon-usercentrics-admin.php:141 4587 #: admin/class-termageddon-usercentrics-admin.php:1416 561 588 msgid "" 562 589 "When enabled, you will be collecting IP addresses for the purposes of " … … 574 601 msgstr "" 575 602 576 #: admin/class-termageddon-usercentrics-admin.php:13 79603 #: admin/class-termageddon-usercentrics-admin.php:1381 577 604 msgid "" 578 605 "within your Termageddon account, you will be brought to the \"View embed " … … 581 608 msgstr "" 582 609 610 #: admin/class-termageddon-usercentrics-admin.php:630 611 msgid "wp_enqueue_scripts" 612 msgstr "" 613 583 614 #: admin/class-termageddon-usercentrics-admin.php:629 584 msgid "wp_enqueue_scripts"585 msgstr ""586 587 #: admin/class-termageddon-usercentrics-admin.php:628588 615 msgid "wp_head (Default)" 589 616 msgstr "" 590 617 591 #: admin/class-termageddon-usercentrics-admin.php:139 7618 #: admin/class-termageddon-usercentrics-admin.php:1399 592 619 msgid "" 593 620 "you will need to enable at least one of the settings below to ensure logged " -
termageddon-usercentrics/trunk/termageddon-usercentrics.php
r3326335 r3362792 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.8. 017 * Version: 1.8.1 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.8. 0' );36 define( 'TERMAGEDDON_COOKIE_VERSION', '1.8.1' ); 37 37 38 38 define( 'TERMAGEDDON_COOKIE_PLUGIN_PATH', dirname( __FILE__ ) );// No trailing slash. -
termageddon-usercentrics/trunk/vendor/composer/installed.php
r3326335 r3362792 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 5a50ce6804172b076871d242e65335587ce3144d',6 'reference' => '24e892ca12076a7ddbe324d42cda3ec850a446e1', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 50 50 'pretty_version' => 'dev-main', 51 51 'version' => 'dev-main', 52 'reference' => ' 5a50ce6804172b076871d242e65335587ce3144d',52 'reference' => '24e892ca12076a7ddbe324d42cda3ec850a446e1', 53 53 'type' => 'library', 54 54 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.