Changeset 2807073
- Timestamp:
- 10/29/2022 05:53:43 PM (3 years ago)
- Location:
- uqrate/trunk
- Files:
-
- 2 edited
-
class.sync.php (modified) (1 diff)
-
uqrate.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uqrate/trunk/class.sync.php
r2793714 r2807073 255 255 $mid = 'UUID_MALFORMED'; 256 256 $code = 0; 257 $url = self::cfg('base_mid_url') . urlencode( $cid .$uri );257 $url = self::cfg('base_mid_url') . urlencode( $cid ) . '/' . urlencode( $uri ); 258 258 self::cfg()['url'] = $url; 259 259 $resp = wp_remote_get( $url ); -
uqrate/trunk/uqrate.php
r2793714 r2807073 29 29 define( 'UQRATE_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); 30 30 $_UQRATE_ENV = [ 31 'build' => "2022-10- 03T22.10.08Z",31 'build' => "2022-10-28T00.34.47Z", 32 32 'mode_debug' => false, 33 33 'mode_local' => false, … … 44 44 'base_msg_upsert_url' => 'https://uqrate.org/api/v1/key/m/upsert/', 45 45 '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/', 47 47 'plugin_slug' => UQRATE_PLUGIN_NAME, 48 48 'textdomain' => UQRATE_TEXTDOMAIN,
Note: See TracChangeset
for help on using the changeset viewer.