From ce799700ff331ef8411903f169ad89a4c3446ff0 Mon Sep 17 00:00:00 2001 From: Yakir Sitbon Date: Tue, 26 Nov 2024 18:10:58 +0200 Subject: [PATCH] Bump v1.3.0 --- readme.txt | 2 +- temporary-login.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 7ed629c..9e09dbb 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: temporary login, passwordless login, temporary access, login Requires at least: 6.2 Tested up to: 6.7 Requires PHP: 7.4 -Stable tag: 1.2.0 +Stable tag: 1.3.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/temporary-login.php b/temporary-login.php index ac758ea..4f139bf 100644 --- a/temporary-login.php +++ b/temporary-login.php @@ -5,7 +5,7 @@ * Plugin URI: https://elementor.com/ * Author: Elementor.com * Author URI: https://elementor.com/?utm_source=wp-plugins&utm_campaign=temp-login&utm_medium=wp-dash - * Version: 1.2.0 + * Version: 1.3.0 * License: GPL-3 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html * @@ -16,7 +16,7 @@ exit; // Exit if accessed directly. } -define( 'TEMPORARY_LOGIN_VERSION', '1.2.0' ); +define( 'TEMPORARY_LOGIN_VERSION', '1.3.0' ); define( 'TEMPORARY_LOGIN__FILE__', __FILE__ ); define( 'TEMPORARY_LOGIN_PLUGIN_BASE', plugin_basename( TEMPORARY_LOGIN__FILE__ ) );