File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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.2
19+ * Version: 1.0.3
2020 * Author: Codeboxr
2121 * Author URI: https://github.com/PHPOffice/PhpDomPDF
2222 * License: MIT
3131}
3232
3333defined ('CBXPHPFPDF_PLUGIN_NAME ' ) or define ('CBXPHPFPDF_PLUGIN_NAME ' , 'cbxphpfpdf ' );
34- defined ('CBXPHPFPDF_PLUGIN_VERSION ' ) or define ('CBXPHPFPDF_PLUGIN_VERSION ' , '1.0.2 ' );
34+ defined ('CBXPHPFPDF_PLUGIN_VERSION ' ) or define ('CBXPHPFPDF_PLUGIN_VERSION ' , '1.0.3 ' );
3535defined ('CBXPHPFPDF_BASE_NAME ' ) or define ('CBXPHPFPDF_BASE_NAME ' , plugin_basename (__FILE__ ));
3636defined ('CBXPHPFPDF_ROOT_PATH ' ) or define ('CBXPHPFPDF_ROOT_PATH ' , plugin_dir_path (__FILE__ ));
3737defined ('CBXPHPFPDF_ROOT_URL ' ) or define ('CBXPHPFPDF_ROOT_URL ' , plugin_dir_url (__FILE__ ));
Original file line number Diff line number Diff line change 11=== CBX PHPFPDF Library ===
22Contributors: codeboxr, manchumahara
33Requires at least: 5.3
4- Tested up to: 6.7.2
5- Stable tag: 1.0.2
4+ Tested up to: 6.8
5+ Stable tag: 1.0.3
66License: MIT
77License 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.3 =
34+ * [updated] Plugin update checker added
35+
3336= 1.0.2 =
3437* [updated] Minor improvements
3538
You can’t perform that action at this time.
0 commit comments