Plugin Directory

Changeset 3038017


Ignore:
Timestamp:
02/19/2024 02:48:06 PM (2 years ago)
Author:
matrixaddons
Message:

Update to version 1.1.2 from GitHub

Location:
easy-invoice
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • easy-invoice/tags/1.1.2/changelog.txt

    r3037063 r3038017  
     1= 1.1.1 - 2024-02-17 =
     2* Fixed - Astra Compatibility fixed
     3* Added - Minor fixes
     4
    15= 1.1 - 2024-01-19 =
    26* Added - Quotation feature
  • easy-invoice/tags/1.1.2/easy-invoice.php

    r3037063 r3038017  
    66 * Author: MatrixAddons
    77 * Author URI: https://profiles.wordpress.org/matrixaddons
    8  * Version: 1.1.1
     8 * Version: 1.1.2
    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.1');
     30    define('EASY_INVOICE_VERSION', '1.1.2');
    3131}
    3232
  • easy-invoice/tags/1.1.2/readme.txt

    r3037063 r3038017  
    1 === Easy Invoice - WordPress Invoice Plugin, PDF Invoice, Quotation for WordPress ===
     1=== Easy Invoice - Invoice for WordPress, PDF Invoice, Quote for WordPress, WordPress Invoice Plugin ===
    22Contributors: MatrixAddons
    3 Tags: invoice, pdf invoice, quotes, wordpress invoice
     3Tags: invoice, pdf invoice, quotes, WordPress invoice
    44Requires at least: 5.4
    55Tested up to: 6.4
    66Requires PHP: 5.6
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
    1010
    11 Invoicing plugin for WordPress that supports invoice Payment & Quotation - Easy Invoice
     11Invoice plugin for WordPress that supports invoice Payment & Quotation - Easy Invoice
    1212
    1313== Description ==
    1414
    15 ### Best Free WordPress Invoice Plugin
     15### Best Free WordPress Invoice Plugin with Quotation & Invoice Payment
    1616
    1717Invoicing plugin for WordPress, WordPress Invoice & Invoice Payment plugin - Easy Invoice
     
    3939* Invoice footer text
    4040* Currency modification option
     41* Invoice email
     42* Quote email
    4143* Email template for client
    4244* PayPal payment gateway
     
    4446* Custom Pay Now button link on the invoice
    4547* Easy to Setup
    46 * WordPress invoice plugin is Compatible with all WP themes
     48* Invoice for WordPress is Compatible with all WP themes
     49* Quotation for WordPress
     50* Print invoice
     51* Print quote
     52* Invoice Preview
    4753
    4854= Premium Features - Easy Invoice Pro =
     
    5965* Restrict Invoice to Client
    6066* Payment Reminder Email
     67
    6168
    6269[View Easy Invoice Pro](https://matrixaddons.com/downloads/easy-invoice-pro/?utm_source=addons&utm_medium=viewall&utm_campaign=wporg)
     
    95102== Changelog ==
    96103
    97 = 1.1.1 - 2024-02-17 =
    98 * Fixed - Astra Compatibility fixed
    99 * Added - Minor fixes
     104= 1.1.2 - 2024-02-19 =
     105* Fixed - Readme update
  • easy-invoice/trunk/changelog.txt

    r3037063 r3038017  
     1= 1.1.1 - 2024-02-17 =
     2* Fixed - Astra Compatibility fixed
     3* Added - Minor fixes
     4
    15= 1.1 - 2024-01-19 =
    26* Added - Quotation feature
  • easy-invoice/trunk/easy-invoice.php

    r3037063 r3038017  
    66 * Author: MatrixAddons
    77 * Author URI: https://profiles.wordpress.org/matrixaddons
    8  * Version: 1.1.1
     8 * Version: 1.1.2
    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.1');
     30    define('EASY_INVOICE_VERSION', '1.1.2');
    3131}
    3232
  • easy-invoice/trunk/readme.txt

    r3037063 r3038017  
    1 === Easy Invoice - WordPress Invoice Plugin, PDF Invoice, Quotation for WordPress ===
     1=== Easy Invoice - Invoice for WordPress, PDF Invoice, Quote for WordPress, WordPress Invoice Plugin ===
    22Contributors: MatrixAddons
    3 Tags: invoice, pdf invoice, quotes, wordpress invoice
     3Tags: invoice, pdf invoice, quotes, WordPress invoice
    44Requires at least: 5.4
    55Tested up to: 6.4
    66Requires PHP: 5.6
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
    1010
    11 Invoicing plugin for WordPress that supports invoice Payment & Quotation - Easy Invoice
     11Invoice plugin for WordPress that supports invoice Payment & Quotation - Easy Invoice
    1212
    1313== Description ==
    1414
    15 ### Best Free WordPress Invoice Plugin
     15### Best Free WordPress Invoice Plugin with Quotation & Invoice Payment
    1616
    1717Invoicing plugin for WordPress, WordPress Invoice & Invoice Payment plugin - Easy Invoice
     
    3939* Invoice footer text
    4040* Currency modification option
     41* Invoice email
     42* Quote email
    4143* Email template for client
    4244* PayPal payment gateway
     
    4446* Custom Pay Now button link on the invoice
    4547* Easy to Setup
    46 * WordPress invoice plugin is Compatible with all WP themes
     48* Invoice for WordPress is Compatible with all WP themes
     49* Quotation for WordPress
     50* Print invoice
     51* Print quote
     52* Invoice Preview
    4753
    4854= Premium Features - Easy Invoice Pro =
     
    5965* Restrict Invoice to Client
    6066* Payment Reminder Email
     67
    6168
    6269[View Easy Invoice Pro](https://matrixaddons.com/downloads/easy-invoice-pro/?utm_source=addons&utm_medium=viewall&utm_campaign=wporg)
     
    95102== Changelog ==
    96103
    97 = 1.1.1 - 2024-02-17 =
    98 * Fixed - Astra Compatibility fixed
    99 * Added - Minor fixes
     104= 1.1.2 - 2024-02-19 =
     105* Fixed - Readme update
Note: See TracChangeset for help on using the changeset viewer.