Plugin Directory

Changeset 2144912


Ignore:
Timestamp:
08/24/2019 05:19:04 PM (7 years ago)
Author:
restpack
Message:

Bugfix

Location:
save-as-pdf/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • save-as-pdf/trunk/readme.txt

    r2144346 r2144912  
    44Requires at least: 4.1
    55Tested up to: 5.2.1
    6 Stable tag: 1.3
     6Stable tag: 1.4
    77Requires PHP: 5.2.4
    88License: GNUGPLv3
     
    5555== Changelog ==
    5656
     57= 1.4 =
     58* Big fix
     59
    5760= 1.3 =
    5861* Bug fix
  • save-as-pdf/trunk/save-as-pdf.php

    r2144346 r2144912  
    55 * Plugin URI: https://restpack.io/html2pdf
    66 * Description: Allows visitors to save current page as PDF file
    7  * Version: 1.3
     7 * Version: 1.4
    88 * Text Domain: save-as-pdf
    99 * Author: Restpack Inc
     
    6060    add_action('wp_enqueue_scripts', array(&$this, 'restpack_js'));
    6161    add_action('wp_ajax_restpack_ajax', array(&$this, 'restpack_ajax'));
     62    add_action('wp_ajax_nopriv_restpack_ajax', array(&$this, 'restpack_ajax'));
    6263
    6364    add_shortcode('restpackpdfbutton', array(&$this, 'shortcode'));
Note: See TracChangeset for help on using the changeset viewer.