We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c8d02 commit 874c861Copy full SHA for 874c861
pdf.php
@@ -28,7 +28,7 @@
28
/*
29
* Set base constants we'll use throughout the plugin
30
*/
31
-define( 'PDF_EXTENDED_VERSION', '6.7.4' ); /* the current plugin version */
+define( 'PDF_EXTENDED_VERSION', '6.8.0' ); /* the current plugin version */
32
define( 'PDF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); /* plugin directory path */
33
define( 'PDF_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); /* plugin directory url */
34
define( 'PDF_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); /* the plugin basename */
0 commit comments