Skip to content

Commit 47980c2

Browse files
committed
version -> 7.2
1 parent 5374583 commit 47980c2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## WP2Static 7.2 (2023-02-01)
22

33
- [#876](https://github.com/WP2Static/wp2static/pull/876): Fix #240: ignore SSL errors when fetching sitemap from local site with self-signed certificate. @timothylcooke
44
- [d3977eab](d3977eab6be24c4985d998a7f4bf07409ef4a71b): Create an index on `wp2static_jobs.status`. @john-shaffer
@@ -32,6 +32,7 @@
3232
- [#878](https://github.com/leonstafford/wp2static/issues/878): Fix deletion of old pages when crawl returns 404. @timothylcooke
3333
- [#868](https://github.com/WP2Static/wp2static/pull/868): Detect files in Divi et-cache/ directory when present. @dunklerfox
3434
- [#881](https://github.com/WP2Static/wp2static/pull/881): Crawl XSL files. @vladstanca
35+
- [#891](https://github.com/WP2Static/wp2static/pull/891): Promote Strattic by Elementor. @leonstafford
3536

3637
## WP2Static 7.1.7 (2021-09-04)
3738

wp2static.php

+2-2
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.2.0-dev
6+
* Version: 7.2
77
* Author: Strattic by Elementor
88
* Author URI: https://link.strattic.com/strattic-by-elementor
99
* Text Domain: wp2static
@@ -15,7 +15,7 @@
1515
die;
1616
}
1717

18-
define( 'WP2STATIC_VERSION', '7.2.0-dev' );
18+
define( 'WP2STATIC_VERSION', '7.2' );
1919
define( 'WP2STATIC_PATH', plugin_dir_path( __FILE__ ) );
2020

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

0 commit comments

Comments
 (0)