Changeset 900202
- Timestamp:
- 04/22/2014 02:32:53 PM (12 years ago)
- Location:
- pwebonedrive/trunk
- Files:
-
- 7 added
- 2 edited
-
languages (added)
-
languages/index.html (added)
-
languages/pwebonedrive-en_GB.pot (added)
-
languages/pwebonedrive-es_ES.mo (added)
-
languages/pwebonedrive-es_ES.po (added)
-
languages/pwebonedrive-sr_RS.mo (added)
-
languages/pwebonedrive-sr_RS.po (added)
-
pwebonedrive.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pwebonedrive/trunk/pwebonedrive.php
r888832 r900202 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. 36 * Version: 1.0.4 7 7 * Author: Piotr Moćko 8 8 * Author URI: http://www.perfect-web.co … … 17 17 function pweb_onedrive_init() 18 18 { 19 $plugin_dir = basename(dirname(__FILE__)); 20 load_plugin_textdomain( 'pwebonedrive', false, $plugin_dir ); 19 load_plugin_textdomain( 'pwebonedrive', false, basename(dirname(__FILE__)).'/languages' ); 21 20 22 21 wp_register_style('pweb_onedrive_file_style', plugins_url('css/onedrivefile.css', __FILE__)); -
pwebonedrive/trunk/readme.txt
r892920 r900202 4 4 Tags: gallery, cloud storage, onedrive, microsoft 5 5 Requires at least: 2.8.0 6 Tested up to: 3. 8.27 Stable tag: 1.0. 36 Tested up to: 3.9.0 7 Stable tag: 1.0.4 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 46 46 = Translations = 47 47 48 English 48 English, Serbian (by Ogi Djuraskovic), Spanish (by Ogi Djuraskovic 49 49 50 50
Note: See TracChangeset
for help on using the changeset viewer.