Plugin Directory

Changeset 3482016


Ignore:
Timestamp:
03/13/2026 01:11:13 PM (3 weeks ago)
Author:
matrixaddons
Message:

Update to version 2.1.12 from GitHub

Location:
easy-invoice
Files:
4 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • easy-invoice/tags/2.1.12/easy-invoice.php

    r3466815 r3482016  
    44 * Plugin URI: https://matrixaddons.com/plugins/easy-invoice
    55 * Description: A beautiful, full-featured invoicing solution for WordPress. Create professional invoices, quotes, and manage payments with ease.
    6  * Version: 2.1.11
     6 * Version: 2.1.12
    77 * Author: MatrixAddons
    88 * Author URI: https://matrixaddons.com
     
    2626
    2727// Define plugin constants.
    28 define( 'EASY_INVOICE_VERSION', '2.1.11' );
     28define( 'EASY_INVOICE_VERSION', '2.1.12' );
    2929define( 'EASY_INVOICE_PLUGIN_FILE', __FILE__ );
    3030define( 'EASY_INVOICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
     
    101101    \EasyInvoice\Services\ReviewNoticeService::init();
    102102
     103    // Initialize promotion service
     104    \EasyInvoice\Services\PromotionService::init();
     105
    103106    do_action('easy_invoice_loaded');
    104107
  • easy-invoice/tags/2.1.12/readme.txt

    r3466815 r3482016  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.1.11
     7Stable tag: 2.1.12
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 The complete WordPress invoicing solution for freelancers & businesses. Create invoices, generate PDF quotes, accept payments, and automate billing—all in one plugin.
     11WordPress invoicing solution for freelancers & businesses. Create invoices, PDF quotes, accept payments, and automate billing—all in one plugin.
    1212
    1313== Description ==
     
    324324== Changelog ==
    325325
     326= 2.1.12 - March 13, 2026 =
     327* Fixed - Minor issues fixed
     328* Added - Promotional notice
     329
    326330= 2.1.11 - February 22, 2026 =
    327331* Fixed - Minor issues fixed
  • easy-invoice/trunk/easy-invoice.php

    r3466815 r3482016  
    44 * Plugin URI: https://matrixaddons.com/plugins/easy-invoice
    55 * Description: A beautiful, full-featured invoicing solution for WordPress. Create professional invoices, quotes, and manage payments with ease.
    6  * Version: 2.1.11
     6 * Version: 2.1.12
    77 * Author: MatrixAddons
    88 * Author URI: https://matrixaddons.com
     
    2626
    2727// Define plugin constants.
    28 define( 'EASY_INVOICE_VERSION', '2.1.11' );
     28define( 'EASY_INVOICE_VERSION', '2.1.12' );
    2929define( 'EASY_INVOICE_PLUGIN_FILE', __FILE__ );
    3030define( 'EASY_INVOICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
     
    101101    \EasyInvoice\Services\ReviewNoticeService::init();
    102102
     103    // Initialize promotion service
     104    \EasyInvoice\Services\PromotionService::init();
     105
    103106    do_action('easy_invoice_loaded');
    104107
  • easy-invoice/trunk/readme.txt

    r3466815 r3482016  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.1.11
     7Stable tag: 2.1.12
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 The complete WordPress invoicing solution for freelancers & businesses. Create invoices, generate PDF quotes, accept payments, and automate billing—all in one plugin.
     11WordPress invoicing solution for freelancers & businesses. Create invoices, PDF quotes, accept payments, and automate billing—all in one plugin.
    1212
    1313== Description ==
     
    324324== Changelog ==
    325325
     326= 2.1.12 - March 13, 2026 =
     327* Fixed - Minor issues fixed
     328* Added - Promotional notice
     329
    326330= 2.1.11 - February 22, 2026 =
    327331* Fixed - Minor issues fixed
Note: See TracChangeset for help on using the changeset viewer.