Changeset 3441039
- Timestamp:
- 01/16/2026 01:53:53 PM (2 months ago)
- Location:
- order-invoice-pdf-generator
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from order-invoice-pdf-generator/trunk)
-
tags/1.0.2/order-invoice-pdf-generator.php (modified) (3 diffs)
-
tags/1.0.2/readme.txt (modified) (3 diffs)
-
trunk/order-invoice-pdf-generator.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
order-invoice-pdf-generator/tags/1.0.2/order-invoice-pdf-generator.php
r3441021 r3441039 4 4 * Plugin URI: https://wordpress.org/plugins/order-invoice-pdf-generator/ 5 5 * Description: Generate multilingual, RTL-ready invoice PDFs for WooCommerce orders. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: Priyanshu Kast 8 8 * Author URI: https://profiles.wordpress.org/devpriyanshu/ … … 17 17 18 18 // Define plugin version 19 define( 'ORDER_INVOICE_PDF_VERSION', '1.0. 1' );19 define( 'ORDER_INVOICE_PDF_VERSION', '1.0.2' ); 20 20 21 21 // Load plugin text domain … … 63 63 plugin_dir_url( __FILE__ ) . 'assets/js/admin.js', 64 64 [ 'jquery', 'media-upload', 'media-views' ], 65 '1.0.1',65 ORDER_INVOICE_PDF_VERSION, 66 66 true 67 67 ); -
order-invoice-pdf-generator/tags/1.0.2/readme.txt
r3441021 r3441039 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: [https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html) … … 83 83 == Changelog == 84 84 85 = 1.0.2 = 86 87 * Minor improvements and code optimizations 88 85 89 = 1.0.1 = 86 90 … … 99 103 == Upgrade Notice == 100 104 105 = 1.0.2 = 106 Minor improvements and optimizations. 107 101 108 = 1.0.1 = 102 109 Bug fixes and improvements. Now compatible with WooCommerce HPOS. -
order-invoice-pdf-generator/trunk/order-invoice-pdf-generator.php
r3441021 r3441039 4 4 * Plugin URI: https://wordpress.org/plugins/order-invoice-pdf-generator/ 5 5 * Description: Generate multilingual, RTL-ready invoice PDFs for WooCommerce orders. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: Priyanshu Kast 8 8 * Author URI: https://profiles.wordpress.org/devpriyanshu/ … … 17 17 18 18 // Define plugin version 19 define( 'ORDER_INVOICE_PDF_VERSION', '1.0. 1' );19 define( 'ORDER_INVOICE_PDF_VERSION', '1.0.2' ); 20 20 21 21 // Load plugin text domain … … 63 63 plugin_dir_url( __FILE__ ) . 'assets/js/admin.js', 64 64 [ 'jquery', 'media-upload', 'media-views' ], 65 '1.0.1',65 ORDER_INVOICE_PDF_VERSION, 66 66 true 67 67 ); -
order-invoice-pdf-generator/trunk/readme.txt
r3441021 r3441039 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: [https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html) … … 83 83 == Changelog == 84 84 85 = 1.0.2 = 86 87 * Minor improvements and code optimizations 88 85 89 = 1.0.1 = 86 90 … … 99 103 == Upgrade Notice == 100 104 105 = 1.0.2 = 106 Minor improvements and optimizations. 107 101 108 = 1.0.1 = 102 109 Bug fixes and improvements. Now compatible with WooCommerce HPOS.
Note: See TracChangeset
for help on using the changeset viewer.