Skip to content

Commit bf07611

Browse files
committed
version 1.0.2 released
1 parent e9b181c commit bf07611

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

cbxphpfpdf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: CBX PHPFPDF Library
1717
* Plugin URI: https://github.com/codeboxrcodehub/cbxphpfpdf
1818
* Description: fpdf library as WordPress plugin based on https://github.com/fawno/FPDF
19-
* Version: 1.0.1
19+
* Version: 1.0.2
2020
* Author: Codeboxr
2121
* Author URI: https://github.com/PHPOffice/PhpDomPDF
2222
* License: MIT
@@ -31,7 +31,7 @@
3131
}
3232

3333
defined('CBXPHPFPDF_PLUGIN_NAME') or define('CBXPHPFPDF_PLUGIN_NAME', 'cbxphpfpdf');
34-
defined('CBXPHPFPDF_PLUGIN_VERSION') or define('CBXPHPFPDF_PLUGIN_VERSION', '1.0.');
34+
defined('CBXPHPFPDF_PLUGIN_VERSION') or define('CBXPHPFPDF_PLUGIN_VERSION', '1.0.2');
3535
defined('CBXPHPFPDF_BASE_NAME') or define('CBXPHPFPDF_BASE_NAME', plugin_basename(__FILE__));
3636
defined('CBXPHPFPDF_ROOT_PATH') or define('CBXPHPFPDF_ROOT_PATH', plugin_dir_path(__FILE__));
3737
defined('CBXPHPFPDF_ROOT_URL') or define('CBXPHPFPDF_ROOT_URL', plugin_dir_url(__FILE__));

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: codeboxr, manchumahara
33
Requires at least: 5.3
44
Tested up to: 6.7.2
5-
Stable tag: 1.0.1
5+
Stable tag: 1.0.2
66
License: MIT
77
License URI: https://github.com/codeboxrcodehub/cbxphpfpdf/blob/master/LICENSE.txt
88

@@ -30,6 +30,9 @@ based on https://github.com/Setasign/FPDF which is based on original sourcecode
3030

3131

3232
== Changelog ==
33+
= 1.0.2 =
34+
* [updated] Minor improvements
35+
3336
= 1.0.1 =
3437
* Some helper functions added
3538
* WordPress 6.7.2 compatible

0 commit comments

Comments
 (0)