Plugin Directory

Changeset 3401958


Ignore:
Timestamp:
11/24/2025 03:13:10 PM (3 months ago)
Author:
tryfalan
Message:

Standardize all tags to semantic versioning (x.y.z format)

Location:
the-get-hired-button
Files:
2 edited
3 moved

Legend:

Unmodified
Added
Removed
  • the-get-hired-button/tags/1.3.0/the-get-hired-button.php

    r3401956 r3401958  
    361361          if (!empty($token)) {
    362362              // With token: /widgets/:token
    363               $script_url = 'http://www.tryme.local:3000/widgets/' . $token;
     363              $script_url = 'https://www.tryme.co/widgets/' . $token;
    364364          } else {
    365365              // Without token: /widgets
    366               $script_url = 'http://www.tryme.local:3000/widgets';
     366              $script_url = 'https://www.tryme.co/widgets';
    367367          }
    368368         
  • the-get-hired-button/trunk/the-get-hired-button.php

    r3401956 r3401958  
    361361          if (!empty($token)) {
    362362              // With token: /widgets/:token
    363               $script_url = 'http://www.tryme.local:3000/widgets/' . $token;
     363              $script_url = 'https://www.tryme.co/widgets/' . $token;
    364364          } else {
    365365              // Without token: /widgets
    366               $script_url = 'http://www.tryme.local:3000/widgets';
     366              $script_url = 'https://www.tryme.co/widgets';
    367367          }
    368368         
Note: See TracChangeset for help on using the changeset viewer.