Changeset 2091005
- Timestamp:
- 05/20/2019 12:13:34 AM (7 years ago)
- Location:
- flowpaper-lite-pdf-flipbook/trunk
- Files:
-
- 2 edited
-
flowpaper.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flowpaper-lite-pdf-flipbook/trunk/flowpaper.php
r1985349 r2091005 4 4 Plugin URI: https://wordpress.org/plugins/flowpaper-lite-pdf-flipbook 5 5 Description: Shortcode for adding a PDF flipbook to a post: [flipbook pdf="http://yourwebsite.com/yourdocument.pdf"]. Replace the URL with a URL to a PDF document you want to publish. 6 Version: 1.9. 16 Version: 1.9.2 7 7 Author: Devaldi Ltd 8 8 Author URI: https://flowpaper.com … … 10 10 */ 11 11 12 define('FLOWPAPER_PLUGIN_VERSION', '1.9. 1');12 define('FLOWPAPER_PLUGIN_VERSION', '1.9.2'); 13 13 14 14 function flowpaper_plugin_parse_request($wp) { … … 292 292 wp_register_script('lity-js', plugins_url( '/assets/lity/lity.min.js', __FILE__ ), array( 'jquery' ), NULL, false); 293 293 wp_enqueue_script( 'lity-js' ); 294 wp_enqueue_style('lity-css', plugins_url( '/assets/lity/lity.min.css', __FILE__ ), false, NULL, 'all');295 294 } 296 295 … … 322 321 323 322 if($linkEmbed){ 323 // add lightbox css styles 324 wp_enqueue_style('lity-css', plugins_url( '/assets/lity/lity.min.css', __FILE__ ), false, NULL, 'all'); 325 324 326 $title = ""; 325 327 $cover = ""; -
flowpaper-lite-pdf-flipbook/trunk/readme.txt
r1985349 r2091005 173 173 * Improved the ability to embed self hosted publications created with the desktop publisher 174 174 175 = 1.9.2 = 176 * Changed the way the lightbox plugin is included to avoid css cluttering 177 175 178 == Installation == 176 179
Note: See TracChangeset
for help on using the changeset viewer.