Changeset 1380937
- Timestamp:
- 03/29/2016 10:47:24 AM (10 years ago)
- Location:
- ezflippr/trunk
- Files:
-
- 3 edited
-
ezflippr.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
resources/js/ezflippr.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ezflippr/trunk/ezflippr.php
r1379537 r1380937 4 4 * Plugin URI: http://www.nuagelab.com/wordpress-plugins/ezflippr 5 5 * Description: Adds rich flipbooks made from PDF through ezFlippr.com 6 * Version: 1.1.2 86 * Version: 1.1.29 7 7 * Author: NuageLab <wordpress-plugins@nuagelab.com> 8 8 * Author URI: http://www.nuagelab.com/wordpress-plugins -
ezflippr/trunk/readme.txt
r1379537 r1380937 5 5 Tested up to: 4.4.2 6 6 Stable tag: trunk 7 Text Domain: ezflippr 7 8 License: GPLv2 or later 8 Text Domain: ezflippr9 9 10 10 Allows download and installation of flipbooks created with ezFlippr.com. … … 89 89 90 90 == Changelog == 91 = 1.1.29 = 92 * Fixed Javascript bug with jQuery. 93 91 94 = 1.1.28 = 92 95 * Made "Add New" links point to site until flipbooks can be created from WordPress. -
ezflippr/trunk/resources/js/ezflippr.js
r1379537 r1380937 13 13 var href = String($(this).attr('href')); 14 14 // 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/)) { 16 16 $(this).attr('href', addLink); 17 17 $(this).attr('target', '_blank');
Note: See TracChangeset
for help on using the changeset viewer.