Changeset 3311878
- Timestamp:
- 06/15/2025 11:47:08 AM (10 months ago)
- Location:
- flatten-pdf
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from flatten-pdf/trunk)
-
tags/1.0.1/includes/process-machine.php (modified) (2 diffs)
-
tags/1.0.1/includes/verification.php (modified) (1 diff)
-
tags/1.0.1/readme.txt (modified) (1 diff)
-
trunk/includes/process-machine.php (modified) (2 diffs)
-
trunk/includes/verification.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flatten-pdf/tags/1.0.1/includes/process-machine.php
r3294618 r3311878 92 92 ); 93 93 94 $response = wp_remote_post('https://api. process-machine-stage.com/solutions/solutions/wordpress/41', array(94 $response = wp_remote_post('https://api.cross-service-solutions.com/solutions/solutions/wordpress/41', array( 95 95 'method' => 'POST', 96 96 'body' => $body, … … 127 127 $id = sanitize_text_field($request['id']); 128 128 129 $response = wp_remote_get("https://api. process-machine-stage.com/solutions/solutions/wordpress/{$id}", array(129 $response = wp_remote_get("https://api.cross-service-solutions.com/solutions/solutions/{$id}", array( 130 130 'headers' => array( 131 131 'Authorization' => 'Bearer ' . $api_key -
flatten-pdf/tags/1.0.1/includes/verification.php
r3294618 r3311878 17 17 18 18 // API request to verify the API Key 19 $response = wp_remote_get('https://api. process-machine-stage.com/solutions/solutions/wordpress/organization', $args);19 $response = wp_remote_get('https://api.cross-service-solutions.com/solutions/solutions/wordpress/organization', $args); 20 20 21 21 if (is_wp_error($response)) { -
flatten-pdf/tags/1.0.1/readme.txt
r3294618 r3311878 92 92 == Changelog == 93 93 94 = 1.0.1 = 95 * Updated verify and polling API endpoints 96 94 97 = 1.0.0 = 95 98 * Initial release of the Flatten PDF plugin. -
flatten-pdf/trunk/includes/process-machine.php
r3294618 r3311878 92 92 ); 93 93 94 $response = wp_remote_post('https://api. process-machine-stage.com/solutions/solutions/wordpress/41', array(94 $response = wp_remote_post('https://api.cross-service-solutions.com/solutions/solutions/wordpress/41', array( 95 95 'method' => 'POST', 96 96 'body' => $body, … … 127 127 $id = sanitize_text_field($request['id']); 128 128 129 $response = wp_remote_get("https://api. process-machine-stage.com/solutions/solutions/wordpress/{$id}", array(129 $response = wp_remote_get("https://api.cross-service-solutions.com/solutions/solutions/{$id}", array( 130 130 'headers' => array( 131 131 'Authorization' => 'Bearer ' . $api_key -
flatten-pdf/trunk/includes/verification.php
r3294618 r3311878 17 17 18 18 // API request to verify the API Key 19 $response = wp_remote_get('https://api. process-machine-stage.com/solutions/solutions/wordpress/organization', $args);19 $response = wp_remote_get('https://api.cross-service-solutions.com/solutions/solutions/wordpress/organization', $args); 20 20 21 21 if (is_wp_error($response)) { -
flatten-pdf/trunk/readme.txt
r3294618 r3311878 92 92 == Changelog == 93 93 94 = 1.0.1 = 95 * Updated verify and polling API endpoints 96 94 97 = 1.0.0 = 95 98 * Initial release of the Flatten PDF plugin.
Note: See TracChangeset
for help on using the changeset viewer.