Version Description
December 30, 2015 =
Fixed: Translations not properly configured by removing Domain Path.
Download this release
Release Info
Developer | baaaaas |
Plugin | WooCommerce PDF Invoices |
Version | 2.3.19 |
Comparing to | |
See all releases |
Code changes from version 2.3.18 to 2.3.19
- bootstrap.php +2 -3
- readme.txt +5 -1
bootstrap.php
CHANGED
@@ -3,13 +3,12 @@
|
|
3 |
* Plugin Name: WooCommerce PDF Invoices
|
4 |
* Plugin URI: https://wordpress.org/plugins/woocommerce-pdf-invoices
|
5 |
* Description: Automatically generate and attach customizable PDF Invoices to WooCommerce emails and connect with Dropbox, Google Drive, OneDrive or Egnyte.
|
6 |
-
* Version: 2.3.
|
7 |
* Author: Bas Elbers
|
8 |
* Author URI: http://wcpdfinvoices.com
|
9 |
* License: GPL-2.0+
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
11 |
* Text Domain: be-woocommerce-pdf-invoices
|
12 |
-
* Domain Path: /lang
|
13 |
*/
|
14 |
|
15 |
function bewpi_plugins_loaded() {
|
@@ -19,7 +18,7 @@ function bewpi_plugins_loaded() {
|
|
19 |
|
20 |
$wp_upload_dir = wp_upload_dir();
|
21 |
|
22 |
-
define( 'BEWPI_VERSION', '2.3.
|
23 |
define( 'BEWPI_URL', plugins_url( '', __FILE__ ) . '/' );
|
24 |
define( 'BEWPI_DIR', plugin_dir_path( __FILE__ ) . '/' );
|
25 |
define( 'BEWPI_TEMPLATES_DIR', plugin_dir_path( __FILE__ ) . 'includes/templates/' );
|
3 |
* Plugin Name: WooCommerce PDF Invoices
|
4 |
* Plugin URI: https://wordpress.org/plugins/woocommerce-pdf-invoices
|
5 |
* Description: Automatically generate and attach customizable PDF Invoices to WooCommerce emails and connect with Dropbox, Google Drive, OneDrive or Egnyte.
|
6 |
+
* Version: 2.3.19
|
7 |
* Author: Bas Elbers
|
8 |
* Author URI: http://wcpdfinvoices.com
|
9 |
* License: GPL-2.0+
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
11 |
* Text Domain: be-woocommerce-pdf-invoices
|
|
|
12 |
*/
|
13 |
|
14 |
function bewpi_plugins_loaded() {
|
18 |
|
19 |
$wp_upload_dir = wp_upload_dir();
|
20 |
|
21 |
+
define( 'BEWPI_VERSION', '2.3.19' );
|
22 |
define( 'BEWPI_URL', plugins_url( '', __FILE__ ) . '/' );
|
23 |
define( 'BEWPI_DIR', plugin_dir_path( __FILE__ ) . '/' );
|
24 |
define( 'BEWPI_TEMPLATES_DIR', plugin_dir_path( __FILE__ ) . 'includes/templates/' );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: woocommerce pdf invoices, invoice, generate, pdf, woocommerce, attachment, email, completed order, customer invoice, processing order, attach, automatic, vat, rate, sequential, number
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 2.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -133,6 +133,10 @@ To change the options of the PDF, use below example.
|
|
133 |
|
134 |
== Changelog ==
|
135 |
|
|
|
|
|
|
|
|
|
136 |
= 2.3.18 - December 30, 2015 =
|
137 |
|
138 |
- Fixed: Syriac, Arabic, Indic, Hebrew (and more) fonts integration.
|
4 |
Tags: woocommerce pdf invoices, invoice, generate, pdf, woocommerce, attachment, email, completed order, customer invoice, processing order, attach, automatic, vat, rate, sequential, number
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 2.3.19
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
133 |
|
134 |
== Changelog ==
|
135 |
|
136 |
+
= 2.3.19 - December 30, 2015 =
|
137 |
+
|
138 |
+
- Fixed: Translations not properly configured by removing Domain Path.
|
139 |
+
|
140 |
= 2.3.18 - December 30, 2015 =
|
141 |
|
142 |
- Fixed: Syriac, Arabic, Indic, Hebrew (and more) fonts integration.
|