Changeset 930391
- Timestamp:
- 06/11/2014 01:51:40 PM (12 years ago)
- Location:
- pwebonedrive/trunk
- Files:
-
- 3 edited
-
liveconnect.php (modified) (2 diffs)
-
pwebonedrive.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pwebonedrive/trunk/liveconnect.php
r888832 r930391 1 1 <?php 2 2 /** 3 * @version 1.0. 33 * @version 1.0.5 4 4 * @package OneDrive 5 5 * @copyright © 2014 Perfect Web sp. z o.o., All rights reserved. http://www.perfect-web.co … … 390 390 } 391 391 392 $this->log(__METHOD__.'. Set cookie: '.print_r($cookieValues, true) );392 $this->log(__METHOD__.'. Set cookie: '.print_r($cookieValues, true)."\r\n".'Cookie domain: '.$_SERVER['HTTP_HOST']); 393 393 394 394 if (!headers_sent()) -
pwebonedrive/trunk/pwebonedrive.php
r900202 r930391 4 4 * Plugin URI: http://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: 1.0. 46 * Version: 1.0.5 7 7 * Author: Piotr Moćko 8 8 * Author URI: http://www.perfect-web.co … … 25 25 wp_register_script('pweb_onedrive_prettyphoto_script', plugins_url('js/jquery.prettyPhoto'.(PWEB_ONEDRIVE_DEBUG ? '' : '.min').'.js', __FILE__), array('jquery')); 26 26 } 27 add_action(' plugins_loaded', 'pweb_onedrive_init');27 add_action('init', 'pweb_onedrive_init'); 28 28 29 29 -
pwebonedrive/trunk/readme.txt
r928896 r930391 5 5 Requires at least: 2.8.0 6 6 Tested up to: 3.9.1 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 116 116 == Changelog == 117 117 118 = 1.0.5 / 11-06-2014 = 119 * Fixed hook where wp_register_style is used 120 118 121 = 1.0.4 / 22-04-2014 = 119 122 * Added Serbian and Spanish translations by Ogi Djuraskovic
Note: See TracChangeset
for help on using the changeset viewer.