Changeset 2144912
- Timestamp:
- 08/24/2019 05:19:04 PM (7 years ago)
- Location:
- save-as-pdf/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
save-as-pdf.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
save-as-pdf/trunk/readme.txt
r2144346 r2144912 4 4 Requires at least: 4.1 5 5 Tested up to: 5.2.1 6 Stable tag: 1. 36 Stable tag: 1.4 7 7 Requires PHP: 5.2.4 8 8 License: GNUGPLv3 … … 55 55 == Changelog == 56 56 57 = 1.4 = 58 * Big fix 59 57 60 = 1.3 = 58 61 * Bug fix -
save-as-pdf/trunk/save-as-pdf.php
r2144346 r2144912 5 5 * Plugin URI: https://restpack.io/html2pdf 6 6 * Description: Allows visitors to save current page as PDF file 7 * Version: 1. 37 * Version: 1.4 8 8 * Text Domain: save-as-pdf 9 9 * Author: Restpack Inc … … 60 60 add_action('wp_enqueue_scripts', array(&$this, 'restpack_js')); 61 61 add_action('wp_ajax_restpack_ajax', array(&$this, 'restpack_ajax')); 62 add_action('wp_ajax_nopriv_restpack_ajax', array(&$this, 'restpack_ajax')); 62 63 63 64 add_shortcode('restpackpdfbutton', array(&$this, 'shortcode'));
Note: See TracChangeset
for help on using the changeset viewer.