Plugin Directory

Changeset 823472


Ignore:
Timestamp:
12/16/2013 10:26:43 PM (12 years ago)
Author:
bmodesign2
Message:

wordpress 3.8 fix

Location:
bmo-expo/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • bmo-expo/trunk/bmo_expo.php

    r811599 r823472  
    66Author: Benedikt Morschheuser
    77Author URI: http://bmo-design.de/
    8 Version: 1.0.9
     8Version: 1.0.10
    99
    1010Copyright 2012-2013 by Benedikt Morschheuser (http://bmo-design.de/kontakt/)
     
    3333//###############################################################
    3434
    35   define('BMO_EXPO_VERSION','1.0.9');//version 
     35  define('BMO_EXPO_VERSION','1.0.10');//version 
    3636  define('BMO_EXPO_SITEBASE_URL', get_option('siteurl'));
    3737  define('BMO_EXPO_PLUGINNAME', trim(plugin_basename(dirname(__FILE__))));
  • bmo-expo/trunk/classes/admin/tinyMCEWindow.php

    r805189 r823472  
    2020wp_enqueue_style('buttons');
    2121
    22 wp_register_style( 'bmo_admin_css', BMO_EXPO_URL.'/css/admin/bmo_bootstrap.min.css', array(), BMO_EXPO_VERSION ,'all');
     22wp_register_style( 'bmo_admin_css', BMO_EXPO_URL.'/css/admin/bootstrap.css', array(), BMO_EXPO_VERSION ,'all');
    2323wp_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/bmo_bootstrap.min.js', array(), BMO_EXPO_VERSION ,'all');
     24wp_register_script( 'bmo_admin_js', BMO_EXPO_URL.'/js/admin/bootstrap.js', array(), BMO_EXPO_VERSION ,'all');
    2525if (function_exists('wp_enqueue_script')) {
    2626    wp_enqueue_style('bmo_admin_css');
  • bmo-expo/trunk/css/admin/bmo_admin_style.css

    r811599 r823472  
    4747    max-width:500px;
    4848}
     49.popover .arrow{
     50    bottom: auto;
     51    margin-left: 0px;
     52}
  • bmo-expo/trunk/languages/bmo-expo-de_DE.po

    r808497 r823472  
    33"Project-Id-Version: BMo-Expo\n"
    44"POT-Creation-Date: 2013-11-21 22:34+0100\n"
    5 "PO-Revision-Date: 2013-11-21 22:34+0100\n"
     5"PO-Revision-Date: 2013-12-16 23:14+0100\n"
    66"Last-Translator: BMo <[email protected]>\n"
    77"Language-Team: BMo <[email protected]>\n"
     
    170170#: classes/theGallery.php:80 ../trunk/classes/theGallery.php:80
    171171msgid "Colorbox background opacity in %:"
    172 msgstr "Colorbox Hintergrund Transparenz in %:"
     172msgstr "Colorbox Hintergrundtransparenz in %:"
    173173
    174174#: classes/theGallery.php:81 ../trunk/classes/theGallery.php:81
     
    178178#: classes/theGallery.php:82 ../trunk/classes/theGallery.php:82
    179179msgid "Colorbox slideshow delay in ms:"
    180 msgstr "Colorbox Slideshow Verzögerung in ms:"
     180msgstr "Colorbox Slideshow-Verzögerung in ms:"
    181181
    182182#: classes/theGallery.php:413 ../trunk/classes/theGallery.php:413
  • bmo-expo/trunk/readme.txt

    r812086 r823472  
    8787
    8888= Version 1.0 =
     89    * 1.0.10 Wordpress 3.8 fix
    8990    * 1.0.9 Integrated a option for switching from NextGen Scroll Gallery to BMo Expo.
    9091        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.