Plugin Directory

Changeset 930391


Ignore:
Timestamp:
06/11/2014 01:51:40 PM (12 years ago)
Author:
perfect-web
Message:

Version 1.0.5 Fixed hook where wp_register_style is used

Location:
pwebonedrive/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pwebonedrive/trunk/liveconnect.php

    r888832 r930391  
    11<?php
    22/**
    3  * @version 1.0.3
     3 * @version 1.0.5
    44 * @package OneDrive
    55 * @copyright © 2014 Perfect Web sp. z o.o., All rights reserved. http://www.perfect-web.co
     
    390390                }
    391391               
    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']);
    393393
    394394                if (!headers_sent())
  • pwebonedrive/trunk/pwebonedrive.php

    r900202 r930391  
    44 * Plugin URI: http://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: 1.0.4
     6 * Version: 1.0.5
    77 * Author: Piotr Moćko
    88 * Author URI: http://www.perfect-web.co
     
    2525    wp_register_script('pweb_onedrive_prettyphoto_script', plugins_url('js/jquery.prettyPhoto'.(PWEB_ONEDRIVE_DEBUG ? '' : '.min').'.js', __FILE__), array('jquery'));
    2626}
    27 add_action('plugins_loaded', 'pweb_onedrive_init');
     27add_action('init', 'pweb_onedrive_init');
    2828
    2929
  • pwebonedrive/trunk/readme.txt

    r928896 r930391  
    55Requires at least: 2.8.0
    66Tested up to: 3.9.1
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    116116== Changelog ==
    117117
     118= 1.0.5 / 11-06-2014 =
     119* Fixed hook where wp_register_style is used
     120
    118121= 1.0.4 / 22-04-2014 =
    119122* Added Serbian and Spanish translations by Ogi Djuraskovic
Note: See TracChangeset for help on using the changeset viewer.