Plugin Directory

Changeset 1365910


Ignore:
Timestamp:
03/07/2016 03:23:02 PM (10 years ago)
Author:
markusklems
Message:

Minor improvements

Location:
cloudwok-file-upload/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cloudwok-file-upload/trunk/cloudwok.php

    r1351860 r1365910  
    44Plugin URI: http://www.cloudwok.com
    55Description: 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.1
     6Version: 0.5.2
    77Author: CloudWok
    88Author Email: [email protected]
     
    331331    $sql1 = "CREATE TABLE $table_name (
    332332        id smallint(5) NOT NULL AUTO_INCREMENT,
    333         code varchar(16384) NOT NULL,
     333        code varchar(65536) NOT NULL,
    334334        UNIQUE KEY id (id)
    335335    ) $charset_collate;";
  • cloudwok-file-upload/trunk/readme.txt

    r1351860 r1365910  
    129129== Frequently Asked Questions ==
    130130
     131Q1: 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
     133A1: 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
    131135Send 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.
    132136
     
    143147== Changelog ==
    144148
     149= 0.5.2 =
     150Increase default column size to 65536 bytes (characters) so that even very long embed codes can be saved.
    145151= 0.5.1 =
    146152On 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.