Changeset 3399791
- Timestamp:
- 11/20/2025 01:57:30 PM (5 months ago)
- Location:
- probo-connect
- Files:
-
- 6 edited
- 1 copied
-
assets/icon-128x128.png (modified) (1 prop) (previous)
-
assets/icon-256x256.png (modified) (1 prop) (previous)
-
tags/0.0.11 (copied) (copied from probo-connect/trunk)
-
tags/0.0.11/probo-connect.php (modified) (1 diff)
-
tags/0.0.11/readme.txt (modified) (6 diffs)
-
trunk/probo-connect.php (modified) (1 diff)
-
trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
probo-connect/assets/icon-128x128.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
probo-connect/assets/icon-256x256.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
probo-connect/tags/0.0.11/probo-connect.php
r3399541 r3399791 13 13 * Plugin URI: https://www.probo.nl/ 14 14 * Description: Plugin to connect Probo API to WooCommerce. 15 * Version: 0.0.1 015 * Version: 0.0.11 16 16 * Requires at least: 6.7 17 17 * Requires PHP: 7.4 -
probo-connect/tags/0.0.11/readme.txt
r3399541 r3399791 1 1 === Probo Connect === 2 Contributers: proboconnect 2 3 Tags: woocommerce, printing, dropshipment, probo 3 4 Requires at least: 6.7 4 5 Tested up to: 6.8 5 Stable tag: 0.0.1 06 Stable tag: 0.0.11 6 7 Requires PHP: 7.4 7 8 License: GPLv2 or later … … 11 12 12 13 == Description == 14 **Currently in Public Beta** 13 15 14 This WordPress plugin connects the Probo API to WooCommerce, enabling customers to integrate Probo's printing services into their WooCommerce store seamlessly. This allows businesses to automate the ordering process of printed materials directly from their online store.16 This WordPress plugin connects the Probo API to WooCommerce, enabling customers to integrate Probo's printing services into their WooCommerce store seamlessly. This allows print professionals to automate the ordering process of printed materials directly from their online store. 15 17 16 18 Key Features: 17 19 18 20 * Direct integration with Probo API 19 * Automatic product data synchronization20 21 * Webhook support for order updates 21 22 * Drop-shipping fulfillment … … 27 28 3. Make sure WooCommerce is installed and activated on your WordPress site. 28 29 4. Navigate to WooCommerce → Settings → Probo Connect to configure the plugin. 29 5. Enter your Probo API credentials ( request these fromyour Probo account settings).30 5. Enter your Probo API credentials (If you do not have these, you can request these via your Probo account settings). 30 31 6. Configure webhook settings if you want to receive automatic order updates. 31 32 … … 34 35 This plugin connects to the Probo API to obtain product and price information and to create print fulfillment orders. 35 36 When creating a print fulfillment order, customer name and address information, along with optional print data, are sent to the Probo API so that orders can be fulfilled and drop-shipped directly to customers. 36 This service is provided by Probo Print BV . Please review their [terms of use](https://www.probo.nl/pagina/algemene-voorwaarden/) and [privacy policy](https://www.probo.nl/privacy-statement) before using this plugin.37 This service is provided by Probo Print BV and Probo Prints GmbH. Please review their [terms of use](https://www.probo.nl/pagina/algemene-voorwaarden/) and [privacy policy](https://www.probo.nl/privacy-statement) before using this plugin. 37 38 38 39 API Endpoint: https://api.proboprints.com/order 39 Service Provider: [Probo Print BV](https://www.probo.nl) 40 Service Provider: [Probo Print BV](https://www.probo.nl) | [Probo Print GmbH](https://www.probo.de) 40 41 41 42 Data Transmitted: … … 46 47 * Order details 47 48 48 External Service: Probo Print BV 49 External Service: Probo Print BV | Probo Print GmbH 49 50 Purpose: Print fulfillment and drop-shipping services 50 51 Data Processing: Customer information is transmitted securely to facilitate order fulfillment 51 52 52 53 == Frequently Asked Questions == 54 = Can I get a Probo Account? = 55 You can request an account on probo.nl, probo.de or probo.eu 53 56 = How do I get Probo API credentials? = 54 57 Login to your Probo Account. Go to your account & settings and set up an API account and obtain your credentials. … … 61 64 62 65 == Changelog == 66 = 0.0.11 = 67 * Updated readme 68 63 69 = 0.0.10 = 64 70 * Bug fixes -
probo-connect/trunk/probo-connect.php
r3399541 r3399791 13 13 * Plugin URI: https://www.probo.nl/ 14 14 * Description: Plugin to connect Probo API to WooCommerce. 15 * Version: 0.0.1 015 * Version: 0.0.11 16 16 * Requires at least: 6.7 17 17 * Requires PHP: 7.4 -
probo-connect/trunk/readme.txt
r3399541 r3399791 1 1 === Probo Connect === 2 Contributers: proboconnect 2 3 Tags: woocommerce, printing, dropshipment, probo 3 4 Requires at least: 6.7 4 5 Tested up to: 6.8 5 Stable tag: 0.0.1 06 Stable tag: 0.0.11 6 7 Requires PHP: 7.4 7 8 License: GPLv2 or later … … 11 12 12 13 == Description == 14 **Currently in Public Beta** 13 15 14 This WordPress plugin connects the Probo API to WooCommerce, enabling customers to integrate Probo's printing services into their WooCommerce store seamlessly. This allows businesses to automate the ordering process of printed materials directly from their online store.16 This WordPress plugin connects the Probo API to WooCommerce, enabling customers to integrate Probo's printing services into their WooCommerce store seamlessly. This allows print professionals to automate the ordering process of printed materials directly from their online store. 15 17 16 18 Key Features: 17 19 18 20 * Direct integration with Probo API 19 * Automatic product data synchronization20 21 * Webhook support for order updates 21 22 * Drop-shipping fulfillment … … 27 28 3. Make sure WooCommerce is installed and activated on your WordPress site. 28 29 4. Navigate to WooCommerce → Settings → Probo Connect to configure the plugin. 29 5. Enter your Probo API credentials ( request these fromyour Probo account settings).30 5. Enter your Probo API credentials (If you do not have these, you can request these via your Probo account settings). 30 31 6. Configure webhook settings if you want to receive automatic order updates. 31 32 … … 34 35 This plugin connects to the Probo API to obtain product and price information and to create print fulfillment orders. 35 36 When creating a print fulfillment order, customer name and address information, along with optional print data, are sent to the Probo API so that orders can be fulfilled and drop-shipped directly to customers. 36 This service is provided by Probo Print BV . Please review their [terms of use](https://www.probo.nl/pagina/algemene-voorwaarden/) and [privacy policy](https://www.probo.nl/privacy-statement) before using this plugin.37 This service is provided by Probo Print BV and Probo Prints GmbH. Please review their [terms of use](https://www.probo.nl/pagina/algemene-voorwaarden/) and [privacy policy](https://www.probo.nl/privacy-statement) before using this plugin. 37 38 38 39 API Endpoint: https://api.proboprints.com/order 39 Service Provider: [Probo Print BV](https://www.probo.nl) 40 Service Provider: [Probo Print BV](https://www.probo.nl) | [Probo Print GmbH](https://www.probo.de) 40 41 41 42 Data Transmitted: … … 46 47 * Order details 47 48 48 External Service: Probo Print BV 49 External Service: Probo Print BV | Probo Print GmbH 49 50 Purpose: Print fulfillment and drop-shipping services 50 51 Data Processing: Customer information is transmitted securely to facilitate order fulfillment 51 52 52 53 == Frequently Asked Questions == 54 = Can I get a Probo Account? = 55 You can request an account on probo.nl, probo.de or probo.eu 53 56 = How do I get Probo API credentials? = 54 57 Login to your Probo Account. Go to your account & settings and set up an API account and obtain your credentials. … … 61 64 62 65 == Changelog == 66 = 0.0.11 = 67 * Updated readme 68 63 69 = 0.0.10 = 64 70 * Bug fixes
Note: See TracChangeset
for help on using the changeset viewer.