Plugin Directory

Changeset 1480688


Ignore:
Timestamp:
08/22/2016 12:22:28 PM (10 years ago)
Author:
piotrmocko
Message:

Version 2.0.2

Location:
pwebonedrive/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pwebonedrive/trunk/admin.php

    r1479994 r1480688  
    11<?php
    22/**
    3  * @version 2.0.1
     3 * @version 2.0.2
    44 * @package OneDrive
    55 * @copyright © 2016 Perfect Web sp. z o.o., All rights reserved. https://www.perfect-web.co
     
    223223                            <th><label for="pweb-client_id"><?php _e('Client ID', 'pwebonedrive'); ?></label></th>
    224224                            <td>
    225                                 <input id="pweb-client_id" name="client_id" type="text" size="15" maxlength="16" value="<?php echo esc_attr(get_option('pweb_onedrive_client_id')); ?>" class="regular-text">
     225                                <input id="pweb-client_id" name="client_id" type="text" size="15" maxlength="32" value="<?php echo esc_attr(get_option('pweb_onedrive_client_id')); ?>" class="regular-text">
    226226                            </td>
    227227                        </tr>
  • pwebonedrive/trunk/pwebonedrive.php

    r1479994 r1480688  
    44 * Plugin URI: https://www.perfect-web.co/wordpress/microsoft-onedrive-gallery-file
    55 * Description: Share easily your photos and files stored on Microsoft OneDrive. You can display a gallery with your photos or a link to a file for download.
    6  * Version: 2.0.1
     6 * Version: 2.0.2
    77 * Text Domain: pwebonedrive
    88 * Author: Piotr Moćko
  • pwebonedrive/trunk/readme.txt

    r1479994 r1480688  
    55Requires at least: 3.1.0
    66Tested up to: 4.6
    7 Stable tag: 2.0.1
     7Stable tag: 2.0.2
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    213213== Changelog ==
    214214
     215= 2.0.2 / 22-08-2016 =
     216* Fixed saving new client ID
     217
    215218= 2.0.1 / 21-08-2016 =
    216219* Fixed saving new client ID
Note: See TracChangeset for help on using the changeset viewer.