Changeset 3482016
- Timestamp:
- 03/13/2026 01:11:13 PM (3 weeks ago)
- Location:
- easy-invoice
- Files:
-
- 4 added
- 4 edited
- 1 copied
-
tags/2.1.12 (copied) (copied from easy-invoice/trunk)
-
tags/2.1.12/assets/js/promotion.js (added)
-
tags/2.1.12/easy-invoice.php (modified) (3 diffs)
-
tags/2.1.12/includes/Services/PromotionService.php (added)
-
tags/2.1.12/readme.txt (modified) (2 diffs)
-
trunk/assets/js/promotion.js (added)
-
trunk/easy-invoice.php (modified) (3 diffs)
-
trunk/includes/Services/PromotionService.php (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-invoice/tags/2.1.12/easy-invoice.php
r3466815 r3482016 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.1 16 * Version: 2.1.12 7 7 * Author: MatrixAddons 8 8 * Author URI: https://matrixaddons.com … … 26 26 27 27 // Define plugin constants. 28 define( 'EASY_INVOICE_VERSION', '2.1.1 1' );28 define( 'EASY_INVOICE_VERSION', '2.1.12' ); 29 29 define( 'EASY_INVOICE_PLUGIN_FILE', __FILE__ ); 30 30 define( 'EASY_INVOICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); … … 101 101 \EasyInvoice\Services\ReviewNoticeService::init(); 102 102 103 // Initialize promotion service 104 \EasyInvoice\Services\PromotionService::init(); 105 103 106 do_action('easy_invoice_loaded'); 104 107 -
easy-invoice/tags/2.1.12/readme.txt
r3466815 r3482016 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.1.1 17 Stable tag: 2.1.12 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 The complete WordPress invoicing solution for freelancers & businesses. Create invoices, generatePDF quotes, accept payments, and automate billing—all in one plugin.11 WordPress invoicing solution for freelancers & businesses. Create invoices, PDF quotes, accept payments, and automate billing—all in one plugin. 12 12 13 13 == Description == … … 324 324 == Changelog == 325 325 326 = 2.1.12 - March 13, 2026 = 327 * Fixed - Minor issues fixed 328 * Added - Promotional notice 329 326 330 = 2.1.11 - February 22, 2026 = 327 331 * Fixed - Minor issues fixed -
easy-invoice/trunk/easy-invoice.php
r3466815 r3482016 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.1 16 * Version: 2.1.12 7 7 * Author: MatrixAddons 8 8 * Author URI: https://matrixaddons.com … … 26 26 27 27 // Define plugin constants. 28 define( 'EASY_INVOICE_VERSION', '2.1.1 1' );28 define( 'EASY_INVOICE_VERSION', '2.1.12' ); 29 29 define( 'EASY_INVOICE_PLUGIN_FILE', __FILE__ ); 30 30 define( 'EASY_INVOICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); … … 101 101 \EasyInvoice\Services\ReviewNoticeService::init(); 102 102 103 // Initialize promotion service 104 \EasyInvoice\Services\PromotionService::init(); 105 103 106 do_action('easy_invoice_loaded'); 104 107 -
easy-invoice/trunk/readme.txt
r3466815 r3482016 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.1.1 17 Stable tag: 2.1.12 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 The complete WordPress invoicing solution for freelancers & businesses. Create invoices, generatePDF quotes, accept payments, and automate billing—all in one plugin.11 WordPress invoicing solution for freelancers & businesses. Create invoices, PDF quotes, accept payments, and automate billing—all in one plugin. 12 12 13 13 == Description == … … 324 324 == Changelog == 325 325 326 = 2.1.12 - March 13, 2026 = 327 * Fixed - Minor issues fixed 328 * Added - Promotional notice 329 326 330 = 2.1.11 - February 22, 2026 = 327 331 * Fixed - Minor issues fixed
Note: See TracChangeset
for help on using the changeset viewer.