From c5d173cf082cb49a19d734d72c18ed45fea6c868 Mon Sep 17 00:00:00 2001 From: Leon Date: Mon, 9 Nov 2020 14:37:34 +1030 Subject: [PATCH] bump deps;ver 7.1.4-dev --- composer.lock | 24 ++++++++++++------------ wp2static.php | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.lock b/composer.lock index ca529c4c4..b16584ac0 100644 --- a/composer.lock +++ b/composer.lock @@ -1526,16 +1526,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.53", + "version": "0.12.54", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "dbbdb0d7c2434ecd5289f6114d16473e694caa67" + "reference": "45c7b999a4b7dd9ac5558bdaaf23dcebbef88223" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dbbdb0d7c2434ecd5289f6114d16473e694caa67", - "reference": "dbbdb0d7c2434ecd5289f6114d16473e694caa67", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/45c7b999a4b7dd9ac5558bdaaf23dcebbef88223", + "reference": "45c7b999a4b7dd9ac5558bdaaf23dcebbef88223", "shasum": "" }, "require": { @@ -1566,7 +1566,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.53" + "source": "https://github.com/phpstan/phpstan/tree/0.12.54" }, "funding": [ { @@ -1582,7 +1582,7 @@ "type": "tidelift" } ], - "time": "2020-11-01T14:51:50+00:00" + "time": "2020-11-05T13:36:26+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3185,16 +3185,16 @@ }, { "name": "szepeviktor/phpstan-wordpress", - "version": "v0.7.0", + "version": "v0.7.1", "source": { "type": "git", "url": "https://github.com/szepeviktor/phpstan-wordpress.git", - "reference": "82f4d40c289610d1e47579e93153a24e9019b46c" + "reference": "6195a6a19830d5ad187df0a3fb350e77cd571a5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/82f4d40c289610d1e47579e93153a24e9019b46c", - "reference": "82f4d40c289610d1e47579e93153a24e9019b46c", + "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/6195a6a19830d5ad187df0a3fb350e77cd571a5f", + "reference": "6195a6a19830d5ad187df0a3fb350e77cd571a5f", "shasum": "" }, "require": { @@ -3237,7 +3237,7 @@ ], "support": { "issues": "https://github.com/szepeviktor/phpstan-wordpress/issues", - "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v0.7.0" + "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v0.7.1" }, "funding": [ { @@ -3245,7 +3245,7 @@ "type": "custom" } ], - "time": "2020-10-27T16:38:49+00:00" + "time": "2020-11-05T00:12:19+00:00" }, { "name": "thecodingmachine/phpstan-strict-rules", diff --git a/wp2static.php b/wp2static.php index d6a944be2..f7cc5f6eb 100755 --- a/wp2static.php +++ b/wp2static.php @@ -3,7 +3,7 @@ * Plugin Name: WP2Static * Plugin URI: https://wp2static.com * Description: Static site generator functionality for WordPress. - * Version: 7.1.3-dev + * Version: 7.1.4-dev * Author: WP2Static * Author URI: https://wp2static.com * Text Domain: wp2static @@ -15,7 +15,7 @@ die; } -define( 'WP2STATIC_VERSION', '7.1.3-dev' ); +define( 'WP2STATIC_VERSION', '7.1.4-dev' ); define( 'WP2STATIC_PATH', plugin_dir_path( __FILE__ ) ); if ( file_exists( WP2STATIC_PATH . 'vendor/autoload.php' ) ) {