Plugin Directory

Changeset 2091005


Ignore:
Timestamp:
05/20/2019 12:13:34 AM (7 years ago)
Author:
getflowpaper
Message:

1.9.2

Location:
flowpaper-lite-pdf-flipbook/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • flowpaper-lite-pdf-flipbook/trunk/flowpaper.php

    r1985349 r2091005  
    44Plugin URI: https://wordpress.org/plugins/flowpaper-lite-pdf-flipbook
    55Description: 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.1
     6Version: 1.9.2
    77Author: Devaldi Ltd
    88Author URI: https://flowpaper.com
     
    1010*/
    1111
    12 define('FLOWPAPER_PLUGIN_VERSION', '1.9.1');
     12define('FLOWPAPER_PLUGIN_VERSION', '1.9.2');
    1313
    1414function flowpaper_plugin_parse_request($wp) {
     
    292292    wp_register_script('lity-js', plugins_url( '/assets/lity/lity.min.js', __FILE__ ), array( 'jquery' ), NULL, false);
    293293    wp_enqueue_script( 'lity-js' );
    294     wp_enqueue_style('lity-css', plugins_url( '/assets/lity/lity.min.css', __FILE__ ), false, NULL, 'all');
    295294}
    296295
     
    322321
    323322    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
    324326        $title          = "";
    325327        $cover          = "";
  • flowpaper-lite-pdf-flipbook/trunk/readme.txt

    r1985349 r2091005  
    173173* Improved the ability to embed self hosted publications created with the desktop publisher
    174174
     175= 1.9.2 =
     176* Changed the way the lightbox plugin is included to avoid css cluttering
     177
    175178== Installation ==
    176179
Note: See TracChangeset for help on using the changeset viewer.