Plugin Directory

Changeset 2398404


Ignore:
Timestamp:
10/13/2020 05:44:37 AM (5 years ago)
Author:
levertechadmin
Message:

PDF Zoom increase upto 800%
Added compatibility for Wordpress 5.5.1
Also upload old version trunks

Location:
pdf-embedder
Files:
677 added
34 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • pdf-embedder/trunk/pdf_embedder.php

    r2226435 r2398404  
    55 * Plugin URI: http://wp-pdf.com/
    66 * Description: Embed PDFs straight into your posts and pages, with flexible width and height. No third-party services required. Compatible with Gutenberg Editor WordPress
    7  * Version: 4.6
     7 * Version: 4.6.1
    88 * Author: Lever Technology LLC
    99 * Author URI: http://wp-pdf.com/
     
    1616class pdfemb_basic_pdf_embedder extends core_pdf_embedder {
    1717
    18     protected $PLUGIN_VERSION = '4.6';
     18    protected $PLUGIN_VERSION = '4.6.1';
    1919   
    2020    // Singleton
  • pdf-embedder/trunk/readme.txt

    r2226435 r2398404  
    1 === PDF Embedder ===
     1=== PDF Embedder ===
    22Contributors: levertechadmin
    33Tags: doc, pdf, pdf viewer, office, google, document, embed, intranet
    44Requires at least: 3.5
    5 Tested up to: 5.3
    6 Stable tag: 4.5
     5Tested up to: 5.5.1
     6Stable tag: 4.6.1
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    204204== Changelog ==
    205205
     206= 4.6.1 =
     207
     208PDF Zoom increase upto 800%
     209Added compatibility for Wordpress 5.5.1
     210
    206211= 4.6 =
    207212
Note: See TracChangeset for help on using the changeset viewer.