Plugin Directory

Changeset 3493522


Ignore:
Timestamp:
03/28/2026 06:40:54 PM (22 hours ago)
Author:
checkbarriere
Message:

fix register link

Location:
checkbarriere/tags/1.0.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • checkbarriere/tags/1.0.0/admin/js/bfsgcb-admin.js

    r3493502 r3493522  
    231231                'Mit einem API-Schlüssel sehen Sie alle Verstöße, erhalten detaillierte Handlungsempfehlungen und können bis zu 50 Seiten scannen.' +
    232232                '</p>' +
    233                 '<a href="https://checkbarriere.de/register" target="_blank" rel="noopener" ' +
     233                '<a href="https://checkbarriere.de/auth/register" target="_blank" rel="noopener" ' +
    234234                'style="display:inline-block;background:#2563eb;color:#fff;padding:6px 16px;border-radius:6px;text-decoration:none;font-size:13px;font-weight:600">' +
    235235                'Alle Ergebnisse freischalten' +
  • checkbarriere/tags/1.0.0/admin/partials/settings.php

    r3493502 r3493522  
    44$api_key_saved = ! empty( get_option( 'bfsgcb_api_key', '' ) );
    55$api_url       = rtrim( get_option( 'bfsgcb_api_url', 'https://checkbarriere.de' ), '/' );
    6 $register_url  = $api_url . '/register';
     6$register_url  = $api_url . '/auth/register';
    77$settings_url  = $api_url . '/dashboard/settings';
    88?>
  • checkbarriere/tags/1.0.0/readme.txt

    r3493502 r3493522  
    58582. Activate the plugin
    59593. 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**
     604. 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**
    6161
    6262== Frequently Asked Questions ==
     
    6464= Do I need a CheckBarriere account? =
    6565
    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.
     66No! 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.
    6767
    6868= What exactly gets scanned? =
Note: See TracChangeset for help on using the changeset viewer.