Plugin Directory

Changeset 2676088


Ignore:
Timestamp:
02/10/2022 01:08:05 AM (4 years ago)
Author:
wonderplugin
Message:

Version 2.3

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

Legend:

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

    r2676079 r2676088  
    9797== Changelog ==
    9898
     99= 2.3 =
     100* Change the PDF.js 2.0.493 folder name to the default name pdfjs to fix the possible cache issue
     101
    99102= 2.2 =
    100103* Change PDF.js folder name to fix the cache issue after upgrading
  • wonderplugin-pdf-embed/trunk/wonderplugin-pdf.php

    r2676079 r2676088  
    44Plugin URI: https://www.wonderplugin.com/wordpress-pdf-embed/
    55Description: Embed PDF to your WordPress website
    6 Version: 2.2
     6Version: 2.3
    77Author: Magic Hills Pty Ltd
    88Author URI: https://www.wonderplugin.com
     
    6060       
    6161        if ($settings['usedarktheme'] == 1) {
    62             $engine = plugin_dir_url(__FILE__) . 'pdfjsdark/web/viewer.html';
     62            $engine = plugin_dir_url(__FILE__) . 'pdfjs/web/viewer.html';
    6363        }
    6464
Note: See TracChangeset for help on using the changeset viewer.