diff --git a/Gruntfile.js b/Gruntfile.js index b2e6cf8..1c530a9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -199,12 +199,12 @@ module.exports = function(grunt) { main: { options: { mode: 'zip', - archive: './build/wp-erp-invoice-' + pkg.version + '.zip' + archive: './build/erp-pdf-invoice-' + pkg.version + '.zip' }, expand: true, cwd: 'build/', src: ['**/*'], - dest: 'wp-erp-invoice' + dest: 'erp-pdf-invoice' } }, server: { diff --git a/i18n/languages/wp-erp-pdf.pot b/i18n/languages/wp-erp-pdf.pot index 8011ab2..b45de64 100644 --- a/i18n/languages/wp-erp-pdf.pot +++ b/i18n/languages/wp-erp-pdf.pot @@ -1,14 +1,14 @@ -# Copyright (C) 2019 weDevs +# Copyright (C) 2021 weDevs # This file is distributed under the GPLv2+. msgid "" msgstr "" -"Project-Id-Version: WP ERP - PDF Invoice 1.1.3\n" +"Project-Id-Version: WP ERP - PDF Invoice 1.2.0\n" "Report-Msgid-Bugs-To: http://pluginever.com/support/\n" -"POT-Creation-Date: 2019-10-16 06:02:10+00:00\n" +"POT-Creation-Date: 2021-12-27 11:23:26+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "X-Generator: grunt-wp-i18n 1.0.3\n" diff --git a/package-lock.json b/package-lock.json index 5bcc99b..877c6bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "erp-pdf-invoice", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index da28450..b48e7ec 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "erp-pdf-invoice", "title": "WP ERP - PDF", "description": "PDF extension for WP ERP", - "version": "1.1.3", + "version": "1.2.0", "homepage": "http://wperp.com", "author": { "name": "weDevs", diff --git a/readme.txt b/readme.txt index 6173593..6f05e69 100644 --- a/readme.txt +++ b/readme.txt @@ -31,20 +31,24 @@ WP ERP PDF extension adds the ability to export any payment or invoice from WP E == Changelog == -= 1.0.0 = -* First release += v1.2.0 -> December 29, 2021 = +**New:** Arial Unicode MS Regular font integration to support wide range of languages +**Fix:** BDT currency symbol was not rendered -= 1.1.0 = -* Compatible with new accounting module += 1.1.3 = +* Fix wrong class name + += 1.1.2 = +* Add deprecated folder = 1.1.1 = * Fix backward compatiblity issue -= 1.1.2 = -* Add deprecated folder += 1.1.0 = +* Compatible with new accounting module -= 1.1.3 = -* Fix wrong class name += 1.0.0 = +* First release == Upgrade Notice == No Upgrade notice at this time diff --git a/wp-erp-pdf.php b/wp-erp-pdf.php index daf6597..946dcd7 100644 --- a/wp-erp-pdf.php +++ b/wp-erp-pdf.php @@ -3,7 +3,7 @@ * Plugin Name: WP ERP - PDF Invoice * Plugin URI: http://wperp.com * Description: PDF invoice for WP ERP - * Version: 1.1.3 + * Version: 1.2.0 * Author: weDevs * Author URI: http://wedevs.com * Donate link: http://wperp.com @@ -48,7 +48,7 @@ class WP_ERP_PDF { * @since 1.0.0 * @var string */ - public $version = '1.1.3'; + public $version = '1.2.0'; /** * Minimum PHP version required