Changeset 3038017
- Timestamp:
- 02/19/2024 02:48:06 PM (2 years ago)
- Location:
- easy-invoice
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.2 (copied) (copied from easy-invoice/trunk)
-
tags/1.1.2/changelog.txt (modified) (1 diff)
-
tags/1.1.2/easy-invoice.php (modified) (2 diffs)
-
tags/1.1.2/readme.txt (modified) (5 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/easy-invoice.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (5 diffs)
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 1 5 = 1.1 - 2024-01-19 = 2 6 * Added - Quotation feature -
easy-invoice/tags/1.1.2/easy-invoice.php
r3037063 r3038017 6 6 * Author: MatrixAddons 7 7 * Author URI: https://profiles.wordpress.org/matrixaddons 8 * Version: 1.1. 18 * Version: 1.1.2 9 9 * License: GPL2+ 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt … … 28 28 // Define EASY_INVOICE_VERSION. 29 29 if (!defined('EASY_INVOICE_VERSION')) { 30 define('EASY_INVOICE_VERSION', '1.1. 1');30 define('EASY_INVOICE_VERSION', '1.1.2'); 31 31 } 32 32 -
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 === 2 2 Contributors: MatrixAddons 3 Tags: invoice, pdf invoice, quotes, wordpress invoice3 Tags: invoice, pdf invoice, quotes, WordPress invoice 4 4 Requires at least: 5.4 5 5 Tested up to: 6.4 6 6 Requires PHP: 5.6 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 10 10 11 Invoic ingplugin for WordPress that supports invoice Payment & Quotation - Easy Invoice11 Invoice plugin for WordPress that supports invoice Payment & Quotation - Easy Invoice 12 12 13 13 == Description == 14 14 15 ### Best Free WordPress Invoice Plugin 15 ### Best Free WordPress Invoice Plugin with Quotation & Invoice Payment 16 16 17 17 Invoicing plugin for WordPress, WordPress Invoice & Invoice Payment plugin - Easy Invoice … … 39 39 * Invoice footer text 40 40 * Currency modification option 41 * Invoice email 42 * Quote email 41 43 * Email template for client 42 44 * PayPal payment gateway … … 44 46 * Custom Pay Now button link on the invoice 45 47 * 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 47 53 48 54 = Premium Features - Easy Invoice Pro = … … 59 65 * Restrict Invoice to Client 60 66 * Payment Reminder Email 67 61 68 62 69 [View Easy Invoice Pro](https://matrixaddons.com/downloads/easy-invoice-pro/?utm_source=addons&utm_medium=viewall&utm_campaign=wporg) … … 95 102 == Changelog == 96 103 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 1 5 = 1.1 - 2024-01-19 = 2 6 * Added - Quotation feature -
easy-invoice/trunk/easy-invoice.php
r3037063 r3038017 6 6 * Author: MatrixAddons 7 7 * Author URI: https://profiles.wordpress.org/matrixaddons 8 * Version: 1.1. 18 * Version: 1.1.2 9 9 * License: GPL2+ 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt … … 28 28 // Define EASY_INVOICE_VERSION. 29 29 if (!defined('EASY_INVOICE_VERSION')) { 30 define('EASY_INVOICE_VERSION', '1.1. 1');30 define('EASY_INVOICE_VERSION', '1.1.2'); 31 31 } 32 32 -
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 === 2 2 Contributors: MatrixAddons 3 Tags: invoice, pdf invoice, quotes, wordpress invoice3 Tags: invoice, pdf invoice, quotes, WordPress invoice 4 4 Requires at least: 5.4 5 5 Tested up to: 6.4 6 6 Requires PHP: 5.6 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 10 10 11 Invoic ingplugin for WordPress that supports invoice Payment & Quotation - Easy Invoice11 Invoice plugin for WordPress that supports invoice Payment & Quotation - Easy Invoice 12 12 13 13 == Description == 14 14 15 ### Best Free WordPress Invoice Plugin 15 ### Best Free WordPress Invoice Plugin with Quotation & Invoice Payment 16 16 17 17 Invoicing plugin for WordPress, WordPress Invoice & Invoice Payment plugin - Easy Invoice … … 39 39 * Invoice footer text 40 40 * Currency modification option 41 * Invoice email 42 * Quote email 41 43 * Email template for client 42 44 * PayPal payment gateway … … 44 46 * Custom Pay Now button link on the invoice 45 47 * 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 47 53 48 54 = Premium Features - Easy Invoice Pro = … … 59 65 * Restrict Invoice to Client 60 66 * Payment Reminder Email 67 61 68 62 69 [View Easy Invoice Pro](https://matrixaddons.com/downloads/easy-invoice-pro/?utm_source=addons&utm_medium=viewall&utm_campaign=wporg) … … 95 102 == Changelog == 96 103 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.