Plugin Directory

Changeset 3417137


Ignore:
Timestamp:
12/11/2025 08:51:40 AM (3 months ago)
Author:
matrixaddons
Message:

Update to version 2.1.6 from GitHub

Location:
easy-invoice
Files:
4 edited
1 copied

Legend:

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

    r3399346 r3417137  
    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.5
     6 * Version: 2.1.6
    77 * Author: MatrixAddons
    88 * Author URI: https://matrixaddons.com
     
    1212 * Domain Path: /languages
    1313 * Requires at least: 5.6
    14  * Tested up to: 6.8
     14 * Tested up to: 6.9
    1515 * Requires PHP: 7.4
    1616 * Network: false
     
    2525
    2626// Define plugin constants.
    27 define( 'EASY_INVOICE_VERSION', '2.1.5' );
     27define( 'EASY_INVOICE_VERSION', '2.1.6' );
    2828define( 'EASY_INVOICE_PLUGIN_FILE', __FILE__ );
    2929define( 'EASY_INVOICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • easy-invoice/tags/2.1.6/readme.txt

    r3399346 r3417137  
    33Tags: invoice, pdf, quotes, billing, payment
    44Requires at least: 5.6
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.1.5
     7Stable tag: 2.1.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    138138== Changelog ==
    139139
     140= 2.1.6 - 2025-12-11 =
     141* Checked - WordPress 6.9 compatibility tested
     142
    140143= 2.1.5 - 2025-11-20 =
    141144* Fixed - Template loading issue fixed
  • easy-invoice/trunk/easy-invoice.php

    r3399346 r3417137  
    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.5
     6 * Version: 2.1.6
    77 * Author: MatrixAddons
    88 * Author URI: https://matrixaddons.com
     
    1212 * Domain Path: /languages
    1313 * Requires at least: 5.6
    14  * Tested up to: 6.8
     14 * Tested up to: 6.9
    1515 * Requires PHP: 7.4
    1616 * Network: false
     
    2525
    2626// Define plugin constants.
    27 define( 'EASY_INVOICE_VERSION', '2.1.5' );
     27define( 'EASY_INVOICE_VERSION', '2.1.6' );
    2828define( 'EASY_INVOICE_PLUGIN_FILE', __FILE__ );
    2929define( 'EASY_INVOICE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • easy-invoice/trunk/readme.txt

    r3399346 r3417137  
    33Tags: invoice, pdf, quotes, billing, payment
    44Requires at least: 5.6
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.1.5
     7Stable tag: 2.1.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    138138== Changelog ==
    139139
     140= 2.1.6 - 2025-12-11 =
     141* Checked - WordPress 6.9 compatibility tested
     142
    140143= 2.1.5 - 2025-11-20 =
    141144* Fixed - Template loading issue fixed
Note: See TracChangeset for help on using the changeset viewer.