Changeset 3338824
- Timestamp:
- 08/04/2025 09:00:24 AM (7 months ago)
- Location:
- easy-invoice
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.4 (copied) (copied from easy-invoice/trunk)
-
tags/1.1.4/easy-invoice.php (modified) (2 diffs)
-
tags/1.1.4/readme.txt (modified) (2 diffs)
-
trunk/easy-invoice.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-invoice/tags/1.1.4/easy-invoice.php
r3179273 r3338824 6 6 * Author: MatrixAddons 7 7 * Author URI: https://profiles.wordpress.org/matrixaddons 8 * Version: 1.1. 38 * Version: 1.1.4 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. 2');30 define('EASY_INVOICE_VERSION', '1.1.4'); 31 31 } 32 32 -
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 === 2 2 Contributors: MatrixAddons 3 3 Tags: invoice, pdf invoice, quotes, WordPress invoice 4 4 Requires at least: 5.4 5 Tested up to: 6. 75 Tested up to: 6.8 6 6 Requires PHP: 5.6 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 101 101 102 102 == Changelog == 103 = 1.1.4 - 2025-08-04 = 104 * Fixed - readme issue fixed 103 105 104 106 = 1.1.3 - 2024-10-31 = -
easy-invoice/trunk/easy-invoice.php
r3179273 r3338824 6 6 * Author: MatrixAddons 7 7 * Author URI: https://profiles.wordpress.org/matrixaddons 8 * Version: 1.1. 38 * Version: 1.1.4 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. 2');30 define('EASY_INVOICE_VERSION', '1.1.4'); 31 31 } 32 32 -
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 === 2 2 Contributors: MatrixAddons 3 3 Tags: invoice, pdf invoice, quotes, WordPress invoice 4 4 Requires at least: 5.4 5 Tested up to: 6. 75 Tested up to: 6.8 6 6 Requires PHP: 5.6 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 101 101 102 102 == Changelog == 103 = 1.1.4 - 2025-08-04 = 104 * Fixed - readme issue fixed 103 105 104 106 = 1.1.3 - 2024-10-31 =
Note: See TracChangeset
for help on using the changeset viewer.