Plugin Directory

Changeset 3338824


Ignore:
Timestamp:
08/04/2025 09:00:24 AM (7 months ago)
Author:
matrixaddons
Message:

Update to version 1.1.4 from GitHub

Location:
easy-invoice
Files:
4 edited
1 copied

Legend:

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

    r3179273 r3338824  
    66 * Author: MatrixAddons
    77 * Author URI: https://profiles.wordpress.org/matrixaddons
    8  * Version: 1.1.3
     8 * Version: 1.1.4
    99 * License: GPL2+
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    2828// Define EASY_INVOICE_VERSION.
    2929if (!defined('EASY_INVOICE_VERSION')) {
    30     define('EASY_INVOICE_VERSION', '1.1.2');
     30    define('EASY_INVOICE_VERSION', '1.1.4');
    3131}
    3232
  • easy-invoice/tags/1.1.4/readme.txt

    r3179273 r3338824  
    1 === Easy Invoice - Invoice for WordPress, PDF Invoice, Quote for WordPress, WordPress Invoice Plugin ===
     1=== Easy Invoice - PDF Invoice Generator & Quote Builder ===
    22Contributors: MatrixAddons
    33Tags: invoice, pdf invoice, quotes, WordPress invoice
    44Requires at least: 5.4
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Requires PHP: 5.6
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    101101
    102102== Changelog ==
     103= 1.1.4 - 2025-08-04 =
     104* Fixed - readme issue fixed
    103105
    104106= 1.1.3 - 2024-10-31 =
  • easy-invoice/trunk/easy-invoice.php

    r3179273 r3338824  
    66 * Author: MatrixAddons
    77 * Author URI: https://profiles.wordpress.org/matrixaddons
    8  * Version: 1.1.3
     8 * Version: 1.1.4
    99 * License: GPL2+
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    2828// Define EASY_INVOICE_VERSION.
    2929if (!defined('EASY_INVOICE_VERSION')) {
    30     define('EASY_INVOICE_VERSION', '1.1.2');
     30    define('EASY_INVOICE_VERSION', '1.1.4');
    3131}
    3232
  • easy-invoice/trunk/readme.txt

    r3179273 r3338824  
    1 === Easy Invoice - Invoice for WordPress, PDF Invoice, Quote for WordPress, WordPress Invoice Plugin ===
     1=== Easy Invoice - PDF Invoice Generator & Quote Builder ===
    22Contributors: MatrixAddons
    33Tags: invoice, pdf invoice, quotes, WordPress invoice
    44Requires at least: 5.4
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Requires PHP: 5.6
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    101101
    102102== Changelog ==
     103= 1.1.4 - 2025-08-04 =
     104* Fixed - readme issue fixed
    103105
    104106= 1.1.3 - 2024-10-31 =
Note: See TracChangeset for help on using the changeset viewer.