Changeset 1555254
- Timestamp:
- 12/15/2016 10:08:46 AM (9 years ago)
- Location:
- cloudwok-file-upload/trunk
- Files:
-
- 2 edited
-
cloudwok.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cloudwok-file-upload/trunk/cloudwok.php
r1365910 r1555254 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.5. 26 Version: 0.5.3 7 7 Author: CloudWok 8 8 Author Email: [email protected] … … 10 10 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 11 11 12 Copyright 201 5CloudWok ([email protected])12 Copyright 2016 CloudWok ([email protected]) 13 13 14 14 This program is free software; you can redistribute it and/or modify … … 75 75 76 76 global $current_user; 77 get_currentuserinfo();77 wp_get_current_user(); 78 78 if($current_user) { 79 79 $wp_user_id = $current_user->ID; -
cloudwok-file-upload/trunk/readme.txt
r1365910 r1555254 5 5 Requires at least: 3.0.0 6 6 Tested up to: 4.4.2 7 Stable tag: 0.5. 17 Stable tag: 0.5.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 133 133 A1: Please try the following: Deactivate the plugin, and then activate it again. If you are still unable to save the embed code, please send us a message or open a thread in the support forum. 134 134 135 Send us an e-mail if you have an issue: [email protected] or a tweet @cloudwok. Or open a thread in the WordPress support forum for this plugin.135 Send us an e-mail if you have an issue: [email protected] or a tweet @cloudwok. 136 136 137 137 == Screenshots == … … 147 147 == Changelog == 148 148 149 = 0.5.3 = 150 Fixed incompatibility with WP 4.5+. 149 151 = 0.5.2 = 150 152 Increase default column size to 65536 bytes (characters) so that even very long embed codes can be saved.
Note: See TracChangeset
for help on using the changeset viewer.