Changeset 823472
- Timestamp:
- 12/16/2013 10:26:43 PM (12 years ago)
- Location:
- bmo-expo/trunk
- Files:
-
- 6 edited
-
bmo_expo.php (modified) (2 diffs)
-
classes/admin/tinyMCEWindow.php (modified) (1 diff)
-
css/admin/bmo_admin_style.css (modified) (1 diff)
-
languages/bmo-expo-de_DE.mo (modified) (previous)
-
languages/bmo-expo-de_DE.po (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bmo-expo/trunk/bmo_expo.php
r811599 r823472 6 6 Author: Benedikt Morschheuser 7 7 Author URI: http://bmo-design.de/ 8 Version: 1.0. 98 Version: 1.0.10 9 9 10 10 Copyright 2012-2013 by Benedikt Morschheuser (http://bmo-design.de/kontakt/) … … 33 33 //############################################################### 34 34 35 define('BMO_EXPO_VERSION','1.0. 9');//version35 define('BMO_EXPO_VERSION','1.0.10');//version 36 36 define('BMO_EXPO_SITEBASE_URL', get_option('siteurl')); 37 37 define('BMO_EXPO_PLUGINNAME', trim(plugin_basename(dirname(__FILE__)))); -
bmo-expo/trunk/classes/admin/tinyMCEWindow.php
r805189 r823472 20 20 wp_enqueue_style('buttons'); 21 21 22 wp_register_style( 'bmo_admin_css', BMO_EXPO_URL.'/css/admin/b mo_bootstrap.min.css', array(), BMO_EXPO_VERSION ,'all');22 wp_register_style( 'bmo_admin_css', BMO_EXPO_URL.'/css/admin/bootstrap.css', array(), BMO_EXPO_VERSION ,'all'); 23 23 wp_register_style( 'bmo_admin_style_css', BMO_EXPO_URL.'/css/admin/bmo_admin_style.css', array(), BMO_EXPO_VERSION ,'all'); 24 wp_register_script( 'bmo_admin_js', BMO_EXPO_URL.'/js/admin/b mo_bootstrap.min.js', array(), BMO_EXPO_VERSION ,'all');24 wp_register_script( 'bmo_admin_js', BMO_EXPO_URL.'/js/admin/bootstrap.js', array(), BMO_EXPO_VERSION ,'all'); 25 25 if (function_exists('wp_enqueue_script')) { 26 26 wp_enqueue_style('bmo_admin_css'); -
bmo-expo/trunk/css/admin/bmo_admin_style.css
r811599 r823472 47 47 max-width:500px; 48 48 } 49 .popover .arrow{ 50 bottom: auto; 51 margin-left: 0px; 52 } -
bmo-expo/trunk/languages/bmo-expo-de_DE.po
r808497 r823472 3 3 "Project-Id-Version: BMo-Expo\n" 4 4 "POT-Creation-Date: 2013-11-21 22:34+0100\n" 5 "PO-Revision-Date: 2013-1 1-21 22:34+0100\n"5 "PO-Revision-Date: 2013-12-16 23:14+0100\n" 6 6 "Last-Translator: BMo <[email protected]>\n" 7 7 "Language-Team: BMo <[email protected]>\n" … … 170 170 #: classes/theGallery.php:80 ../trunk/classes/theGallery.php:80 171 171 msgid "Colorbox background opacity in %:" 172 msgstr "Colorbox Hintergrund Transparenz in %:"172 msgstr "Colorbox Hintergrundtransparenz in %:" 173 173 174 174 #: classes/theGallery.php:81 ../trunk/classes/theGallery.php:81 … … 178 178 #: classes/theGallery.php:82 ../trunk/classes/theGallery.php:82 179 179 msgid "Colorbox slideshow delay in ms:" 180 msgstr "Colorbox Slideshow Verzögerung in ms:"180 msgstr "Colorbox Slideshow-Verzögerung in ms:" 181 181 182 182 #: classes/theGallery.php:413 ../trunk/classes/theGallery.php:413 -
bmo-expo/trunk/readme.txt
r812086 r823472 87 87 88 88 = Version 1.0 = 89 * 1.0.10 Wordpress 3.8 fix 89 90 * 1.0.9 Integrated a option for switching from NextGen Scroll Gallery to BMo Expo. 90 91 A big thank you to Borisa Djuraskovic and Webhostinghub for translating the plugin to Serbo-Croatian.
Note: See TracChangeset
for help on using the changeset viewer.