Skip to content

Commit 874c861

Browse files
committed
Update version constant
1 parent 86c8d02 commit 874c861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/*
2929
* Set base constants we'll use throughout the plugin
3030
*/
31-
define( 'PDF_EXTENDED_VERSION', '6.7.4' ); /* the current plugin version */
31+
define( 'PDF_EXTENDED_VERSION', '6.8.0' ); /* the current plugin version */
3232
define( 'PDF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); /* plugin directory path */
3333
define( 'PDF_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); /* plugin directory url */
3434
define( 'PDF_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); /* the plugin basename */

0 commit comments

Comments
 (0)