Skip to content

Commit

Permalink
ver 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonstafford committed Dec 5, 2020
1 parent 095d4ea commit 6ee1bf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## WP2Static Netlify Add-on 1.0.1

- fix CLI command registration in PHP 8

## WP2Static Netlify Add-on 1.0

- don't attempt to deploy if addon not enabled in core
Expand Down
4 changes: 2 additions & 2 deletions wp2static-addon-netlify.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: WP2Static Add-on: Netlify Deployment
* Plugin URI: https://wp2static.com
* Description: Netlify deployment add-on for WP2Static.
* Version: 1.0.1-dev
* Version: 1.0.1
* Author: Leon Stafford
* Author URI: https://ljs.dev
* License: Unlicense
Expand All @@ -17,7 +17,7 @@
}

define( 'WP2STATIC_NETLIFY_PATH', plugin_dir_path( __FILE__ ) );
define( 'WP2STATIC_NETLIFY_VERSION', '1.0.1-dev' );
define( 'WP2STATIC_NETLIFY_VERSION', '1.0.1' );

if ( file_exists( WP2STATIC_NETLIFY_PATH . 'vendor/autoload.php' ) ) {
require WP2STATIC_NETLIFY_PATH . 'vendor/autoload.php';
Expand Down

0 comments on commit 6ee1bf0

Please sign in to comment.