-
Notifications
You must be signed in to change notification settings - Fork 4
/
readme.txt
147 lines (107 loc) · 5.5 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
=== WooCommerce Dropbox ===
Contributors: vadiemjanssens
Tags: woocommerce, dropbox, downloadable, products, downloadable product
Requires at least: 5.0
Tested up to: 6.4.3
Stable tag: 1.3.0
Requires PHP: 7.2
License: GPL v3
Easily choose a Dropbox file to be used as a Downloadable Product for WooCommerce.
== Description ==
The Dropbox for WooCommerce extension gives you the power and ease of use of serving your downloadable products
through the Dropbox infrastructure.
Easily choose a file from your Dropbox account via the Choose from Dropbox button and the plugin will do the rest.
Please carefully read the [installation instructions](http://www.wordpress.org/plugins/woocommerce-dropbox/installation/).
> <strong>Before using this plugin:</strong><br>
> Dropbox has usage limits on public links when using a free, pro or business account. Please be aware of this limitation before you use this plugin.<br>
> <br>
> <strong>Basic accounts and accounts on a trial of Dropbox Business:</strong> 20 GB of bandwidth and 100,000 downloads per day<br>
> <strong>Plus, Family, and Professional accounts:</strong> 400 GB and unlimited downloads per day<br>
> <strong>Dropbox Business Standard accounts:</strong> 1 TB and unlimited downloads per day<br>
> <strong>Dropbox Business Advanced and Enterprise accounts:</strong> 4 TB and unlimited downloads per day<br>
> <br>
> More information on the usage limits can be found [here](https://www.dropbox.com/help/4204).<br>
> <br>
> This plugin is in best use for PDF's, Text documents, Excel Documents etc. (not for video's or other large files).
= Development =
Development takes place at [this GitHub Repository](https://github.com/vjanssens/woocommerce-dropbox)
== Installation ==
**Important:** make sure you have installed and activated WooCommerce.
1. Install the plugin through the WordPress admin or manually upload the `woocommerce-dropbox` folder to the `/wp-content/plugins/` directory
2. Activate the WooCommerce Dropbox plugin through the 'Plugins' menu in WordPress
3. Go to [the Dropbox Developers app console](https://www.dropbox.com/developers/apps)
4. Press the blue button `Create app`
5. Choose 'Dropbox API' for Step 1
6. Choose 'Full Dropbox' for Step 2
7. Set a unique app-name (eg. `[storename]-woocommerce`) for Step 3
8. While on the Settings tab, copy your app key (somewhere in the middle of the page)
9. While on the Settings tab, add your domain to the field 'Choose/Saver domains'
10. Go back to your WordPress site
11. Go to `WooCommerce` -> `Settings`
12. Open the tab `Integration` -> `Dropbox Integration`
13. Paste your API-key and save changes.
Dropbox for WooCommerce is now installed and configured.
> Still having trouble with the installation? Plugin not working as you would expect?
> Please open a support ticket in [the support forums](https://wordpress.org/support/plugin/woocommerce-dropbox).
== Frequently Asked Questions ==
= {"error": "Origin does not match any app domain"} =
Please make sure you have entered the right domain while you're at [step 8](https://wordpress.org/plugins/woocommerce-dropbox/installation/) of the installation instructions.
You can find the right domain when browsing to your WordPress installation and copy the URL from your browser.
It is also possible to add multiple domain name's to the <strong>Drop-ins domains</strong> field. This is especially usefull when working with multiple environments (local, dev, production).
= Customer get expired links =
Dropbox has usage limits in place for shared links.
Please refer to [this page](https://wordpress.org/plugins/woocommerce-dropbox/) for more information.
== Screenshots ==
1. Product detail page with 'Choose from Dropbox'-button
2. Plugin settings page
== Changelog ==
= 1.3.0 =
Release date: February 23rd, 2024
* Tested plugin for WordPress version 6.4.3 and WooCommerce 8.6.1
* Add support for HPOS (https://github.com/vjanssens/woocommerce-dropbox/pull/7)
= 1.2.5 =
Release date: September 9th, 2021
* Tested plugin for WordPress version 5.8.1 and WooCommerce 5.6.0
= 1.2.4 =
Release date: December 28th, 2020
* Fixed an issue where long filenames caused issues (thank you @JakePT) [Issue #4](https://github.com/vjanssens/woocommerce-dropbox/issues/4)
* Fixed an issue where file name and url were not populated for variable products
* Tested plugin for WordPress version 5.6 and WooCommerce 4.8.0
= 1.2.3 =
Release date: April 17th, 2020
* Fixed an issue where the 'Choose from Dropbox' button was not visible
= 1.2.2 =
Release date: April 14th, 2020
* Tested plugin for WordPress version 5.4 and WooCommerce 4.0.1
= 1.2.0 =
Release date: March 12th, 2020
* Tested plugin for WordPress version 5.3.2 and WooCommerce 4.0.0
* Fixed settings link on plugins overview
= 1.1.1 =
Release date: August 3rd, 2016
* Tested plugin for WordPress version 4.6
* Fixed a bug where the customizer was unable to load (thanks to tokegameart for reporting)
* Improved onboarding experience when activating plugin
* Added support links to plugin overview
= 1.1.0 =
Release date: July 27th, 2016
* Tested plugin for WordPress version 4.5.3 and WooCommerce 2.6.3
* It's now possible to add a file from Dropbox for variable products
= 1.0.6 =
Release date: January 22nd, 2016
* Tested plugin for WordPress version 4.4.1 and WooCommerce 2.5.0
* Updated installation instructions
* Added dutch (nl_NL) translation
= 1.0.5 =
Release date: April 9th, 2015
* Fixed URL encoding bug
= 1.0.4 =
* Tested plugin for WordPress version 4.1
= 1.0.3 =
* Fix URL encoding bug
= 1.0.2 =
* Bugfixes
= 1.0.1 =
* Bugfixes
= 1.0 =
* Initial version