Changeset 1365910
- Timestamp:
- 03/07/2016 03:23:02 PM (10 years ago)
- Location:
- cloudwok-file-upload/trunk
- Files:
-
- 2 edited
-
cloudwok.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cloudwok-file-upload/trunk/cloudwok.php
r1351860 r1365910 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. 16 Version: 0.5.2 7 7 Author: CloudWok 8 8 Author Email: [email protected] … … 331 331 $sql1 = "CREATE TABLE $table_name ( 332 332 id smallint(5) NOT NULL AUTO_INCREMENT, 333 code varchar( 16384) NOT NULL,333 code varchar(65536) NOT NULL, 334 334 UNIQUE KEY id (id) 335 335 ) $charset_collate;"; -
cloudwok-file-upload/trunk/readme.txt
r1351860 r1365910 129 129 == Frequently Asked Questions == 130 130 131 Q1: After I upgrade from an earlier version of the plugin to version 0.5+ the new embedding option via the "Settings" menu does not work because the embed code does not get saved (or the embed code [cloudwok ref=0] is generated, which does not work). 132 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 131 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. 132 136 … … 143 147 == Changelog == 144 148 149 = 0.5.2 = 150 Increase default column size to 65536 bytes (characters) so that even very long embed codes can be saved. 145 151 = 0.5.1 = 146 152 On some custom WordPress installations the settings page does not work if central php config files cannot be accessed. This update helps tracking down and reporting possible issues that occur in these cases.
Note: See TracChangeset
for help on using the changeset viewer.