Plugin Directory

Changeset 1474275


Ignore:
Timestamp:
08/14/2016 07:17:27 PM (10 years ago)
Author:
nuagelab
Message:

Version 1.1.34:

  • Fixed notice appearing on old versions of WordPress.
Location:
ezflippr/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ezflippr/trunk/ezflippr.php

    r1467952 r1474275  
    44* Plugin URI: http://www.nuagelab.com/wordpress-plugins/ezflippr
    55* Description: Adds rich flipbooks made from PDF through ezFlippr.com
    6 * Version: 1.1.33
     6* Version: 1.1.34
    77* Author: NuageLab <wordpress-plugins@nuagelab.com>
    88* Author URI: http://www.nuagelab.com/wordpress-plugins
     
    109109        global $menu, $submenu;
    110110        //unset($submenu['edit.php?post_type=ezflippr_flipbook'][10]); // Removes 'Add New'
    111         $loc = function_exists('get_locale') ? substr(get_locale(),0,2) : defined(WPLANG) ? WPLANG : 'en';
     111        $loc = substr(get_locale(),0,2);
    112112        if (!in_array($loc,array('en','fr','es'))) $loc = 'en';
    113113        $loc = ($loc == 'en' ? '' : '/'.$loc);
  • ezflippr/trunk/readme.txt

    r1467952 r1474275  
    9090
    9191== Changelog ==
     92= 1.1.34 =
     93* Fixed notice appearing on old versions of WordPress.
     94
    9295= 1.1.33 =
    9396* Increase refresh rate
Note: See TracChangeset for help on using the changeset viewer.