Changeset 1506690
- Timestamp:
- 10/02/2016 05:17:27 AM (9 years ago)
- Location:
- wp-booklet/trunk
- Files:
-
- 3 edited
-
classes/class-wp-booklet2-pdf.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
wp-booklet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-booklet/trunk/classes/class-wp-booklet2-pdf.php
r1385515 r1506690 82 82 $pdf = $this->_file; 83 83 $target = $upload_path . '/wp-booklet-test-' . uniqid() . '.jpg'; 84 $command = new WP_Booklet2_Command("convert", "-background white -alpha remove-limit memory 32MiB -limit map 64MiB {$pdf} {$target}");84 $command = new WP_Booklet2_Command("convert", "-background white -alpha off -layers flatten -limit memory 32MiB -limit map 64MiB {$pdf} {$target}"); 85 85 $result = $command->run_command(); 86 86 -
wp-booklet/trunk/readme.txt
r1463101 r1506690 4 4 Tags: flip book, flipbook, booklet 5 5 Requires at least: 3.9 6 Tested up to: 4. 2.77 Stable tag: 2.1. 66 Tested up to: 4.6.1 7 Stable tag: 2.1.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 83 83 == Changelog == 84 84 85 = 2.1.7 = 86 * Imagemagick now uses -layers instead of -alpha remove 87 85 88 = 2.1.6 = 86 89 * Added PHP version and safe mode indicator to settings page … … 194 197 == Upgrade Notice == 195 198 199 = 2.1.7 = 200 * Imagemagick now uses -layers instead of -alpha remove 201 196 202 = 2.1.6 = 197 203 * Added PHP version and safe mode indicator to settings page -
wp-booklet/trunk/wp-booklet.php
r1463101 r1506690 3 3 * Plugin Name: WP Booklet 4 4 * Description: Allows creation of flip books using the jQuery Booklet plugin. Successor to WP Booklet 1.x 5 * Version: 2.1. 65 * Version: 2.1.7 6 6 * Author: BinaryStash 7 7 * Author URI: http://www.binarystash.net
Note: See TracChangeset
for help on using the changeset viewer.