Plugin Directory

Changeset 2676079


Ignore:
Timestamp:
02/10/2022 12:46:37 AM (4 years ago)
Author:
wonderplugin
Message:

Version 2.2

Location:
wonderplugin-pdf-embed/trunk
Files:
481 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • wonderplugin-pdf-embed/trunk/readme.txt

    r2676014 r2676079  
    9797== Changelog ==
    9898
     99= 2.2 =
     100* Change PDF.js folder name to fix the cache issue after upgrading
     101
    99102= 2.1 =
    100103* Fix the cache issue after upgrading PDF.js
  • wonderplugin-pdf-embed/trunk/wonderplugin-pdf.php

    r2676014 r2676079  
    44Plugin URI: https://www.wonderplugin.com/wordpress-pdf-embed/
    55Description: Embed PDF to your WordPress website
    6 Version: 2.1
     6Version: 2.2
    77Author: Magic Hills Pty Ltd
    88Author URI: https://www.wonderplugin.com
     
    5555    function get_pdf_engine() {
    5656       
    57         $engine = plugin_dir_url(__FILE__) . 'pdfjs/web/viewer.html';
     57        $engine = plugin_dir_url(__FILE__) . 'pdfjslight/web/viewer.html';
    5858
    5959        $settings = $this->get_settings();
Note: See TracChangeset for help on using the changeset viewer.