Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayjay committed Dec 28, 2021
1 parent 4009133 commit 3c404ef
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
8 changes: 4 additions & 4 deletions i18n/languages/wp-erp-pdf.pot
Original file line number Diff line number Diff line change
@@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
20 changes: 12 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions wp-erp-pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3c404ef

Please sign in to comment.