-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ole1986
committed
Mar 26, 2018
1 parent
451ce10
commit a1d9bc3
Showing
4 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
/* | ||
* Plugin Name: WC Recurring Invoice PDF | ||
* Description: WooCommerce invoice pdf plugin with recurring payments (scheduled) | ||
* Version: 1.0.9 | ||
* Version: 1.0.10 | ||
* Author: ole1986 <[email protected]> | ||
* Author URI: https://github.com/ole1986/wc-invoice-pdf | ||
* Plugin URI: https://github.com/ole1986/wc-invoice-pdf/releases | ||
* Text Domain: wc-invoice-pdf | ||
* | ||
* WC requires at least: 3.0.0 | ||
* WC tested up to: 3.3.3 | ||
* WC tested up to: 3.3.4 | ||
*/ | ||
|
||
namespace WCInvoicePdf; | ||
|