Changeset 3493522
- Timestamp:
- 03/28/2026 06:40:54 PM (22 hours ago)
- Location:
- checkbarriere/tags/1.0.0
- Files:
-
- 3 edited
-
admin/js/bfsgcb-admin.js (modified) (1 diff)
-
admin/partials/settings.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
checkbarriere/tags/1.0.0/admin/js/bfsgcb-admin.js
r3493502 r3493522 231 231 'Mit einem API-Schlüssel sehen Sie alle Verstöße, erhalten detaillierte Handlungsempfehlungen und können bis zu 50 Seiten scannen.' + 232 232 '</p>' + 233 '<a href="https://checkbarriere.de/ register" target="_blank" rel="noopener" ' +233 '<a href="https://checkbarriere.de/auth/register" target="_blank" rel="noopener" ' + 234 234 'style="display:inline-block;background:#2563eb;color:#fff;padding:6px 16px;border-radius:6px;text-decoration:none;font-size:13px;font-weight:600">' + 235 235 'Alle Ergebnisse freischalten' + -
checkbarriere/tags/1.0.0/admin/partials/settings.php
r3493502 r3493522 4 4 $api_key_saved = ! empty( get_option( 'bfsgcb_api_key', '' ) ); 5 5 $api_url = rtrim( get_option( 'bfsgcb_api_url', 'https://checkbarriere.de' ), '/' ); 6 $register_url = $api_url . '/ register';6 $register_url = $api_url . '/auth/register'; 7 7 $settings_url = $api_url . '/dashboard/settings'; 8 8 ?> -
checkbarriere/tags/1.0.0/readme.txt
r3493502 r3493522 58 58 2. Activate the plugin 59 59 3. Go to **CheckBarriere > Dashboard** and start your first free scan — no account needed! 60 4. Optional: For full results (more pages, all violations, PDF export), create a [free account on CheckBarriere.de](https://checkbarriere.de/ register), generate an API key, and paste it under **CheckBarriere > Settings**60 4. Optional: For full results (more pages, all violations, PDF export), create a [free account on CheckBarriere.de](https://checkbarriere.de/auth/register), generate an API key, and paste it under **CheckBarriere > Settings** 61 61 62 62 == Frequently Asked Questions == … … 64 64 = Do I need a CheckBarriere account? = 65 65 66 No! You can start a free scan immediately — no account, no API key required. The free scan covers up to 5 pages with a summary of detected violations. For the full report (all violations, more pages, PDF export), you can register for free at [checkbarriere.de](https://checkbarriere.de/ register) and add an API key.66 No! You can start a free scan immediately — no account, no API key required. The free scan covers up to 5 pages with a summary of detected violations. For the full report (all violations, more pages, PDF export), you can register for free at [checkbarriere.de](https://checkbarriere.de/auth/register) and add an API key. 67 67 68 68 = What exactly gets scanned? =
Note: See TracChangeset
for help on using the changeset viewer.