Changeset 1480688
- Timestamp:
- 08/22/2016 12:22:28 PM (10 years ago)
- Location:
- pwebonedrive/trunk
- Files:
-
- 3 edited
-
admin.php (modified) (2 diffs)
-
pwebonedrive.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pwebonedrive/trunk/admin.php
r1479994 r1480688 1 1 <?php 2 2 /** 3 * @version 2.0. 13 * @version 2.0.2 4 4 * @package OneDrive 5 5 * @copyright © 2016 Perfect Web sp. z o.o., All rights reserved. https://www.perfect-web.co … … 223 223 <th><label for="pweb-client_id"><?php _e('Client ID', 'pwebonedrive'); ?></label></th> 224 224 <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"> 226 226 </td> 227 227 </tr> -
pwebonedrive/trunk/pwebonedrive.php
r1479994 r1480688 4 4 * Plugin URI: https://www.perfect-web.co/wordpress/microsoft-onedrive-gallery-file 5 5 * 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. 16 * Version: 2.0.2 7 7 * Text Domain: pwebonedrive 8 8 * Author: Piotr Moćko -
pwebonedrive/trunk/readme.txt
r1479994 r1480688 5 5 Requires at least: 3.1.0 6 6 Tested up to: 4.6 7 Stable tag: 2.0. 17 Stable tag: 2.0.2 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 213 213 == Changelog == 214 214 215 = 2.0.2 / 22-08-2016 = 216 * Fixed saving new client ID 217 215 218 = 2.0.1 / 21-08-2016 = 216 219 * Fixed saving new client ID
Note: See TracChangeset
for help on using the changeset viewer.