Plugin Directory

Changeset 3302409


Ignore:
Timestamp:
05/28/2025 05:33:33 PM (10 months ago)
Author:
littlepackage
Message:

upgrade to PDF Ink Lite v4.0.1

Location:
waterwoo-pdf/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • waterwoo-pdf/trunk/classes/wwpdf-file-handler.php

    r3301758 r3302409  
    8484        $product_id = $product->get_id();
    8585        $this->email = $email;
    86 
    8786
    8887        $file = $this->dispatch( 'woo', $file_path, $order_id, $product_id );
     
    290289                $paid_date  = $order_data['date_created']->date( 'Y-m-d H:i:s' ) ?? '';
    291290            }
     291            $email = $this->email;
    292292
    293293        } else if ( 'dlm' === $source ) {
  • waterwoo-pdf/trunk/readme.txt

    r3302401 r3302409  
    66Tested up to: 6.8
    77Requires PHP: 7.2
    8 Stable tag: 4.0.0
     8Stable tag: 4.0.1
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    200200== Changelog ==
    201201
     202= 4.0.1 - 27 May 2025 =
     203* Fix WooCommerce [EMAIL] shortcode gone missing
     204
    202205= 4.0.0 - 27 May 2025 =
    203206* Integration with Download Monitor & Easy Digital Downloads
  • waterwoo-pdf/trunk/waterwoo-pdf.php

    r3301758 r3302409  
    44 * Plugin URI: https://wordpress.org/plugins/waterwoo-pdf/
    55 * 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
    77 * Author: Little Package
    88 * Author URI: https://pdfink.com
     
    5050
    5151if ( ! defined( 'WWPDF_FREE_VERSION' ) ) {
    52     define( 'WWPDF_FREE_VERSION', '4.0' );
     52    define( 'WWPDF_FREE_VERSION', '4.0.1' );
    5353}
    5454
Note: See TracChangeset for help on using the changeset viewer.