Changeset 1275598
- Timestamp:
- 10/29/2015 04:12:10 PM (10 years ago)
- Location:
- cloudwok-file-upload/trunk
- Files:
-
- 2 edited
-
cloudwok.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cloudwok-file-upload/trunk/cloudwok.php
r1269172 r1275598 4 4 Plugin URI: http://www.cloudwok.com 5 5 Description: CloudWok enables you to let your website visitors upload files directly into a Dropbox, Google Drive, Amazon S3, Box.com, or other cloud storage folder that you own. 6 Version: 0.3. 76 Version: 0.3.8 7 7 Author: CloudWok 8 8 Author Email: [email protected] … … 95 95 $file_upload_form = '<form class="cloudwok-upload">' . $file_upload_input . '</form>'; 96 96 } 97 if(array_key_exists('hide_upload_success_message', $atts) && $atts['hide_upload_success_message'] == "True") { 98 $hide_upload_success_message = 'data-hide-upload-success-msg="y"'; 99 } 97 100 if(array_key_exists('show_powered_by_link', $atts) && $atts['show_powered_by_link'] == "True") { 98 101 $show_powered_by_link = 'data-pby="y"'; -
cloudwok-file-upload/trunk/readme.txt
r1269172 r1275598 5 5 Requires at least: 3.0.0 6 6 Tested up to: 4.3.1 7 Stable tag: 0.3. 77 Stable tag: 0.3.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 `[cloudwok wok_id="YOUR_WOK_ID" simple_file_upload_button="True" show_powered_by_link="True"]` 85 85 86 Since version 0.3.6 of this plugin, you can disable the success message that shows after a successful file upload:87 88 `[cloudwok wok_id="YOUR_WOK_ID" hide_upload_success_message="True" show_powered_by_link="True"]`89 90 86 Since version 0.3.7 of this plugin, you can disallow file uploads, for example to only show the list of downloadable files in your Google Drive, Dropbox, ...: 91 87 92 88 `[cloudwok wok_id="YOUR_WOK_ID" allow_upload="False" show_downloads="True"]` 89 90 Since version 0.3.8 of this plugin, you can disable the success message that shows after a successful file upload: 91 92 `[cloudwok wok_id="YOUR_WOK_ID" hide_upload_success_message="True" show_powered_by_link="True"]` 93 93 94 94 By default, a small "powered by" text-link to www.cloudwok.com is disabled. If you like our plug-in, we would appreciate it if you would enable the link via `[cloudwok wok_id="YOUR_WOK_ID" show_powered_by_link="True"]`. Send me a link to your WordPress site with enabled "powered by" link, and I'd be happy to send you a small coupon code gift back: [email protected]. Thanks! … … 110 110 == Changelog == 111 111 112 = 0.3.8 = 113 Bugfix to make this feature work: disable the success message after a successful file upload, via hide_upload_success_message="True". 112 114 = 0.3.7 = 113 115 You can now use the shortcode also to only allow downloads via allow_upload="False". Thereby, you can, for example, place one cloudwok shortcode on a page that only allows uploading and another shortocde on a page that only allows downloading. Both shortcodes can reference the same wok id (i.e., the same Dropbox or Google Drive folder).
Note: See TracChangeset
for help on using the changeset viewer.