Skip to content

Commit

Permalink
version -> 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonstafford committed Jan 31, 2023
1 parent 5374583 commit 47980c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## WP2Static 7.2 (2023-02-01)

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

## WP2Static 7.1.7 (2021-09-04)

Expand Down
4 changes: 2 additions & 2 deletions wp2static.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP2Static
* Plugin URI: https://wp2static.com
* Description: Static site generator functionality for WordPress.
* Version: 7.2.0-dev
* Version: 7.2
* Author: Strattic by Elementor
* Author URI: https://link.strattic.com/strattic-by-elementor
* Text Domain: wp2static
Expand All @@ -15,7 +15,7 @@
die;
}

define( 'WP2STATIC_VERSION', '7.2.0-dev' );
define( 'WP2STATIC_VERSION', '7.2' );
define( 'WP2STATIC_PATH', plugin_dir_path( __FILE__ ) );

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

0 comments on commit 47980c2

Please sign in to comment.