Skip to content

Commit a376354

Browse files
committed
Version 7.4.0
1 parent de80950 commit a376354

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "WP2Static",
3-
"version": "7.3.0",
4-
"download_url": "https://github.com/staticweb-io/wp2static/releases/download/v7.3.0/plugin.zip",
3+
"version": "7.4.0",
4+
"download_url": "https://github.com/staticweb-io/wp2static/releases/download/v7.4.0/plugin.zip",
55
"requires": "6.4",
66
"tested": "6.4"
77
}

wp2static.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP2Static
44
* Plugin URI: https://wp2static.com
55
* Description: Static site generator functionality for WordPress.
6-
* Version: 7.3.0
6+
* Version: 7.4.0
77
* Author: WP2Static
88
* Author URI: https://wp2static.com
99
* Text Domain: wp2static
@@ -15,7 +15,7 @@
1515
die;
1616
}
1717

18-
define( 'WP2STATIC_VERSION', '7.3.0' );
18+
define( 'WP2STATIC_VERSION', '7.4.0' );
1919
define( 'WP2STATIC_PATH', plugin_dir_path( __FILE__ ) );
2020

2121
if ( file_exists( WP2STATIC_PATH . 'vendor/autoload.php' ) ) {

0 commit comments

Comments
 (0)