We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b4824 commit 95fe981Copy full SHA for 95fe981
wp2static.php
@@ -3,7 +3,7 @@
3
* Plugin Name: WP2Static
4
* Plugin URI: https://wp2static.com
5
* Description: Static site generator functionality for WordPress.
6
- * Version: 7.1.7-dev
+ * Version: 7.1.7
7
* Author: WP2Static
8
* Author URI: https://wp2static.com
9
* Text Domain: wp2static
@@ -15,7 +15,7 @@
15
die;
16
}
17
18
-define( 'WP2STATIC_VERSION', '7.1.7-dev' );
+define( 'WP2STATIC_VERSION', '7.1.7' );
19
define( 'WP2STATIC_PATH', plugin_dir_path( __FILE__ ) );
20
21
if ( file_exists( WP2STATIC_PATH . 'vendor/autoload.php' ) ) {
0 commit comments