Plugin Directory

Changeset 3441039


Ignore:
Timestamp:
01/16/2026 01:53:53 PM (2 months ago)
Author:
devpriyanshu
Message:

Release version 1.0.2 - Minor improvements and code optimizations

Location:
order-invoice-pdf-generator
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • order-invoice-pdf-generator/tags/1.0.2/order-invoice-pdf-generator.php

    r3441021 r3441039  
    44 * Plugin URI: https://wordpress.org/plugins/order-invoice-pdf-generator/
    55 * Description: Generate multilingual, RTL-ready invoice PDFs for WooCommerce orders.
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Author: Priyanshu Kast
    88 * Author URI: https://profiles.wordpress.org/devpriyanshu/
     
    1717
    1818// Define plugin version
    19 define( 'ORDER_INVOICE_PDF_VERSION', '1.0.1' );
     19define( 'ORDER_INVOICE_PDF_VERSION', '1.0.2' );
    2020
    2121// Load plugin text domain
     
    6363        plugin_dir_url( __FILE__ ) . 'assets/js/admin.js',
    6464        [ 'jquery', 'media-upload', 'media-views' ],
    65         '1.0.1',
     65        ORDER_INVOICE_PDF_VERSION,
    6666        true
    6767    );
  • order-invoice-pdf-generator/tags/1.0.2/readme.txt

    r3441021 r3441039  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: [https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html)
     
    8383== Changelog ==
    8484
     85= 1.0.2 =
     86
     87* Minor improvements and code optimizations
     88
    8589= 1.0.1 =
    8690
     
    99103== Upgrade Notice ==
    100104
     105= 1.0.2 =
     106Minor improvements and optimizations.
     107
    101108= 1.0.1 =
    102109Bug fixes and improvements. Now compatible with WooCommerce HPOS.
  • order-invoice-pdf-generator/trunk/order-invoice-pdf-generator.php

    r3441021 r3441039  
    44 * Plugin URI: https://wordpress.org/plugins/order-invoice-pdf-generator/
    55 * Description: Generate multilingual, RTL-ready invoice PDFs for WooCommerce orders.
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Author: Priyanshu Kast
    88 * Author URI: https://profiles.wordpress.org/devpriyanshu/
     
    1717
    1818// Define plugin version
    19 define( 'ORDER_INVOICE_PDF_VERSION', '1.0.1' );
     19define( 'ORDER_INVOICE_PDF_VERSION', '1.0.2' );
    2020
    2121// Load plugin text domain
     
    6363        plugin_dir_url( __FILE__ ) . 'assets/js/admin.js',
    6464        [ 'jquery', 'media-upload', 'media-views' ],
    65         '1.0.1',
     65        ORDER_INVOICE_PDF_VERSION,
    6666        true
    6767    );
  • order-invoice-pdf-generator/trunk/readme.txt

    r3441021 r3441039  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: [https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html)
     
    8383== Changelog ==
    8484
     85= 1.0.2 =
     86
     87* Minor improvements and code optimizations
     88
    8589= 1.0.1 =
    8690
     
    99103== Upgrade Notice ==
    100104
     105= 1.0.2 =
     106Minor improvements and optimizations.
     107
    101108= 1.0.1 =
    102109Bug fixes and improvements. Now compatible with WooCommerce HPOS.
Note: See TracChangeset for help on using the changeset viewer.