From fb431bdd759612d9dd9845cfbe07baa53f043f15 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Tue, 7 Sep 2021 10:00:08 +0300 Subject: [PATCH 1/2] Bump version --- two-factor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/two-factor.php b/two-factor.php index d94f9924..365b12a9 100644 --- a/two-factor.php +++ b/two-factor.php @@ -12,7 +12,7 @@ * Plugin URI: https://wordpress.org/plugins/two-factor/ * Description: Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F), email and backup verification codes. * Author: Plugin Contributors - * Version: 0.7.0 + * Version: 0.7.1 * Author URI: https://github.com/wordpress/two-factor/graphs/contributors * Network: True * Text Domain: two-factor @@ -26,7 +26,7 @@ /** * Version of the plugin. */ -define( 'TWO_FACTOR_VERSION', '0.7.0' ); +define( 'TWO_FACTOR_VERSION', '0.7.1' ); /** * Include the base class here, so that other plugins can also extend it. From dabd232c503022b4da8d22d580dcf5de1b8219a0 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Tue, 7 Sep 2021 10:00:19 +0300 Subject: [PATCH 2/2] Exclude dev files from the release --- .distignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.distignore b/.distignore index 7e4f067d..4084f560 100644 --- a/.distignore +++ b/.distignore @@ -5,6 +5,8 @@ /package.json /package-lock.json /npm-debug.log +/docker-compose.yml +/readme.md /phpcs.xml /phpunit.xml /tests