Plugin Directory

Changeset 900202


Ignore:
Timestamp:
04/22/2014 02:32:53 PM (12 years ago)
Author:
perfect-web
Message:

Spanish and Serbian translations by Ogi Djuraskovic firstsiteguide.com

Location:
pwebonedrive/trunk
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • pwebonedrive/trunk/pwebonedrive.php

    r888832 r900202  
    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.3
     6 * Version: 1.0.4
    77 * Author: Piotr Moćko
    88 * Author URI: http://www.perfect-web.co
     
    1717function pweb_onedrive_init()
    1818{
    19     $plugin_dir = basename(dirname(__FILE__));
    20     load_plugin_textdomain( 'pwebonedrive', false, $plugin_dir );
     19    load_plugin_textdomain( 'pwebonedrive', false, basename(dirname(__FILE__)).'/languages' );
    2120   
    2221    wp_register_style('pweb_onedrive_file_style', plugins_url('css/onedrivefile.css', __FILE__));
  • pwebonedrive/trunk/readme.txt

    r892920 r900202  
    44Tags: gallery, cloud storage, onedrive, microsoft
    55Requires at least: 2.8.0
    6 Tested up to: 3.8.2
    7 Stable tag: 1.0.3
     6Tested up to: 3.9.0
     7Stable tag: 1.0.4
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4646= Translations =
    4747
    48 English
     48English, Serbian (by Ogi Djuraskovic), Spanish (by Ogi Djuraskovic
    4949
    5050
Note: See TracChangeset for help on using the changeset viewer.