Changeset 3417137
- Timestamp:
- 12/11/2025 08:51:40 AM (3 months ago)
- Location:
- easy-invoice
- Files:
-
- 4 edited
- 1 copied
-
tags/2.1.6 (copied) (copied from easy-invoice/trunk)
-
tags/2.1.6/easy-invoice.php (modified) (3 diffs)
-
tags/2.1.6/readme.txt (modified) (2 diffs)
-
trunk/easy-invoice.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-invoice/tags/2.1.6/easy-invoice.php
r3399346 r3417137 4 4 * Plugin URI: https://matrixaddons.com/plugins/easy-invoice 5 5 * Description: A beautiful, full-featured invoicing solution for WordPress. Create professional invoices, quotes, and manage payments with ease. 6 * Version: 2.1. 56 * Version: 2.1.6 7 7 * Author: MatrixAddons 8 8 * Author URI: https://matrixaddons.com … … 12 12 * Domain Path: /languages 13 13 * Requires at least: 5.6 14 * Tested up to: 6. 814 * Tested up to: 6.9 15 15 * Requires PHP: 7.4 16 16 * Network: false … … 25 25 26 26 // Define plugin constants. 27 define( 'EASY_INVOICE_VERSION', '2.1. 5' );27 define( 'EASY_INVOICE_VERSION', '2.1.6' ); 28 28 define( 'EASY_INVOICE_PLUGIN_FILE', __FILE__ ); 29 29 define( 'EASY_INVOICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
easy-invoice/tags/2.1.6/readme.txt
r3399346 r3417137 3 3 Tags: invoice, pdf, quotes, billing, payment 4 4 Requires at least: 5.6 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.1. 57 Stable tag: 2.1.6 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 138 138 == Changelog == 139 139 140 = 2.1.6 - 2025-12-11 = 141 * Checked - WordPress 6.9 compatibility tested 142 140 143 = 2.1.5 - 2025-11-20 = 141 144 * Fixed - Template loading issue fixed -
easy-invoice/trunk/easy-invoice.php
r3399346 r3417137 4 4 * Plugin URI: https://matrixaddons.com/plugins/easy-invoice 5 5 * Description: A beautiful, full-featured invoicing solution for WordPress. Create professional invoices, quotes, and manage payments with ease. 6 * Version: 2.1. 56 * Version: 2.1.6 7 7 * Author: MatrixAddons 8 8 * Author URI: https://matrixaddons.com … … 12 12 * Domain Path: /languages 13 13 * Requires at least: 5.6 14 * Tested up to: 6. 814 * Tested up to: 6.9 15 15 * Requires PHP: 7.4 16 16 * Network: false … … 25 25 26 26 // Define plugin constants. 27 define( 'EASY_INVOICE_VERSION', '2.1. 5' );27 define( 'EASY_INVOICE_VERSION', '2.1.6' ); 28 28 define( 'EASY_INVOICE_PLUGIN_FILE', __FILE__ ); 29 29 define( 'EASY_INVOICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
easy-invoice/trunk/readme.txt
r3399346 r3417137 3 3 Tags: invoice, pdf, quotes, billing, payment 4 4 Requires at least: 5.6 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.1. 57 Stable tag: 2.1.6 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 138 138 == Changelog == 139 139 140 = 2.1.6 - 2025-12-11 = 141 * Checked - WordPress 6.9 compatibility tested 142 140 143 = 2.1.5 - 2025-11-20 = 141 144 * Fixed - Template loading issue fixed
Note: See TracChangeset
for help on using the changeset viewer.