Plugin Directory

Changeset 1380937


Ignore:
Timestamp:
03/29/2016 10:47:24 AM (10 years ago)
Author:
nuagelab
Message:

Version 1.1.29:

  • Fixed Javascript bug with jQuery.
Location:
ezflippr/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ezflippr/trunk/ezflippr.php

    r1379537 r1380937  
    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.28
     6* Version: 1.1.29
    77* Author: NuageLab <wordpress-plugins@nuagelab.com>
    88* Author URI: http://www.nuagelab.com/wordpress-plugins
  • ezflippr/trunk/readme.txt

    r1379537 r1380937  
    55Tested up to: 4.4.2
    66Stable tag: trunk
     7Text Domain: ezflippr
    78License: GPLv2 or later
    8 Text Domain: ezflippr
    99
    1010Allows download and installation of flipbooks created with ezFlippr.com.
     
    8989
    9090== Changelog ==
     91= 1.1.29 =
     92* Fixed Javascript bug with jQuery.
     93
    9194= 1.1.28 =
    9295* Made "Add New" links point to site until flipbooks can be created from WordPress.
  • ezflippr/trunk/resources/js/ezflippr.js

    r1379537 r1380937  
    1313            var href = String($(this).attr('href'));
    1414            // http://wordpress-demo.localhost/wp-admin/post-new.php?post_type=ezflippr_flipbook
    15             if (href.match(/post_type=ezflippr_flipbook/)) {
     15            if (href.match(/post-new.php\?post_type=ezflippr_flipbook/)) {
    1616                $(this).attr('href', addLink);
    1717                $(this).attr('target', '_blank');
Note: See TracChangeset for help on using the changeset viewer.