Changeset 3302409
- Timestamp:
- 05/28/2025 05:33:33 PM (10 months ago)
- Location:
- waterwoo-pdf/trunk
- Files:
-
- 3 edited
-
classes/wwpdf-file-handler.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
waterwoo-pdf.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
waterwoo-pdf/trunk/classes/wwpdf-file-handler.php
r3301758 r3302409 84 84 $product_id = $product->get_id(); 85 85 $this->email = $email; 86 87 86 88 87 $file = $this->dispatch( 'woo', $file_path, $order_id, $product_id ); … … 290 289 $paid_date = $order_data['date_created']->date( 'Y-m-d H:i:s' ) ?? ''; 291 290 } 291 $email = $this->email; 292 292 293 293 } else if ( 'dlm' === $source ) { -
waterwoo-pdf/trunk/readme.txt
r3302401 r3302409 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2 8 Stable tag: 4.0. 08 Stable tag: 4.0.1 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 200 200 == Changelog == 201 201 202 = 4.0.1 - 27 May 2025 = 203 * Fix WooCommerce [EMAIL] shortcode gone missing 204 202 205 = 4.0.0 - 27 May 2025 = 203 206 * Integration with Download Monitor & Easy Digital Downloads -
waterwoo-pdf/trunk/waterwoo-pdf.php
r3301758 r3302409 4 4 * Plugin URI: https://wordpress.org/plugins/waterwoo-pdf/ 5 5 * Description: Custom watermark your PDF files upon WooCommerce, Download Monitor, and Easy Digital Download customer download. Since 2014. FKA "WaterWoo" 6 * Version: 4.0 6 * Version: 4.0.1 7 7 * Author: Little Package 8 8 * Author URI: https://pdfink.com … … 50 50 51 51 if ( ! defined( 'WWPDF_FREE_VERSION' ) ) { 52 define( 'WWPDF_FREE_VERSION', '4.0 ' );52 define( 'WWPDF_FREE_VERSION', '4.0.1' ); 53 53 } 54 54
Note: See TracChangeset
for help on using the changeset viewer.