Plugin Directory

Changeset 2807073


Ignore:
Timestamp:
10/29/2022 05:53:43 PM (3 years ago)
Author:
uqrate
Message:

v1.0.0 build 2022-10-28T00.34.47Z to trunk

Location:
uqrate/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uqrate/trunk/class.sync.php

    r2793714 r2807073  
    255255        $mid = 'UUID_MALFORMED';
    256256        $code = 0;
    257         $url = self::cfg('base_mid_url') . urlencode( $cid . $uri );
     257        $url = self::cfg('base_mid_url') . urlencode( $cid ) . '/' . urlencode( $uri );
    258258        self::cfg()['url'] = $url;
    259259        $resp = wp_remote_get( $url );
  • uqrate/trunk/uqrate.php

    r2793714 r2807073  
    2929define( 'UQRATE_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    3030$_UQRATE_ENV = [
    31     'build'                 => "2022-10-03T22.10.08Z",
     31    'build'                 => "2022-10-28T00.34.47Z",
    3232    'mode_debug'            => false,
    3333    'mode_local'            => false,
     
    4444    'base_msg_upsert_url'   => 'https://uqrate.org/api/v1/key/m/upsert/',
    4545    'base_msg_delete_url'   => 'https://uqrate.org/api/v1/key/m/delete/',
    46     'base_mid_url'          => 'https://uqrate.org/aoa/v1/ops/uuidv5/oid/',
     46    'base_mid_url'          => 'https://uqrate.org/aoa/v1/ops/uuidv5/',
    4747    'plugin_slug'           => UQRATE_PLUGIN_NAME,
    4848    'textdomain'            => UQRATE_TEXTDOMAIN,
Note: See TracChangeset for help on using the changeset viewer.