Plugin Directory

Changeset 1555254


Ignore:
Timestamp:
12/15/2016 10:08:46 AM (9 years ago)
Author:
markusklems
Message:

Fixed issue related to prefill user info in WP 4.5+.

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

Legend:

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

    r1365910 r1555254  
    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.2
     6Version: 0.5.3
    77Author: CloudWok
    88Author Email: [email protected]
     
    1010License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    1111
    12   Copyright 2015 CloudWok ([email protected])
     12  Copyright 2016 CloudWok ([email protected])
    1313
    1414  This program is free software; you can redistribute it and/or modify
     
    7575
    7676    global $current_user;
    77   get_currentuserinfo();
     77  wp_get_current_user();
    7878    if($current_user) {
    7979      $wp_user_id = $current_user->ID;
  • cloudwok-file-upload/trunk/readme.txt

    r1365910 r1555254  
    55Requires at least: 3.0.0
    66Tested up to: 4.4.2
    7 Stable tag: 0.5.1
     7Stable tag: 0.5.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    133133A1: 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.
    134134
    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.
     135Send us an e-mail if you have an issue: [email protected] or a tweet @cloudwok.
    136136
    137137== Screenshots ==
     
    147147== Changelog ==
    148148
     149= 0.5.3 =
     150Fixed incompatibility with WP 4.5+.
    149151= 0.5.2 =
    150152Increase 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.